aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965
Commit message (Expand)AuthorAgeFilesLines
* i965/gen6: Fix GL_GEOMETRY_SHADER_PRIMITIVES_EMITTED_ARBIago Toral Quiroga2015-02-201-0/+5
* i965/vec4: Add and use byte-MOV instruction for unpack 4x8.Matt Turner2015-02-194-2/+21
* i965/blorp: Emit MADs.Matt Turner2015-02-192-4/+11
* i965/blorp: Optimize clamping tex coords.Matt Turner2015-02-192-4/+22
* i965: Use greater-equal cmod to implement maximum.Matt Turner2015-02-194-7/+10
* i965: Don't emit saturates for instructions without destinations.Matt Turner2015-02-192-2/+2
* i965/fs: Consider MOV.SAT to interfere if it has a source modifier.Matt Turner2015-02-192-4/+52
* i965/fs: Use fs_inst::overwrites_reg() in saturate propagation.Matt Turner2015-02-192-4/+44
* i965/fs: Add unit tests for saturate propagation pass.Matt Turner2015-02-192-0/+362
* i965: just avoid warnings with fp64Dave Airlie2015-02-205-0/+42
* i965/vec4: Print "VS" or "GS" when compiles fail, not "vec4".Kenneth Graunke2015-02-191-1/+1
* i965/vec4: Replace debug_flag with debug_enabled.Kenneth Graunke2015-02-196-10/+5
* i965: Make scheduler cycle estimates use the proper stage name.Kenneth Graunke2015-02-191-5/+6
* i965/fs: Un-hardcode DEBUG_WM, "FS", and "fragment".Kenneth Graunke2015-02-192-7/+8
* i965: Create backend_visitor fields for debugging messages.Kenneth Graunke2015-02-192-0/+6
* i965: Add a function to translate MESA_SHADER_* into DEBUG_* enums.Kenneth Graunke2015-02-192-0/+15
* i965/fs: Use VARYING_SLOT checks rather than strcmp().Kenneth Graunke2015-02-192-3/+3
* i965/fs: Remove type parameter from emit_vs_system_value().Kenneth Graunke2015-02-192-5/+4
* i965/vec4: Calculate register allocation q values manually.Francisco Jerez2015-02-191-1/+17
* i965: Don't compact instructions with unmapped bits.Francisco Jerez2015-02-191-0/+53
* i965: Handle F16TO32/F32TO16 with dword src/dst consistently on both back-ends.Francisco Jerez2015-02-191-2/+12
* i965/gen8: Fix F32TO16 in vec4 mode if the source and destination registers a...Francisco Jerez2015-02-191-9/+27
* i965/fs: Replace ud_reg_to_w() with a more general helper function.Francisco Jerez2015-02-192-24/+25
* i965/vec4: Don't attempt to reduce swizzles of send from GRF instructions.Francisco Jerez2015-02-191-1/+2
* i965/vec4: Fix constant propagation across different types.Francisco Jerez2015-02-191-0/+10
* i965/simd8vs: Fix SIMD8 atomics (read-only)Jordan Justen2015-02-181-8/+16
* i965: implement ARB_pipeline_statistics_queryBen Widawsky2015-02-173-0/+106
* i965: Prefer Meta over the BLT for BlitFramebuffer.Kenneth Graunke2015-02-171-7/+7
* i965/fs: Add algebraic optimizations for MAD.Matt Turner2015-02-171-0/+43
* i965/fs: Emit MAD instructions when possible.Matt Turner2015-02-172-8/+8
* i965/fs: Allow immediates in MAD and LRP instructions.Matt Turner2015-02-172-3/+33
* i965/fs: Add pass to combine immediates.Matt Turner2015-02-174-0/+287
* i965/fs: Remove force_writemask_all assertion for execsize < 8.Matt Turner2015-02-171-1/+0
* i965/cfg: Add function to generate a dot file of the dominator tree.Matt Turner2015-02-172-0/+11
* i965/cfg: Add function to generate a dot file of the CFG.Matt Turner2015-02-172-0/+15
* i965/cfg: Calculate the immediate dominators.Matt Turner2015-02-172-4/+76
* i965/cfg: Allow cfg::dump to be called without a visitor.Matt Turner2015-02-171-1/+2
* i965: Allow exec_list sentinels as arguments to insert functions.Matt Turner2015-02-171-2/+4
* i965: Add device limits for tess threads & URB entriesChris Forbes2015-02-174-0/+48
* i965: Add a function to disassemble an instruction from the 4 dwords.Kenneth Graunke2015-02-171-0/+12
* i965: Do Sandybridge workaround flushes before each primitive.Kenneth Graunke2015-02-1711-84/+20
* i965/vec4: Silence unused parameter warningsIan Romanick2015-02-173-7/+5
* i965/simd8vs: Fix SIMD8 atomicsBen Widawsky2015-02-161-8/+16
* i965/vec4: Override destination register writemask in sampler message send.Francisco Jerez2015-02-161-0/+1
* i965: Fix a crash in the texture gradient lowering pass with cube samplersIago Toral Quiroga2015-02-161-1/+3
* i965/fs: Handle U/UW-type immediates in the generator.Matt Turner2015-02-151-0/+6
* i965/fs: Handle W/UW-type immediates in dump_instructions().Matt Turner2015-02-151-0/+2
* i965: Let dump_instructions() work before calculate_cfg().Matt Turner2015-02-152-13/+28
* i965/fs: Call calculate_cfg() before optimize().Matt Turner2015-02-151-2/+4
* i965: Optimize multiplication by -1 into a negated MOV.Matt Turner2015-02-152-0/+14