summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* util: update hash type commentsTimothy Arceri2014-11-261-5/+5
* i965/vec4: Handle destination writemasks in VEC4_OPCODE_PACK_BYTES.Matt Turner2014-11-251-2/+13
* i965/vec4: Optimize packSnorm4x8().Matt Turner2014-11-253-4/+29
* i965/vec4: Optimize packUnorm4x8().Matt Turner2014-11-253-4/+27
* i965/vec4: Add VEC4_OPCODE_PACK_4_BYTES.Matt Turner2014-11-254-0/+52
* i965/vec4: Optimize unpackSnorm4x8().Matt Turner2014-11-253-3/+33
* i965/vec4: Optimize unpackUnorm4x8().Matt Turner2014-11-253-3/+31
* i965/vec4: Add vector float immediate infrastructure.Matt Turner2014-11-253-0/+23
* i965/fs: Add vector float immediate infrastructure.Matt Turner2014-11-253-0/+24
* i965: Disassemble vector float immediates properly.Matt Turner2014-11-251-1/+5
* i965: Add unit test for float <-> VF conversions.Matt Turner2014-11-252-0/+105
* i965: Add functions to convert float <-> VF.Matt Turner2014-11-253-0/+80
* i965/Gen6-7: Do not replace texcoords with point coord if not drawing pointsChris Forbes2014-11-252-12/+49
* glsl: Make lower_constant_arrays_to_uniforms require dereferences.Kenneth Graunke2014-11-241-2/+7
* i965: Precompile ARB programs.Kenneth Graunke2014-11-241-2/+9
* i965: Make precompile functions accessible from C.Kenneth Graunke2014-11-245-10/+19
* i965: Pass gl_program pointers into precompile functions.Kenneth Graunke2014-11-247-29/+33
* i965: Move brw->precompile checks out a level.Kenneth Graunke2014-11-241-4/+4
* llvmpipe: (trivial) remove redundant util_cpu_detect() call in lp_test_mainRoland Scheidegger2014-11-251-2/+0
* llvmpipe: fix lp_test_arit denorm handlingRoland Scheidegger2014-11-251-1/+37
* nouveau: Fix build after STR/BRA opcode dropping.Eric Anholt2014-11-241-2/+0
* mesa: Drop unused NV_fragment_program opcodes.Eric Anholt2014-11-244-177/+0
* mesa: Drop unused SFL/STR opcodes.Eric Anholt2014-11-243-16/+0
* gallium: Drop the unused CND opcode.Eric Anholt2014-11-2411-82/+5
* gallium: Drop unused BRA opcode.Eric Anholt2014-11-2412-37/+5
* gallium: Drop the unused SFL/STR opcodes.Eric Anholt2014-11-2413-150/+10
* gallium: Drop the unused RFL opcode.Eric Anholt2014-11-2410-98/+5
* gallium: Drop unused X2D opcode.Eric Anholt2014-11-2410-77/+4
* gallium: Drop the unused ARA opcode.Eric Anholt2014-11-2410-28/+5
* gallium: Drop the unused RCC opcode.Eric Anholt2014-11-2411-47/+5
* gallium: Drop the NRM and NRM4 opcodes.Eric Anholt2014-11-2411-347/+10
* ilo: Drop the explicit intialization of gaps in TGSI opcodes.Eric Anholt2014-11-241-22/+6
* r300: Drop the "/* gap */" notes.Eric Anholt2014-11-241-3/+0
* r600: Drop the "/* gap */" notes.Eric Anholt2014-11-241-19/+0
* nine: Drop use of TGSI_OPCODE_CND.Jose Fonseca2014-11-241-9/+1
* nine: Don't reference the dead TGSI_OPCODE_NRM.Jose Fonseca2014-11-241-1/+1
* nine: Don't use the otherwise-dead SFL opcode in an unreachable path.Eric Anholt2014-11-241-1/+1
* i965/gen6/gs: Don't declare a src_reg with struct.Matt Turner2014-11-241-1/+1
* i965/disasm: Fix all32h/any32h predicate disassembly.Matt Turner2014-11-241-1/+1
* glsl: Fix tautological comparison.Matt Turner2014-11-241-1/+1
* util: Prefer atomic intrinsics to inline assembly.Matt Turner2014-11-241-2/+2
* util: Implement assume() for clang.Matt Turner2014-11-241-1/+11
* i965: Don't overwrite the math function with conditional mod.Matt Turner2014-11-242-2/+4
* i965: Assert that math instructions don't have conditional mod.Matt Turner2014-11-242-0/+4
* glsl: Remove unused ast copy constructors.Matt Turner2014-11-241-29/+0
* glapi: Remove dead gl_offsets.py.Matt Turner2014-11-241-120/+0
* glapi: Remove dead extension_helper.py.Matt Turner2014-11-242-326/+0
* vc4: Fix some inconsistent indentation.Eric Anholt2014-11-241-6/+6
* vc4: Don't forget to actually connect the fence code.Eric Anholt2014-11-241-0/+2
* vc4: Add a note about a piece of errata I've learned about.Eric Anholt2014-11-241-0/+4