| Commit message (Expand) | Author | Age | Files | Lines |
* | i965/vec4: Optimize packUnorm4x8(). | Matt Turner | 2014-11-25 | 3 | -4/+27 |
* | i965/vec4: Add VEC4_OPCODE_PACK_4_BYTES. | Matt Turner | 2014-11-25 | 4 | -0/+52 |
* | i965/vec4: Optimize unpackSnorm4x8(). | Matt Turner | 2014-11-25 | 3 | -3/+33 |
* | i965/vec4: Optimize unpackUnorm4x8(). | Matt Turner | 2014-11-25 | 3 | -3/+31 |
* | i965/vec4: Add vector float immediate infrastructure. | Matt Turner | 2014-11-25 | 3 | -0/+23 |
* | i965/fs: Add vector float immediate infrastructure. | Matt Turner | 2014-11-25 | 3 | -0/+24 |
* | i965: Disassemble vector float immediates properly. | Matt Turner | 2014-11-25 | 1 | -1/+5 |
* | i965: Add unit test for float <-> VF conversions. | Matt Turner | 2014-11-25 | 2 | -0/+105 |
* | i965: Add functions to convert float <-> VF. | Matt Turner | 2014-11-25 | 3 | -0/+80 |
* | i965/Gen6-7: Do not replace texcoords with point coord if not drawing points | Chris Forbes | 2014-11-25 | 2 | -12/+49 |
* | glsl: Make lower_constant_arrays_to_uniforms require dereferences. | Kenneth Graunke | 2014-11-24 | 1 | -2/+7 |
* | i965: Precompile ARB programs. | Kenneth Graunke | 2014-11-24 | 1 | -2/+9 |
* | i965: Make precompile functions accessible from C. | Kenneth Graunke | 2014-11-24 | 5 | -10/+19 |
* | i965: Pass gl_program pointers into precompile functions. | Kenneth Graunke | 2014-11-24 | 7 | -29/+33 |
* | i965: Move brw->precompile checks out a level. | Kenneth Graunke | 2014-11-24 | 1 | -4/+4 |
* | llvmpipe: (trivial) remove redundant util_cpu_detect() call in lp_test_main | Roland Scheidegger | 2014-11-25 | 1 | -2/+0 |
* | llvmpipe: fix lp_test_arit denorm handling | Roland Scheidegger | 2014-11-25 | 1 | -1/+37 |
* | nouveau: Fix build after STR/BRA opcode dropping. | Eric Anholt | 2014-11-24 | 1 | -2/+0 |
* | mesa: Drop unused NV_fragment_program opcodes. | Eric Anholt | 2014-11-24 | 4 | -177/+0 |
* | mesa: Drop unused SFL/STR opcodes. | Eric Anholt | 2014-11-24 | 3 | -16/+0 |
* | gallium: Drop the unused CND opcode. | Eric Anholt | 2014-11-24 | 11 | -82/+5 |
* | gallium: Drop unused BRA opcode. | Eric Anholt | 2014-11-24 | 12 | -37/+5 |
* | gallium: Drop the unused SFL/STR opcodes. | Eric Anholt | 2014-11-24 | 13 | -150/+10 |
* | gallium: Drop the unused RFL opcode. | Eric Anholt | 2014-11-24 | 10 | -98/+5 |
* | gallium: Drop unused X2D opcode. | Eric Anholt | 2014-11-24 | 10 | -77/+4 |
* | gallium: Drop the unused ARA opcode. | Eric Anholt | 2014-11-24 | 10 | -28/+5 |
* | gallium: Drop the unused RCC opcode. | Eric Anholt | 2014-11-24 | 11 | -47/+5 |
* | gallium: Drop the NRM and NRM4 opcodes. | Eric Anholt | 2014-11-24 | 11 | -347/+10 |
* | ilo: Drop the explicit intialization of gaps in TGSI opcodes. | Eric Anholt | 2014-11-24 | 1 | -22/+6 |
* | r300: Drop the "/* gap */" notes. | Eric Anholt | 2014-11-24 | 1 | -3/+0 |
* | r600: Drop the "/* gap */" notes. | Eric Anholt | 2014-11-24 | 1 | -19/+0 |
* | nine: Drop use of TGSI_OPCODE_CND. | Jose Fonseca | 2014-11-24 | 1 | -9/+1 |
* | nine: Don't reference the dead TGSI_OPCODE_NRM. | Jose Fonseca | 2014-11-24 | 1 | -1/+1 |
* | nine: Don't use the otherwise-dead SFL opcode in an unreachable path. | Eric Anholt | 2014-11-24 | 1 | -1/+1 |
* | i965/gen6/gs: Don't declare a src_reg with struct. | Matt Turner | 2014-11-24 | 1 | -1/+1 |
* | i965/disasm: Fix all32h/any32h predicate disassembly. | Matt Turner | 2014-11-24 | 1 | -1/+1 |
* | glsl: Fix tautological comparison. | Matt Turner | 2014-11-24 | 1 | -1/+1 |
* | util: Prefer atomic intrinsics to inline assembly. | Matt Turner | 2014-11-24 | 1 | -2/+2 |
* | util: Implement assume() for clang. | Matt Turner | 2014-11-24 | 1 | -1/+11 |
* | i965: Don't overwrite the math function with conditional mod. | Matt Turner | 2014-11-24 | 2 | -2/+4 |
* | i965: Assert that math instructions don't have conditional mod. | Matt Turner | 2014-11-24 | 2 | -0/+4 |
* | glsl: Remove unused ast copy constructors. | Matt Turner | 2014-11-24 | 1 | -29/+0 |
* | glapi: Remove dead gl_offsets.py. | Matt Turner | 2014-11-24 | 1 | -120/+0 |
* | glapi: Remove dead extension_helper.py. | Matt Turner | 2014-11-24 | 2 | -326/+0 |
* | vc4: Fix some inconsistent indentation. | Eric Anholt | 2014-11-24 | 1 | -6/+6 |
* | vc4: Don't forget to actually connect the fence code. | Eric Anholt | 2014-11-24 | 1 | -0/+2 |
* | vc4: Add a note about a piece of errata I've learned about. | Eric Anholt | 2014-11-24 | 1 | -0/+4 |
* | mesa: Fix Get(GL_TRANSPOSE_CURRENT_MATRIX_ARB) to transpose | Chris Forbes | 2014-11-24 | 1 | -1/+1 |
* | glsl: Generate unique names for each const array lowered to uniformscros-mesa-10.3-r29-vanillacros-mesa-10.3-r28-vanillacros-mesa-10.3-r15-vanillacros-mesa-10.3-r13-vanillachadv/cros-mesa-10.3-r29-vanillachadv/cros-mesa-10.3-r28-vanillachadv/cros-mesa-10.3-r15-vanillachadv/cros-mesa-10.3-r13-vanilla | Chris Forbes | 2014-11-24 | 1 | -1/+5 |
* | i965: Handle nested uniform array indexing | Chris Forbes | 2014-11-24 | 1 | -29/+37 |