nvc0/ir: clarify recursion fix to finding first tex uses
[mesa.git] / src / mesa /
2014-09-06 Jason Ekstrandi965/fs: Don't look at virtual_grf_sizes for uniforms
2014-09-05 Anuj Phogatmeta: Store precompiled msaa shaders for all supported...
2014-09-05 Jason Ekstrandi965/blorp: Pass image formats seperately from the...
2014-09-05 Matt Turneri965/fs: Brown bag fix.
2014-09-05 Matt Turneri965/vec4: Add ability to reswizzle arbitrary swizzles.
2014-09-05 Matt Turneri965/vec4: Reswizzle sources when necessary.
2014-09-05 Jason Ekstrandi965/fs: Clean up emitting of untyped atomic and surfac...
2014-09-05 Matt Turneri965/fs: Fix basic block tracking in try_rep_send().
2014-09-05 Matt Turneri965/fs: Pass block to insert and remove functions...
2014-09-05 Kenneth Graunkei965: Mark cfg dumping functions const.
2014-09-05 Matt Turneri965: Update if_block/else_block in the dead control...
2014-09-05 Matt Turneri965/fs: Connect cfg properly in predicated break peephole.
2014-09-05 Marek Olšákst/mesa: use 1.0f as boolean true on drivers without...
2014-09-05 Marek Olšákmesa: set UniformBooleanTrue = 1.0f by default
2014-09-05 Jordan JustenRevert 5 i965 patches: 8e27a4d2, 373143ed, c5bdf9be...
2014-09-04 Jordan Justeni965/fs: Use prog rather than fp->Base in fs_visitor
2014-09-04 Jordan Justeni965/fs: Use stage_prog_data instead of prog_data-...
2014-09-04 Jordan Justeni965/fs: Add init function to fs_visitor
2014-09-04 Eric Anholtstate_tracker: Fix bug in conditional discards with...
2014-09-04 Brian Paulswrast: s/INLINE/inline/
2014-09-04 Brian Paulosmesa: s/INLINE/inline/
2014-09-04 Brian Paulxlib: s/INLINE/inline/
2014-09-04 Brian Paulmeta: s/INLINE/inline/
2014-09-04 Brian Paulmesa: s/INLINE/inline/
2014-09-04 Marek Olšákmesa: invalidate draw state in glPopClientAttrib
2014-09-04 Carl WorthEliminate several cases of multiplication in arguments...
2014-09-04 Kenneth Graunkei965: Handle ir_triop_csel in emit_bool_to_cond_code().
2014-09-04 Kenneth Graunkei965: Move curb_read_length/total_scratch to brw_stage_...
2014-09-03 Jason Ekstrandi965/copy_image: Divide the x offsets by block width...
2014-09-03 Jason Ekstrandi965/copy_image: Use the correct block dimension
2014-09-03 Jason Ekstrandmeta/copy_image: Use the correct texture level when...
2014-09-03 Jason Ekstrandi965/copy_image: Use the correct texture level
2014-09-02 Jason Ekstrandmain: Don't leak temporary texture rows
2014-09-02 Kristian Høgsbergmeta: Make MESA_META_DRAW_BUFFERS restore properly
2014-09-02 Emil VelikovRevert "mesa: fix make tarballs"
2014-09-02 Dave Airliemesa/program_cache: calloc the correct size for the...
2014-09-02 Paul Berrymain/cs: Add gl_context::ComputeProgram
2014-09-02 Jordan Justenmesa: Convert NewDriverState to 64-bits
2014-09-02 Paul Berryi965: Modify state upload to allow 2 different sets...
2014-09-02 Paul Berryi965: Modify dirty bit handling to support 2 pipelines.
2014-09-02 Paul Berryi965: Create a macro for checking a dirty bit.
2014-09-02 Paul Berryi965: Create a macro for setting all dirty bits.
2014-09-02 Paul Berryi965: Create a macro for setting a dirty bit.
2014-09-02 Dave Airliei965: add missing parens in vec4 visitor
2014-09-01 Ilia Mirkinmesa: force height of 1D textures to be 1 in texture...
2014-09-01 Jason Ekstrandi965/fs: Don't segfault when debug-logging a null program
2014-09-01 Jason Ekstrandi965/vec4: Don't segfault when debug-logging a null...
2014-09-01 Marek Olšákglsl_to_tgsi: allocate and enlarge arrays for temporari...
2014-09-01 Connor Abbotti965/fs: don't use ir->shadow_comparitor in emit_texture_*
2014-09-01 Connor Abbotti965/fs: don't pass ir_variable * to emit_samplepos_setup()
2014-09-01 Connor Abbotti965/fs: don't pass ir_variable * to emit_frontfacing_i...
2014-09-01 Kenneth Graunkei965: Fix GPU hangs when INTEL_DEBUG=no16 is set.
2014-08-31 Emil Velikovmesa: fix make tarballs
2014-08-31 Abdiel Janulguei965/vec4: Remove try_emit_saturate
2014-08-31 Abdiel Janulguei965/fs: Refactor try_emit_saturate
2014-08-31 Abdiel Janulgueir_to_mesa, glsl_to_tgsi: Remove try_emit_saturate
2014-08-31 Abdiel Janulguei965/vec4: Allow propagation of instructions with satur...
2014-08-31 Abdiel Janulguei965/fs: Allow propagation of instructions with saturat...
2014-08-31 Abdiel Janulgueyi965/vec4: Add support for ir_unop_saturate
2014-08-31 Abdiel Janulguei965/fs: Add support for ir_unop_saturate
2014-08-31 Abdiel Janulgueir_to_mesa, glsl_to_tgsi: Add support for ir_unop_saturate
2014-08-31 Abdiel Janulgueir_to_mesa, glsl_to_tgsi: lower ir_unop_saturate
2014-08-31 Abdiel Janulguei965/vec4/fs: Count loops in shader debug
2014-08-31 Abdiel Janulguei965/vec4: inline generate_vec4_instruction() within...
2014-08-31 Kenneth Graunkei965: Add 2x MSAA support to Broadwell fast clear code.
2014-08-31 Matt Turneri965/vec4: Update register coalescing test.
2014-08-31 Matt Turneri965: Use unreachable() to silence warning.
2014-08-30 Ian Romanickglsl: Eliminate ir_variable::data.atomic.buffer_index
2014-08-30 Kenneth Graunkemesa: Delete ctx->GeometryProgram.Cache.
2014-08-29 Roland Scheideggermesa: fix fallback texture for cube map array
2014-08-29 Matt Turneri965: Mark BRW_CONDITIONAL_R as Gen <= 5.
2014-08-29 Matt Turneri965/disasm: Show jump count for if/iff/halt.
2014-08-29 Matt Turneri965/disasm: Disassemble JMPI's source properly.
2014-08-29 Matt Turneri965/disasm: Add break/cont/halt to list of has_uip().
2014-08-29 Matt Turneri965/disasm: Disassemble Z/NZ conditional modifiers...
2014-08-28 Timothy Arcerigallium: add cap for MAX_VERTEX_ATTRIB_STRIDE
2014-08-28 Timothy Arcerimesa: implement GL_MAX_VERTEX_ATTRIB_STRIDE
2014-08-22 Kenneth Graunkei965: Disable try_emit_b2f_of_compare on Gen4-6.
2014-08-22 Matt Turneri965/fs: Preserve CFG in predicated break pass.
2014-08-22 Matt Turneri965/fs: Rename variable in predicated break pass.
2014-08-22 Matt Turneri965/fs: Preserve CFG in the SEL peephole.
2014-08-22 Matt Turneri965: Preserve CFG when deleting dead control flow.
2014-08-22 Matt Turneri965/cfg: Add functions to combine basic blocks.
2014-08-22 Matt Turneri965/cfg: Point to bblock_t containing associated contr...
2014-08-22 Matt Turneri965/fs: Preserve CFG in register allocation.
2014-08-22 Matt Turneri965: Use basic-block aware insertion/removal functions.
2014-08-22 Matt Turneri965: Add invalidate_cfg parameter to invalidate_live_i...
2014-08-22 Matt Turneri965: Add basic-block aware backend_instruction::insert...
2014-08-22 Matt Turneri965: Add a basic-block aware backend_instruction:...
2014-08-22 Matt Turneri965/cfg: Add a function to remove a block from the...
2014-08-22 Matt Turneri965/cfg: Add functions to test if a block is a success...
2014-08-22 Matt Turneri965: Fix JIP/UIP calculations.
2014-08-21 Emil Velikovdri/radeon: nuke the remaining references to sarea
2014-08-21 Emil Velikovdri/radeon: cleanup the radeon_context vtbl
2014-08-21 Emil Velikovdri/radeon: drop obsolete radeon_{dri,macros}.h headers
2014-08-21 Kenneth Graunkei965,meta: Stop unlocking the texture to try and preven...
2014-08-21 Kenneth Graunkemesa: Use a recursive mutex for the texture lock.
2014-08-20 Matt Turneri965/vec4: Allow reswizzling writemasks when swizzle...
2014-08-20 Timothy Arceriglsl: Use the without_array predicate in some more...
2014-08-20 Kristian Høgsbergi965: Flush the RC and TC before doing a fast clear...
next