i965: Use unreachable() instead of unconditional assert().
[mesa.git] / src / mesa / drivers / dri / i965 / Makefile.sources
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...
2013-09-05 Paul Berryi965/vs: Move vs-specific code out of brw_vec4_visitor...
2013-09-01 Paul Berryi965/gs: make the state atom for compiling Gen7 geometr...
2013-09-01 Paul Berryi965/gs: Implement support for geometry shader surfaces.
2013-08-23 Paul Berryi965/gs: add GS visitors.
2013-08-17 Kenneth Graunkei965: Split intel_upload code out into a separate file.
2013-08-17 Kenneth Graunkei965: Move GL_APPLE_object_purgeable functionality...
2013-08-01 Chris Forbesi965 Gen4/5: Introduce 'interpolation map' alongside...
2013-07-03 Kenneth Graunkei965: Move the rest of intel_tex_layout.c into brw_tex_...
2013-07-03 Kenneth Graunkei965: Delete brw_print_reg() function.
2013-06-28 Kenneth Graunkei965: Split surface format code into a new file (brw_su...
2013-06-11 Kenneth Graunkei965: Emit the depth/stencil state pointer directly...
2013-05-20 Kenneth Graunkei965: Rely on hardware contexts for query objects on...
2013-05-02 Eric Anholti965: Move FS instruction scheduling to a non-FS-specif...
2013-04-30 Eric Anholti965: Implement color clears using a simple shader...
2013-04-30 Eric Anholtintel: Remove the last spans code!
2013-04-29 Eric Anholtintel: Fold the one last function intel_tex_format...
2013-04-04 Kenneth Graunkei965: Delete brw_vs_constval.c and the brw_wm_input_siz...
2013-04-01 Eric Anholti965: Remove the old brw_optimize() code.
2012-11-27 Kenneth Graunkei965/fs: Move brw_wm_lookup_iz() to fs_visitor::setup_p...
2012-11-12 Eric Anholtautomake: Merge per-type *_FILES variables in intel...
2012-11-01 Kenneth Graunkei965/vs: Delete the old vertex shader backend.
2012-11-01 Kenneth Graunkei965/vs: Replace brw_vs_emit.c with dumping code into...
2012-10-17 Eric Anholti965/vs: Improve live interval calculation.
2012-10-17 Eric Anholti965: Move brw_fs_cfg.* to brw_cfg.*.
2012-10-08 Eric Anholti965: Remove the old ARB_fragment_program backend.
2012-10-08 Eric Anholti965: Replace brw_wm_* with dumping code into the fs_vi...
2012-09-17 Eric Anholti965: Add support for instruction compaction.
2012-08-28 Eric Anholti965: Replace general sw fallback support with a manual...
2012-07-12 Kenneth Graunkei965: Add a lowering pass to convert TXD to TXL by...
2012-05-24 Kenneth Graunkei965: Gut the separate OpenGL ES extension enabling.
2012-05-23 Jordan Justeni965: create code path to handle primitive restart...
2012-05-23 Eric Anholtintel: Fork the intel_clear.c file between i915 and...
2012-05-15 Paul Berryi965/gen6: Initial implementation of MSAA.
2012-05-15 Paul Berryi965/gen6+: Add code to perform blits on the render...
2012-05-15 Paul Berryi965: Parameterize HiZ code to prepare for adding blitting.
2012-05-14 Eric Anholti965/fs: Add support for copy propagation.
2012-05-14 Kenneth Graunkei965/fs: Add a local common subexpression elimination...
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-10 Paul Berryi965/hiz: Convert gen{6,7}_hiz.c to C++
2012-04-29 Dylan Noblesmithautoconf: pass -Wall to automake
2012-04-20 Eric Anholti965: Add support for live variable analysis using...
2012-04-20 Eric Anholti965: Add basic block generator.
2012-02-07 Chad Versacei965: Rewrite the HiZ op
2012-01-30 Eric Anholtintel: Use libdrm's decode functionality instead of...
2012-01-17 Eric Anholti965: Convert the build to using automake.
2011-12-24 Eric Anholti965/gen7: Move SOL stage disable to gen7_sol_state.c
2011-12-20 Paul Berryi965 gen6: Initial implementation of transform feedback.
2011-11-22 Chad VersaceMerge branch 'hiz' of ssh://people.freedesktop.org...
2011-11-22 Chad Versaceintel: Define struct intel_resolve_map [v2]
2011-10-18 Chad Versaceintel: Add HiZ operations to intel_context::vtbl for...
2011-09-09 Eric Anholti965/vs: Add constant propagation to a few opcodes.
2011-09-01 Chia-I Wuintel: rename intel_extensions_es2.c to intel_extension...
2011-08-27 Chad Versacei965: Factor our source lists into Makefile.sources