index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
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 uniforms
cros-mesa-10.3-r29-vanilla
cros-mesa-10.3-r28-vanilla
cros-mesa-10.3-r15-vanilla
cros-mesa-10.3-r13-vanilla
chadv/cros-mesa-10.3-r29-vanilla
chadv/cros-mesa-10.3-r28-vanilla
chadv/cros-mesa-10.3-r15-vanilla
chadv/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
*
r600g: do all CUBE ALU operations before gradient texture operations (v2.1)
Dave Airlie
2014-11-24
1
-64
/
+72
*
r600: fix texture gradients instruction emission (v2)
Dave Airlie
2014-11-24
1
-28
/
+31
*
nv50,nvc0: buffer resources can be bound as other things down the line
Ilia Mirkin
2014-11-23
2
-14
/
+14
*
nv50,nvc0: actually check constbufs for invalidation
Ilia Mirkin
2014-11-23
2
-3
/
+6
*
nv50/ir: set neg modifiers on min/max args
Ilia Mirkin
2014-11-23
1
-0
/
+2
*
mesa: Fix function name in GetActiveUniformName error
Chris Forbes
2014-11-23
1
-1
/
+1
*
i915g: Fallback copy_render for ZS formats
Stéphane Marchesin
2014-11-22
1
-1
/
+11
*
i915g: Add back 4444 and 5551 formats
Stéphane Marchesin
2014-11-22
2
-2
/
+4
*
i915g: Don't limit blitter to POT textures
Stéphane Marchesin
2014-11-22
1
-3
/
+2
*
i915g: Align all texture dimensions to the next POT
Stéphane Marchesin
2014-11-22
1
-28
/
+29
*
i915g: Fix typos
Stéphane Marchesin
2014-11-22
1
-2
/
+2
*
i915g: Fix maxlod computation.
Stéphane Marchesin
2014-11-22
1
-3
/
+3
*
i915g: Fix offset for level != 0
Stéphane Marchesin
2014-11-22
5
-8
/
+27
*
i915g: Don't write constants past I915_MAX_CONSTANT
Stéphane Marchesin
2014-11-22
1
-1
/
+1
*
i915g: Don't hardcode array size for phase count
Stéphane Marchesin
2014-11-22
1
-1
/
+1
*
draw: allow LLVM use on non-SSE2 X86 cpus
David Heidelberg
2014-11-22
1
-14
/
+1
*
i965: Make Gen4-5 push constants call _mesa_load_state_parameters too.
Kenneth Graunke
2014-11-21
1
-0
/
+4
*
i965/vec4/gen8: Handle the MUL dest hazard exception
Ben Widawsky
2014-11-21
2
-2
/
+19
*
i965/vec4: Extract depctrl hazards
Ben Widawsky
2014-11-21
1
-22
/
+27
*
i965/fs: Remove is_valid_3src().
Matt Turner
2014-11-21
3
-8
/
+1
*
i965/fs: Remove is_valid_3src() checks from emit_lrp.
Matt Turner
2014-11-21
1
-4
/
+1
*
i965/fs: Remove unused apply_stride().
Matt Turner
2014-11-21
2
-11
/
+0
[next]