Merge remote-tracking branch 'mesa-public/master' into vulkan
[mesa.git] / src / mesa / drivers / dri / i965 / Makefile.sources
2015-10-19 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-19 Jason Ekstrandi965: Move the entire compiler API into a single file
2015-10-13 Jason Ekstrandi965/surface_formats: Pull the surface_format_info...
2015-10-09 Kristian Høgsberg... Merge ../mesa into vulkan
2015-10-08 Kristian Høgsberg... i965: Break out backend compiler to its own library
2015-10-08 Kristian Høgsberg... i965: Move brw_link_shader() and friends to new file...
2015-10-05 Matt Turneri965: Generalize predicated break pass for use in vec4...
2015-10-02 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-02 Jason Ekstrandi965/nir: Pull common ARB program uniform handling...
2015-10-02 Jason Ekstrandi965/vec4: Delete the old vec4_vp code
2015-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
2015-09-25 Francisco Jerezi965/vec4: Import helpers to convert vectors into array...
2015-09-25 Francisco Jerezi965/vec4: Introduce VEC4 IR builder.
2015-09-15 Jason Ekstrandi965/fs: Add a very basic validation pass
2015-09-14 Kristian Høgsberg... i965: Move compute shader code around
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-03 Iago Toral Quirogai965/nir/gs: Handle geometry shaders inputs
2015-08-03 Eduardo Lima Mitevi965/nir/vec4: Add implementation placeholders for...
2015-07-29 Francisco Jerezi965/fs: Import surface message builder helper functions.
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Chris Wilsoni965: Transplant PIPE_CONTROL routines to brw_pipe_control
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-22 Kenneth Graunkei965: Split VUE map handling out of brw_vs.c into brw_v...
2015-06-09 Francisco Jerezi965/fs: Introduce FS IR builder.
2015-05-29 Jason Ekstrandi965: Remove the old fragment program code
2015-05-19 Emil Velikovi965: add brw_cs.h to the sources list
2015-05-12 Neil Robertsi965: Use predicate enable bit for conditional renderin...
2015-05-02 Paul Berryi965: Implement DispatchCompute() back-end
2015-05-02 Jordan Justeni965/cache: Add support for CS in program state cache
2015-04-11 Kenneth Graunkei965: Create NIR during LinkShader() and ProgramStringN...
2015-03-24 Emil Velikovi965: add the remaining files to the tarball
2015-03-23 Jason Ekstrandi965: Add a NIR analysis pass for determining when...
2015-02-18 Matt Turneri965/fs: Add pass to combine immediates.
2015-01-27 Sisinty Sasmita... i965: Refactor tiled memcpy functions and move them...
2015-01-24 Matt Turneri965/fs: Add pass to propagate conditional modifiers.
2015-01-15 Connor Abbotti965/fs: add a NIR frontend
2014-12-12 Matt Turneri965: Add headers to distribution.
2014-12-12 Matt Turneri965: Alphabetize source list.
2014-12-02 Matt Turneri965/vec4: Rewrite dead code elimination to use live...
2014-11-26 Matt Turneri965: Add functions to convert float <-> VF.
2014-10-29 Kenneth Graunkei965: Rename brw_vec4_gs.[ch] to brw_gs.[ch].
2014-10-29 Kenneth Graunkei965: Rename brw_gs{,_emit}.[ch] to brw_ff_gs{,_emit...
2014-09-19 Iago Toral Quirogai965/gen6/gs: Add initial implementation for a gen6...
2014-08-16 Jordan Justeni965: Split gen6 depth hiz state out from brw
2014-08-16 Jordan Justeni965: Split gen6 renderbuffer surface state from gen5...
2014-08-15 Kristian Høgsbergi965: Implement fast color clears using meta operations
2014-08-12 Emil Velikovandroid: dri/i9*5: remove used _INCLUDES variable
2014-08-12 Kenneth Graunkei965: Delete the Gen8 code generators.
2014-08-11 Jason Ekstrandi965: Add support for ARB_copy_image
2014-08-02 Kenneth Graunkei965: Stop using gen7_update_sampler_state; rm gen7_sam...
2014-08-02 Kenneth Graunkei965: Rename brw_wm_sampler_state.c to brw_sampler_state.c.
2014-07-07 Kenneth Graunkei965/vec4: Add basic common subexpression elimination.
2014-07-06 Matt Turneri965: Rename intel_asm_printer -> intel_asm_annotation.
2014-06-30 Kenneth Graunkei965/disasm: Delete gen8_disasm.c.
2014-05-25 Matt Turneri965: Add annotation data structure and support code.
2014-05-15 Topi Pohjolaineni965/meta: Stencil blits
2014-05-12 Topi Pohjolaineni965/blorp: Expose coordinate scissoring and mirroring
2014-05-01 Eric Anholti965: Delete the intel_regions.c code.
2014-04-15 Matt Turneri965/fs: Reimplement dead_code_elimination().
2014-04-05 Matt Turneri965/fs: Split fs_visitor::register_coalesce() into...
2014-03-24 Eric Anholti965/gen8: Change the winsys MSAA blits from blorp...
2014-02-25 Dave Airlieglsl/i965: move lower_offset_array up to GLSL compiler...
2014-02-01 Kenneth Graunkei965: Update GS state for Broadwell.
2014-02-01 Kenneth Graunkei965: Update multisampling state for Broadwell.
2014-02-01 Kenneth Graunkei965: Update 3DSTATE_{DEPTH,STENCIL,...}_BUFFER and...
2014-02-01 Kenneth Graunkei965: Update SF_CLIP_VIEWPORT for Broadwell.
2014-02-01 Kenneth Graunkei965: Rework SURFACE_STATE entries for Broadwell.
2014-02-01 Kenneth Graunkei965: Update SOL state for Broadwell.
2014-02-01 Kenneth Graunkei965: Update the code that disables unused shader stage...
2014-02-01 Kenneth Graunkei965: Rework vertex uploads for Broadwell.
2014-02-01 Kenneth Graunkei965: Update STATE_BASE_ADDRESS for Broadwell.
2014-02-01 Kenneth Graunkei965: Update 3DSTATE_PS, 3DSTATE_WM, and add 3DSTATE_PS...
2014-02-01 Kenneth Graunkei965: Rework 3DSTATE_VS for Broadwell.
2014-02-01 Kenneth Graunkei965: Add the new 3DSTATE_PS_BLEND state packet.
2014-02-01 Kenneth Graunkei965: Replace DEPTH_STENCIL_STATE with Gen8's 3DSTATE_W...
2014-02-01 Kenneth Graunkei965: Update SF, SBE, and RASTER state for Broadwell.
2014-01-29 Matt Turneri965/fs: Add a saturation propagation optimization...
2014-01-23 Topi Pohjolaineni965/blorp: introduce separate eu-emitter for blit...
2014-01-19 Kenneth Graunkei965: Create a new fragment shader backend for Broadwell.
2014-01-19 Kenneth Graunkei965: Create a new vec4 backend for Broadwell.
2014-01-19 Kenneth Graunkei965: Add a new infrastructure for generating Broadwell...
2014-01-19 Kenneth Graunkei965: Implement a disassembler for Broadwell's new...
2014-01-19 Kenneth Graunkei965: Add a new representation for Broadwell shader...
2013-12-05 Matt Turneri965/fs: New peephole optimization to flatten IF/BREAK...
2013-12-05 Matt Turneri965/fs: New peephole optimization to generate SEL.
2013-11-21 Kenneth Graunkei965: Add basic driver hooks and plumbing for AMD_perfo...
2013-11-20 Matt Turneri965: Add a pass to remove dead control flow.
2013-11-08 Ian Romanicki965: Add function to query the GPU reset status for...
2013-11-07 Kenneth GraunkeRevert "i965: Add support for GL_AMD_performance_monito...
2013-11-05 Kenneth Graunkei965: Combine gen6_clip_state.c and gen7_clip_state.c.
2013-10-26 Chris Forbesi965: Add lowering pass to fold offset into unnormalize...
2013-10-26 Chris Forbesi965: Add lowering pass for splitting textureGatherOffsets
2013-10-17 Kenneth Graunkei965: Fold brwInitVtbl() into brwCreateContext().
2013-10-13 Kenneth Graunkei965: Merge intel_context.c into brw_context.c.
2013-10-13 Kenneth Graunkei965: Add a new brw_device_info structure.
2013-10-13 Kenneth Graunkei965: Pull out INTEL_DEBUG handling into new intel_debu...
2013-09-26 Kenneth Graunkei965: Add support for GL_AMD_performance_monitor on...
2013-09-19 Kenneth Graunkei965: Move binding table code to a new file, brw_bindin...
2013-09-18 Kenneth Graunkei965: Rename brw_{fs,vec4}_emit.cpp to brw_{fs,vec4...
2013-09-11 Paul Berryi965/gs: Add a state atom to set up geometry shader...
next