glsl: Remove ir_print_visitor.h includes and usage
[mesa.git] / src / mesa / drivers / dri / i965 /
2013-06-21 Eric Anholtglsl: Remove ir_print_visitor.h includes and usage
2013-06-18 Jordan Justengen7: fix GPU hang on WebGL texture-size test
2013-06-17 Eric Anholtintel: Allow blorp CopyTexSubImage to nonzero destinati...
2013-06-15 Kenneth Graunkei965: Assume flexible hardware primitive restart exists...
2013-06-15 Chris Forbesi965: Shrink Gen5 VUE map layout to be the same as...
2013-06-15 Kenneth Graunkei965: Implement 16-wide math on G45 and Ironlake.
2013-06-12 Paul Berryi965/gen7+: Resolve color buffers when necessary.
2013-06-12 Paul Berryi965/blorp: Write blorp code to do render target resolves.
2013-06-12 Paul Berryi965/blorp: Expand clear class hierarchy to prepare...
2013-06-12 Paul Berryi965/gen7+: Implement fast color clear operation in...
2013-06-12 Paul Berryi965/gen7+: Set up MCS in SURFACE_STATE whenever MCS...
2013-06-12 Paul Berryi965/gen7+: Create an enum for keeping track of fast...
2013-06-11 Kenneth Graunkei965: Emit the depth/stencil state pointer directly...
2013-06-11 Kenneth Graunkei965: Emit the CC state pointer directly rather than...
2013-06-11 Kenneth Graunkei965: Emit the BLEND_STATE pointer directly rather...
2013-06-11 Kenneth GraunkeRevert "i965: Disable unused pipeline stages once at...
2013-06-10 Eric Anholti965/vs: Avoid the MUL/MACH/MOV sequence for small...
2013-06-10 Eric Anholti965/vs: Allow copy propagation into MUL/MACH.
2013-06-10 Eric Anholti965/vs: Use the MAD instruction when possible.
2013-06-10 Kenneth Graunkei965: Allocate push constant L3 space once at startup...
2013-06-10 Kenneth Graunkei965: Disable unused pipeline stages once at startup...
2013-06-10 Kenneth Graunkei965: Don't emit PIPELINE_SELECT from BLORP.
2013-06-10 Kenneth Graunkei965: Emit invariant state once at startup on Gen6+.
2013-06-10 Kenneth Graunkei965: Delete some dead state atom prototypes.
2013-06-10 Kenneth Graunkei965: Change return type of check_state() to bool.
2013-06-10 Kenneth Graunkei965: Remove unused second parameter of brw_print_dirty...
2013-06-07 Chris Forbesi965/vs: add support for emitting gl_ClipVertex
2013-06-07 Chris Forbesi965/clip: Add support for gl_ClipVertex
2013-06-04 Paul Berryintel: Don't try to blorp or blit CopyTexSubImage(1D_AR...
2013-06-04 Dave Airliei965: fix problem with constant out of bounds access...
2013-06-03 Eric Anholtintel: Fix copying of separate stencil data in glCopyTe...
2013-06-03 Chad Versacei965: Fix glColorPointer(GL_FIXED)
2013-06-03 Jordan Justeni965 gen7: use SURFACE_STATE fields to select render...
2013-06-03 Jordan Justenintel: add layered parameter to update_renderbuffer_surface
2013-06-01 Kenneth Graunkei965: Fix haswell_upload_cut_index when there's no...
2013-05-30 Anuj Phogatintel: Add multisample scaled blitting in blorp engine
2013-05-30 Anuj Phogatintel: Change the register type from UW to UD in blorp...
2013-05-30 Kenneth GraunkeRevert "i965: fix problem with constant out of bounds...
2013-05-30 Dave Airliei965: fix problem with constant out of bounds access...
2013-05-30 Frank Henigmanintel: initialize fs_visitor::params_remap in constructor
2013-05-29 Kenneth Graunkei965: Fix can_cut_index_handle_restart_index() for...
2013-05-29 Kenneth Graunkei965: Use the correct restart index for fixed index...
2013-05-29 Eric Anholti965/vs: Fix implied_mrf_writes() for integer division...
2013-05-29 Eric Anholti965/fs: Fix test for smearing enabled on an instruction.
2013-05-29 Eric Anholti965/fs: Fix segfault in instruction scheduling with...
2013-05-28 Eric Anholtintel: Rename intel_renderbuffer_tile_offsets.
2013-05-28 Eric Anholtintel: Make intel_miptree_get_tile_offsets return a...
2013-05-23 Kenneth Graunkei965: Go back to using the kernel SOL reset feature.
2013-05-23 Chris Forbesi965: Enable guardband clipping on Gen4/5.
2013-05-22 Eric Anholti965: Shut up more compiler warnings from vector insert...
2013-05-21 Kenneth Graunkei965: Split BeginTransformFeedback hook into Gen6 and...
2013-05-21 Kenneth Graunkei965: Kill software primitive counting entirely.
2013-05-21 Kenneth Graunkei965: Remove software geometry query code.
2013-05-21 Kenneth Graunkei965: Delete unused brw->sol.offset_0_batch_start field.
2013-05-21 Kenneth Graunkei965: Stop using the kernel SOL reset feature.
2013-05-21 Kenneth Graunkei965: Remove dead code for Gen7 SOL without hardware...
2013-05-20 Anuj Phogati965: Fix build failure
2013-05-20 Kenneth Graunkei965: Implement transform feedback query support in...
2013-05-20 Kenneth Graunkei965: Handle rasterizer discard in the clipper rather...
2013-05-20 Kenneth Graunkei965: Handle rasterizer discard in the clipper rather...
2013-05-20 Kenneth Graunkei965: Disable clipper statistics when meta operations...
2013-05-20 Kenneth Graunkei965: Create a BRW_NEW_META_IN_PROGRESS state flag.
2013-05-20 Kenneth Graunkei965: Rely on hardware contexts for query objects on...
2013-05-20 Kenneth Graunkei965: Disable pixel statistics in BLORP.
2013-05-20 Kenneth Graunkei965: Require hardware contexts (and thus Kernel 3...
2013-05-20 Kenneth Graunkei965: Add cases for ir_triop_vector_insert that assert.
2013-05-20 Kenneth Graunkei965: Add cases for ir_binop_vector_extract that assert.
2013-05-17 Eric Anholtmesa: Track the TexImage being rendered to in the gl_re...
2013-05-15 Eric Anholti965: Fill in brw_format_for_mesa_format for some non...
2013-05-15 Eric Anholti965: Use native RGB_FLOAT16 support when available.
2013-05-15 Eric Anholti965: Use the Mesa surface formats for float RGB surfaces.
2013-05-15 Eric Anholti965: Use the new XRGB UNORM formats.
2013-05-15 Chris Forbesintel: Use accessor for stencil reference values
2013-05-13 Jordan Justeni965: write layer if gl_Layer is used in VS
2013-05-13 Ian Romanickglsl: Add lowering pass for ir_triop_vector_insert
2013-05-12 Kenneth Graunkei965/vs: Set the PreferDP4 shader compiler option.
2013-05-12 Kenneth Graunkeglsl: Pass struct shader_compiler_options into do_commo...
2013-05-11 Marek Olšákmesa: add & use a new driver flag for UBO updates inste...
2013-05-11 Marek Olšákmesa: move max texture image unit constants to gl_progr...
2013-05-09 Kenneth Graunkei965: Add chipset limits for the Haswell GT3 variant.
2013-05-09 Kenneth Graunkei965: Update URB partitioning code for Haswell's GT3...
2013-05-09 Kenneth Graunkei965: Delete dead intel_span.c symlink.
2013-05-09 Eric Anholti965/vs: Make virtual grf live intervals actually cover...
2013-05-09 Eric Anholti965/fs: Make virtual grf live intervals actually cover...
2013-05-08 Eric Anholti965: Sync brw_format_for_mesa_format() table with...
2013-05-08 Eric Anholti965: Update the surface formats table from the current...
2013-05-08 Eric Anholti965: Add surface format defines from the public specs.
2013-05-08 Eric Anholti965: Fix hangs on HSW since the gen6 blorp fix.
2013-05-06 Eric Anholti965: Use brw_blorp_blit_miptrees() for CopyTexSubImage().
2013-05-06 Eric Anholti965: Move blorp resolve setup into brw_blorp_blit_mipt...
2013-05-06 Matt Turneri965: Lower bitfieldInsert.
2013-05-06 Matt Turneri965/vs: Add support for bit instructions.
2013-05-06 Matt Turneri965/fs: Add support for bit instructions.
2013-05-06 Matt Turneri965: Add support for emitting and disassembling bit...
2013-05-06 Matt Turneri965: Print the correct dst and shared-src types for...
2013-05-06 Matt Turneri965/gen7: Set src/dst types for 3-src instructions.
2013-05-06 Matt Turneri965: Add 3-src destination and shared-source type...
2013-05-06 Matt Turneri965: Add Gen7+ fields to brw_instruction and add comments.
2013-05-04 Eric Anholti965: Enable fast clears on non-8x4-aligned sizes.
2013-05-02 Eric Anholti965/vs: Add instruction scheduling.
next