summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* mesa: Fix Get(GL_TRANSPOSE_CURRENT_MATRIX_ARB) to transposeChris Forbes2014-11-241-1/+1
* glsl: Generate unique names for each const array lowered to uniformsChris Forbes2014-11-241-1/+5
* i965: Handle nested uniform array indexingChris Forbes2014-11-241-29/+37
* r600g: do all CUBE ALU operations before gradient texture operations (v2.1)Dave Airlie2014-11-241-64/+72
* r600: fix texture gradients instruction emission (v2)Dave Airlie2014-11-241-28/+31
* nv50,nvc0: buffer resources can be bound as other things down the lineIlia Mirkin2014-11-232-14/+14
* nv50,nvc0: actually check constbufs for invalidationIlia Mirkin2014-11-232-3/+6
* nv50/ir: set neg modifiers on min/max argsIlia Mirkin2014-11-231-0/+2
* mesa: Fix function name in GetActiveUniformName errorChris Forbes2014-11-231-1/+1
* i915g: Fallback copy_render for ZS formatsStéphane Marchesin2014-11-221-1/+11
* i915g: Add back 4444 and 5551 formatsStéphane Marchesin2014-11-222-2/+4
* i915g: Don't limit blitter to POT texturesStéphane Marchesin2014-11-221-3/+2
* i915g: Align all texture dimensions to the next POTStéphane Marchesin2014-11-221-28/+29
* i915g: Fix typosStéphane Marchesin2014-11-221-2/+2
* i915g: Fix maxlod computation.Stéphane Marchesin2014-11-221-3/+3
* i915g: Fix offset for level != 0Stéphane Marchesin2014-11-225-8/+27
* i915g: Don't write constants past I915_MAX_CONSTANTStéphane Marchesin2014-11-221-1/+1
* i915g: Don't hardcode array size for phase countStéphane Marchesin2014-11-221-1/+1
* draw: allow LLVM use on non-SSE2 X86 cpusDavid Heidelberg2014-11-221-14/+1
* docs: add news item and link release notes for mesa 10.3.4Emil Velikov2014-11-222-0/+7
* docs: Add sha256 sums for the 10.3.4 releaseEmil Velikov2014-11-221-1/+3
* Add release notes for the 10.3.4 releaseEmil Velikov2014-11-221-0/+104
* i965: Make Gen4-5 push constants call _mesa_load_state_parameters too.Kenneth Graunke2014-11-211-0/+4