aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965
Commit message (Expand)AuthorAgeFilesLines
* i965: Be more careful with the interleaved user array upload optimizationIan Romanick2013-06-261-1/+17
* i965/vs: Combine code generation's inst->opcode switch statements.Kenneth Graunke2013-06-261-163/+166
* i965: Remove broken source type assertions from brw_alu3().Kenneth Graunke2013-06-261-14/+5
* i965: Add back strict type assertions for MAD and LRP.Kenneth Graunke2013-06-261-2/+16
* i965: Stop recomputing the miptree's size from the texture image.Eric Anholt2013-06-262-13/+7
* i965: Drop unused argument to translate_tex_format().Eric Anholt2013-06-263-4/+0
* i965/gen4-5: Stop using bogus polygon_offset_scale field.Eric Anholt2013-06-261-1/+1
* i965: Add debug to INTEL_DEBUG=blorp describing hiz/blit/clear ops.Eric Anholt2013-06-263-0/+39
* i965/fs: Dump IR when fatally not compiling due to bad register spilling.Eric Anholt2013-06-261-1/+2
* i965: Remove the rest of brw_update_draw_buffer().Eric Anholt2013-06-251-27/+5
* i965: Stop updating FBO state on drawbuffers change.Eric Anholt2013-06-251-8/+0
* i965: Stop recomputing drawbuffer bounds on drawbuffer change.Eric Anholt2013-06-251-2/+0
* i965: Remove _NEW_DEPTH state flagging on drawbuffers change.Eric Anholt2013-06-252-3/+1
* intel: Stop doing special _NEW_STENCIL state flagging on drawbuffers.Eric Anholt2013-06-254-10/+5
* i965: Stop flagging viewport/scissor change on drawbuffers change.Eric Anholt2013-06-251-3/+0
* i965: Stop flagging _NEW_POLYGON on drawbuffers change.Eric Anholt2013-06-251-5/+0
* mesa: Use shared code for converting shader targets to short strings.Eric Anholt2013-06-211-5/+4
* glsl: Remove ir_print_visitor.h includes and usageEric Anholt2013-06-219-11/+2
* gen7: fix GPU hang on WebGL texture-size testJordan Justen2013-06-181-1/+1
* intel: Allow blorp CopyTexSubImage to nonzero destination slices.Eric Anholt2013-06-172-8/+5
* i965: Assume flexible hardware primitive restart exists in the future.Kenneth Graunke2013-06-141-1/+1
* i965: Shrink Gen5 VUE map layout to be the same as Gen4.Chris Forbes2013-06-166-40/+7
* i965: Implement 16-wide math on G45 and Ironlake.Kenneth Graunke2013-06-162-0/+28
* i965/gen7+: Resolve color buffers when necessary.Paul Berry2013-06-123-1/+13
* i965/blorp: Write blorp code to do render target resolves.Paul Berry2013-06-124-0/+69
* i965/blorp: Expand clear class hierarchy to prepare for RT resolves.Paul Berry2013-06-122-25/+35
* i965/gen7+: Implement fast color clear operation in BLORP.Paul Berry2013-06-127-14/+179
* i965/gen7+: Set up MCS in SURFACE_STATE whenever MCS is present.Paul Berry2013-06-122-2/+2
* i965/gen7+: Create an enum for keeping track of fast color clear state.Paul Berry2013-06-124-0/+6
* i965: Emit the depth/stencil state pointer directly, not via atoms.Kenneth Graunke2013-06-117-80/+18
* i965: Emit the CC state pointer directly rather than via atoms.Kenneth Graunke2013-06-115-30/+18
* i965: Emit the BLEND_STATE pointer directly rather than via atoms.Kenneth Graunke2013-06-115-30/+18
* Revert "i965: Disable unused pipeline stages once at startup on Gen7+."Kenneth Graunke2013-06-113-6/+13
* i965/vs: Avoid the MUL/MACH/MOV sequence for small integer multiplies.Eric Anholt2013-06-101-13/+37
* i965/vs: Allow copy propagation into MUL/MACH.Eric Anholt2013-06-101-2/+4
* i965/vs: Use the MAD instruction when possible.Eric Anholt2013-06-104-0/+43
* i965: Allocate push constant L3 space once at startup on Gen7+.Kenneth Graunke2013-06-104-12/+4
* i965: Disable unused pipeline stages once at startup on Gen7+.Kenneth Graunke2013-06-103-13/+9
* i965: Don't emit PIPELINE_SELECT from BLORP.Kenneth Graunke2013-06-101-19/+0
* i965: Emit invariant state once at startup on Gen6+.Kenneth Graunke2013-06-103-4/+20
* i965: Delete some dead state atom prototypes.Kenneth Graunke2013-06-101-9/+0
* i965: Change return type of check_state() to bool.Kenneth Graunke2013-06-101-2/+2
* i965: Remove unused second parameter of brw_print_dirty_count().Kenneth Graunke2013-06-101-4/+4
* i965/vs: add support for emitting gl_ClipVertexChris Forbes2013-06-072-7/+3
* i965/clip: Add support for gl_ClipVertexChris Forbes2013-06-073-4/+55
* intel: Don't try to blorp or blit CopyTexSubImage(1D_ARRAY).Paul Berry2013-06-041-0/+6
* i965: fix problem with constant out of bounds access (v3)Dave Airlie2013-06-043-1/+16
* intel: Fix copying of separate stencil data in glCopyTexSubImage().Eric Anholt2013-06-031-8/+15
* i965: Fix glColorPointer(GL_FIXED)Chad Versace2013-06-031-0/+8
* i965 gen7: use SURFACE_STATE fields to select render level/layerJordan Justen2013-06-022-18/+46