summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
Commit message (Expand)AuthorAgeFilesLines
* i965: Don't emit SURFACE_STATEs for gather workarounds on Broadwell.Kenneth Graunke2014-06-232-8/+15
* i965: Allow the blorp blit between BGR and RGBNeil Roberts2014-06-231-7/+21
* i915: Fix gen2 texblend setupVille Syrjälä2014-06-231-1/+1
* i965: Save meta stencil blit programs in the context.Kenneth Graunke2014-06-212-8/+13
* i965/vec4: unit test for copy propagation and writemaskChia-I Wu2014-06-181-0/+30
* i965/vec4/gs: Silence warning about unused 'success' in release build.Matt Turner2014-06-171-0/+1
* i965/disasm: Mark three_source_reg_encoding[] static.Matt Turner2014-06-171-1/+1
* i965/blorp: Remove unused 'brw' member.Matt Turner2014-06-171-2/+0
* i965/blorp: Mark branch unreachable to silence uninitialized var warning.Matt Turner2014-06-171-0/+1
* i965: Silence warning about unused brw in release builds.Matt Turner2014-06-171-2/+1
* i965: Mark backend_instruction and bblock_t as structs.Matt Turner2014-06-172-2/+2
* i965: Use standard SSE intrinsics instead of gcc built-ins.Matt Turner2014-06-171-5/+7
* Revert "i965: Add 'wait' instruction support"Matt Turner2014-06-173-34/+0
* i965/fs: Optimize SEL with the same sources into a MOV.Matt Turner2014-06-171-1/+7
* i965/fs: Perform CSE on texture operations.Matt Turner2014-06-171-1/+10
* i965/fs: Copy propagate from load_payload.Matt Turner2014-06-171-0/+22
* i965/fs: Perform CSE on load_payload instructions if it's not a copy.Matt Turner2014-06-171-0/+18
* i965/fs: Support register coalescing on LOAD_PAYLOAD operands.Matt Turner2014-06-171-10/+54
* i965/fs: Emit load_payload instead of multiple MOVs for large VGRFs.Matt Turner2014-06-171-12/+21
* i965/fs: Only consider real sources when comparing instructions.Matt Turner2014-06-171-4/+15
* i965/fs: Apply cube map array fixup and restore the payload.Matt Turner2014-06-171-1/+14
* i965/fs: Use LOAD_PAYLOAD in emit_texture_gen7().Matt Turner2014-06-171-62/+73
* i965/fs: Lower LOAD_PAYLOAD and clean up.Matt Turner2014-06-172-0/+39
* i965/fs: Add SHADER_OPCODE_LOAD_PAYLOAD.Matt Turner2014-06-175-0/+33
* i965: Use 8x4 aligned rectangles for HiZ operations on Broadwell.Kenneth Graunke2014-06-161-4/+16
* i965: Make INTEL_DEBUG=mip print out whether HiZ is enabled.Kenneth Graunke2014-06-161-0/+2
* i965/cs: Use override structure rather than separate env varJordan Justen2014-06-162-4/+2
* Enable GL_ARB_explicit_uniform_location in the drivers.Tapani Pälli2014-06-162-0/+2
* i965/vec4: Use the sampler for pull constant loads on Broadwell.Kenneth Graunke2014-06-151-8/+8
* i965: Add missing newlines to a few perf_debug messages.Kenneth Graunke2014-06-151-2/+2
* i965: Drop Broadwell perf_debugs about missing MOCS that aren't missing.Kenneth Graunke2014-06-152-4/+0
* i965: Add missing MOCS setup for 3DSTATE_INDEX_BUFFER on Broadwell.Kenneth Graunke2014-06-151-3/+1
* i965/vec4: Fix dead code elimination for VGRFs of size > 1.Kenneth Graunke2014-06-151-1/+2
* i965: Add SHADER_OPCODE_SHADER_TIME_ADD to dump_instructions() decode.Kenneth Graunke2014-06-151-0/+2
* mesa/drivers: Fix clang constant-logical-operand warnings.Vinson Lee2014-06-144-13/+13
* i965: Set the fast clear color value for texture surfacesNeil Roberts2014-06-122-2/+6
* i965: Fix disassembly of BLORP clear programs.Kenneth Graunke2014-06-121-1/+1
* i965/fs: Move FB write default state mashing in a level.Kenneth Graunke2014-06-121-7/+7
* i965: Fix Haswell discard regressions since Gen4-5 line AA fix.Kenneth Graunke2014-06-121-2/+7
* i965: Use brw->gen in some generation checks.Matt Turner2014-06-115-11/+17
* i965/fs: Clean up tabs in brw_fs_cse.cpp.Matt Turner2014-06-111-43/+43
* i965/vec4: Emit smarter code for b2f of a comparisonIan Romanick2014-06-112-0/+48
* i965/vec4: Silence a couple unused parameter warningsIan Romanick2014-06-111-2/+2
* i965: Add GPU BLIT of texture image to PBO in Intel driverJon Ashburn2014-06-101-0/+110
* i965: Invalidate live intervals when inserting Gen4 SEND workarounds.Kenneth Graunke2014-06-101-0/+6
* i965: Don't use the head sentinel as an fs_inst in Gen4 workaround code.Kenneth Graunke2014-06-101-1/+1
* i965/fs: Combine generate_math[12]_gen6 methods.Kenneth Graunke2014-06-102-33/+13
* i965/fs: Drop the generate_math[12]_gen7 methods.Kenneth Graunke2014-06-102-30/+5
* i965/vec4: Combine generate_math[12]_gen6 methods.Kenneth Graunke2014-06-102-28/+12
* i965/vec4: Drop the generate_math2_gen7() method.Kenneth Graunke2014-06-102-14/+1