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
...
*
glsl: Don't optimize min/max into saturate when EmitNoSat is set
Abdiel Janulgue
2014-12-08
2
-1
/
+2
*
ir_to_mesa: Remove sat to clamp lowering pass
Abdiel Janulgue
2014-12-08
1
-3
/
+1
*
loader: Add missing EXPAT_CFLAGS to libloader.la CPPFLAGS
Michael Forney
2014-12-08
1
-1
/
+2
*
i965: Remove default from brw_instruction_name switch to catch missing names.
Matt Turner
2014-12-08
1
-12
/
+5
*
i965: Add missing opcode names.
Matt Turner
2014-12-08
1
-0
/
+9
*
i965: Add opcode names for set_omask and set_sample_id.
Matt Turner
2014-12-08
1
-0
/
+4
*
egl: Expose EGL_KHR_get_all_proc_addresses and its client extension
Chad Versace
2014-12-07
5
-1
/
+23
*
freedreno/a2xx: silence warning about missing DEPTH32X
Ilia Mirkin
2014-12-06
1
-1
/
+4
*
freedreno/a3xx: handle index_bias (i.e. base_vertex)
Ilia Mirkin
2014-12-06
1
-3
/
+13
*
freedreno/a3xx: add bgr565 texturing and rendering
Ilia Mirkin
2014-12-06
1
-1
/
+1
*
freedreno/a3xx: add support for SRGB render targets
Ilia Mirkin
2014-12-06
2
-9
/
+12
*
freedreno/a3xx: output RGBA16_FLOAT from fs for certain outputs
Ilia Mirkin
2014-12-06
3
-1
/
+17
*
freedreno/a3xx: re-enable rgb10_a2 render targets
Ilia Mirkin
2014-12-06
1
-1
/
+3
*
freedreno/a3xx: fix border color swizzle to match texture format desc
Ilia Mirkin
2014-12-06
1
-4
/
+18
*
freedreno/a3xx: fix alpha-blending on RGBX formats
Ilia Mirkin
2014-12-06
5
-8
/
+55
*
glcpp: Fix `can not` to `cannot` in error message
Chris Forbes
2014-12-07
2
-4
/
+4
*
glcpp: Disallow undefining GL_* builtin macros.
Chris Forbes
2014-12-07
1
-1
/
+2
*
i965/Gen6-7: Fix point sprites with PolygonMode(GL_POINT)
Chris Forbes
2014-12-07
1
-0
/
+6
*
i965: Fix regs read for FS_OPCODE_INTERP_PER_SLOT_OFFSET
Chris Forbes
2014-12-07
1
-0
/
+2
*
i965: Add opcode names for FS interpolation opcodes
Chris Forbes
2014-12-07
1
-0
/
+9
*
mesa/st: don't use CMP / I2F for conditional assignments with native integers
Roland Scheidegger
2014-12-06
1
-17
/
+45
*
llvmpipe: decrease MAX_SCENES from 2 to 1
Roland Scheidegger
2014-12-06
2
-1
/
+13
*
draw: use the prim type from prim_info not emit in passthrough emit
Roland Scheidegger
2014-12-06
1
-2
/
+2
*
draw: use correct output prim for non-adjacent topologies in prim assembler.
Roland Scheidegger
2014-12-06
1
-4
/
+4
*
draw: kill off unneded prim assembler code for handling adjacency verts
Roland Scheidegger
2014-12-06
2
-60
/
+0
*
gallium/docs: (trivial) remove STR opcode description.
Roland Scheidegger
2014-12-06
1
-9
/
+0
*
i965/fs: Perform CSE on MOV ..., VF instructions.
Matt Turner
2014-12-05
1
-5
/
+11
*
i965/fs: Try to emit LINE instructions on Gen <= 5.
Matt Turner
2014-12-05
2
-0
/
+56
*
i965/fs: Add support for generating the LINE instruction.
Matt Turner
2014-12-05
1
-0
/
+4
*
i965: Set the region of LINE's src0 to <0,1,0>.
Matt Turner
2014-12-05
1
-1
/
+10
*
i965: Give compile stats through KHR_debug.
Matt Turner
2014-12-05
2
-0
/
+20
*
mesa: Add a source parameter to _mesa_gl_debug.
Matt Turner
2014-12-05
7
-2
/
+12
*
vc4: Try swapping the regfile A to B to pair instructions.
Eric Anholt
2014-12-05
1
-2
/
+62
*
vc4: Allow pairing of some instructions that disagree about the WS bit.
Eric Anholt
2014-12-05
1
-1
/
+47
*
i965/gs: Avoid DW * DW mul
Ben Widawsky
2014-12-05
1
-2
/
+6
*
vc4: Add separate write-after-read dependency tracking for pairing.
Eric Anholt
2014-12-05
1
-20
/
+58
*
vc4: Fix inverted priority of instructions for QPU scheduling.
Eric Anholt
2014-12-05
1
-10
/
+10
*
vc4: Refuse to merge two ops that both access shared functions.
Eric Anholt
2014-12-05
3
-36
/
+55
*
vc4: Allow dead code elimination of color reads.
Eric Anholt
2014-12-05
1
-1
/
+1
*
vc4: Add a debug flag for waiting for sync on submit.
Eric Anholt
2014-12-05
3
-0
/
+11
*
i965/fs: Move brw_file_from_reg() higher in the file.
Matt Turner
2014-12-05
1
-14
/
+14
*
i965/fs: Make brw_reg_from_fs_reg static and remove prototype.
Matt Turner
2014-12-05
2
-72
/
+70
*
i965: Use ~0 to represent true on all generations.
Matt Turner
2014-12-05
5
-102
/
+120
*
i965: Change the type of booleans to D.
Matt Turner
2014-12-05
3
-25
/
+25
*
i965/fs: Add a negate() function.
Matt Turner
2014-12-05
1
-0
/
+8
*
i965/vec4: Don't DCE flag-writing insts because dest was unused.
Matt Turner
2014-12-05
1
-1
/
+1
*
i965/vec4: Allow CSE on uniform-vec4 expansion MOVs.
Matt Turner
2014-12-05
6
-1
/
+13
*
glsl: Optimize scalar all_equal/any_nequal into equal/nequal.
Matt Turner
2014-12-05
1
-0
/
+10
*
mesa: Ensure stack is realigned on x86.
José Fonseca
2014-12-05
1
-0
/
+3
*
util/primconvert: Avoid point arithmetic; apply offset on all cases.
José Fonseca
2014-12-05
1
-1
/
+2
[prev]
[next]