summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* i965/fs: Refactor try_emit_saturateAbdiel Janulgue2014-08-311-15/+8
* ir_to_mesa, glsl_to_tgsi: Remove try_emit_saturateAbdiel Janulgue2014-08-312-99/+0
* i965/vec4: Allow propagation of instructions with saturate flag to selAbdiel Janulgue2014-08-311-27/+58
* i965/fs: Allow propagation of instructions with saturate flag to selAbdiel Janulgue2014-08-311-1/+17
* yi965/vec4: Add support for ir_unop_saturateAbdiel Janulgue2014-08-311-0/+4
* i965/fs: Add support for ir_unop_saturateAbdiel Janulgue2014-08-312-0/+5
* ir_to_mesa, glsl_to_tgsi: Add support for ir_unop_saturateAbdiel Janulgue2014-08-312-0/+12
* ir_to_mesa, glsl_to_tgsi: lower ir_unop_saturateAbdiel Janulgue2014-08-312-2/+9
* i965/vec4/fs: Count loops in shader debugAbdiel Janulgue2014-08-312-4/+8
* i965/vec4: inline generate_vec4_instruction() within generate_code()Abdiel Janulgue2014-08-312-316/+296
* i965: Add 2x MSAA support to Broadwell fast clear code.Kenneth Graunke2014-08-311-0/+1
* i965/vec4: Update register coalescing test.Matt Turner2014-08-301-4/+1
* i965: Use unreachable() to silence warning.Matt Turner2014-08-301-2/+1
* glsl: Eliminate ir_variable::data.atomic.buffer_indexIan Romanick2014-08-292-2/+2
* mesa: Delete ctx->GeometryProgram.Cache.Kenneth Graunke2014-08-292-5/+0
* mesa: fix fallback texture for cube map arrayRoland Scheidegger2014-08-301-6/+10
* i965: Mark BRW_CONDITIONAL_R as Gen <= 5.Matt Turner2014-08-281-1/+1
* i965/disasm: Show jump count for if/iff/halt.Matt Turner2014-08-281-1/+1
* i965/disasm: Disassemble JMPI's source properly.Matt Turner2014-08-281-1/+2
* i965/disasm: Add break/cont/halt to list of has_uip().Matt Turner2014-08-281-1/+4
* i965/disasm: Disassemble Z/NZ conditional modifiers as .z/.nz.Matt Turner2014-08-281-2/+2
* gallium: add cap for MAX_VERTEX_ATTRIB_STRIDETimothy Arceri2014-08-271-0/+3
* mesa: implement GL_MAX_VERTEX_ATTRIB_STRIDETimothy Arceri2014-08-274-0/+31
* i965: Disable try_emit_b2f_of_compare on Gen4-6.Kenneth Graunke2014-08-221-0/+7
* i965/fs: Preserve CFG in predicated break pass.Matt Turner2014-08-221-4/+25
* i965/fs: Rename variable in predicated break pass.Matt Turner2014-08-221-7/+8
* i965/fs: Preserve CFG in the SEL peephole.Matt Turner2014-08-221-6/+9
* i965: Preserve CFG when deleting dead control flow.Matt Turner2014-08-221-9/+45
* i965/cfg: Add functions to combine basic blocks.Matt Turner2014-08-222-0/+54
* i965/cfg: Point to bblock_t containing associated control flowMatt Turner2014-08-223-27/+15
* i965/fs: Preserve CFG in register allocation.Matt Turner2014-08-222-10/+14
* i965: Use basic-block aware insertion/removal functions.Matt Turner2014-08-229-40/+50
* i965: Add invalidate_cfg parameter to invalidate_live_intervals().Matt Turner2014-08-225-7/+9
* i965: Add basic-block aware backend_instruction::insert_* methods.Matt Turner2014-08-222-0/+52
* i965: Add a basic-block aware backend_instruction::remove method.Matt Turner2014-08-222-0/+50
* i965/cfg: Add a function to remove a block from the cfg.Matt Turner2014-08-222-4/+59
* i965/cfg: Add functions to test if a block is a successor/predecessor.Matt Turner2014-08-222-0/+26
* i965: Fix JIP/UIP calculations.Matt Turner2014-08-221-8/+6
* dri/radeon: nuke the remaining references to sareaEmil Velikov2014-08-213-11/+0
* dri/radeon: cleanup the radeon_context vtblEmil Velikov2014-08-218-163/+0
* dri/radeon: drop obsolete radeon_{dri,macros}.h headersEmil Velikov2014-08-217-248/+2
* i965,meta: Stop unlocking the texture to try and prevent deadlocks.Kenneth Graunke2014-08-202-22/+0
* mesa: Use a recursive mutex for the texture lock.Kenneth Graunke2014-08-201-1/+1
* i965/vec4: Allow reswizzling writemasks when swizzle is single-valued.Matt Turner2014-08-201-27/+33
* glsl: Use the without_array predicate in some more placesTimothy Arceri2014-08-191-2/+1
* i965: Flush the RC and TC before doing a fast clear resolveKristian Høgsberg2014-08-191-2/+2
* i965: Enable ARB_conditional_render_inverted on Gen6+.Chris Forbes2014-08-201-0/+1
* mesa: Add support for inverted s/w conditional renderingChris Forbes2014-08-201-0/+13
* i965/vec4: Add a pass to reduce swizzles.Matt Turner2014-08-192-0/+99
* mesa: fix NULL pointer deref bug in _mesa_drawbuffers()Brian Paul2014-08-191-1/+1