summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/Makefile.sources
Commit message (Expand)AuthorAgeFilesLines
...
* i965: Update 3DSTATE_PS, 3DSTATE_WM, and add 3DSTATE_PS_EXTRA.Kenneth Graunke2014-01-311-0/+1
* i965: Rework 3DSTATE_VS for Broadwell.Kenneth Graunke2014-01-311-1/+2
* i965: Add the new 3DSTATE_PS_BLEND state packet.Kenneth Graunke2014-01-311-0/+1
* i965: Replace DEPTH_STENCIL_STATE with Gen8's 3DSTATE_WM_DEPTH_STENCIL.Kenneth Graunke2014-01-311-0/+1
* i965: Update SF, SBE, and RASTER state for Broadwell.Kenneth Graunke2014-01-311-0/+1
* i965/fs: Add a saturation propagation optimization pass.Matt Turner2014-01-281-0/+1
* i965/blorp: introduce separate eu-emitter for blit compilerTopi Pohjolainen2014-01-231-0/+1
* i965: Create a new fragment shader backend for Broadwell.Kenneth Graunke2014-01-181-0/+1
* i965: Create a new vec4 backend for Broadwell.Kenneth Graunke2014-01-181-0/+1
* i965: Add a new infrastructure for generating Broadwell shader assembly.Kenneth Graunke2014-01-181-0/+1
* i965: Implement a disassembler for Broadwell's new instruction encoding.Kenneth Graunke2014-01-181-0/+1
* i965: Add a new representation for Broadwell shader instructions.Kenneth Graunke2014-01-181-0/+1
* i965/fs: New peephole optimization to flatten IF/BREAK/ENDIF.Matt Turner2013-12-041-0/+1
* i965/fs: New peephole optimization to generate SEL.Matt Turner2013-12-041-0/+1
* i965: Add basic driver hooks and plumbing for AMD_performance_monitor.Kenneth Graunke2013-11-211-0/+1
* i965: Add a pass to remove dead control flow.Matt Turner2013-11-201-0/+1
* i965: Add function to query the GPU reset status for a contextIan Romanick2013-11-071-0/+1
* Revert "i965: Add support for GL_AMD_performance_monitor on Ironlake."Kenneth Graunke2013-11-071-1/+0
* i965: Combine gen6_clip_state.c and gen7_clip_state.c.Kenneth Graunke2013-11-041-1/+0
* i965: Add lowering pass to fold offset into unnormalized coordsChris Forbes2013-10-261-0/+1
* i965: Add lowering pass for splitting textureGatherOffsetsChris Forbes2013-10-261-0/+1
* i965: Fold brwInitVtbl() into brwCreateContext().Kenneth Graunke2013-10-171-1/+0
* i965: Merge intel_context.c into brw_context.c.Kenneth Graunke2013-10-131-1/+0
* i965: Add a new brw_device_info structure.Kenneth Graunke2013-10-131-0/+1
* i965: Pull out INTEL_DEBUG handling into new intel_debug.[ch] files.Kenneth Graunke2013-10-131-0/+1
* i965: Add support for GL_AMD_performance_monitor on Ironlake.Kenneth Graunke2013-09-261-0/+1
* i965: Move binding table code to a new file, brw_binding_tables.c.Kenneth Graunke2013-09-191-0/+1
* i965: Rename brw_{fs,vec4}_emit.cpp to brw_{fs,vec4}_generator.cpp.Kenneth Graunke2013-09-181-2/+2
* i965/gs: Add a state atom to set up geometry shader state.Paul Berry2013-09-111-0/+1
* i965/vs: Move vs-specific code out of brw_vec4_visitor.cpp.Paul Berry2013-09-051-0/+1
* i965/gs: make the state atom for compiling Gen7 geometry shaders.Paul Berry2013-08-311-0/+1
* i965/gs: Implement support for geometry shader surfaces.Paul Berry2013-08-311-0/+1
* i965/gs: add GS visitors.Paul Berry2013-08-231-0/+1
* i965: Split intel_upload code out into a separate file.Kenneth Graunke2013-08-161-0/+1
* i965: Move GL_APPLE_object_purgeable functionality into a new file.Kenneth Graunke2013-08-161-0/+1
* i965 Gen4/5: Introduce 'interpolation map' alongside the VUE mapChris Forbes2013-08-011-0/+1
* i965: Move the rest of intel_tex_layout.c into brw_tex_layout.c.Kenneth Graunke2013-07-031-1/+0
* i965: Delete brw_print_reg() function.Kenneth Graunke2013-07-031-1/+0
* i965: Split surface format code into a new file (brw_surface_formats.c).Kenneth Graunke2013-06-281-0/+1
* i965: Emit the depth/stencil state pointer directly, not via atoms.Kenneth Graunke2013-06-111-1/+0
* i965: Rely on hardware contexts for query objects on Gen6+.Kenneth Graunke2013-05-201-0/+1
* i965: Move FS instruction scheduling to a non-FS-specific file.Eric Anholt2013-05-021-1/+1
* i965: Implement color clears using a simple shader in blorp.Eric Anholt2013-04-301-0/+1
* intel: Remove the last spans code!Eric Anholt2013-04-301-1/+0
* intel: Fold the one last function intel_tex_format.c into the caller.Eric Anholt2013-04-291-1/+0
* i965: Delete brw_vs_constval.c and the brw_wm_input_sizes atom.Kenneth Graunke2013-04-041-1/+0
* i965: Remove the old brw_optimize() code.Eric Anholt2013-04-011-1/+0
* i965/fs: Move brw_wm_lookup_iz() to fs_visitor::setup_payload_gen4().Kenneth Graunke2012-11-261-1/+1
* automake: Merge per-type *_FILES variables in intel drivers.Eric Anholt2012-11-121-32/+29
* i965/vs: Delete the old vertex shader backend.Kenneth Graunke2012-11-011-1/+0