index
:
~vlj/mesa
arlfixes
cayman-fix
codesize
constbuf
constbuf2
export
export-vs
glsl-to-llvm
glsl-to-llvm-05nov
glsl-to-llvm-sync2
glsl-to-llvm-wip
glsl-to-llvm2
glsl-to-llvm3
glsltollvm
glsltollvmdump
glsltollvmold
interp
interpolation
interpolation2
interpolation3
intrinsics
llvm-simplification
master
modprop
native
r600-llvm
Mesa clone to host some work
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-28
r600g: make tgsi-to-llvm generates store.pixel* intrinsic for fs
export
Vincent Lejeune
6
-12
/
+130
2012-10-28
Disable VM
Vincent Lejeune
1
-2
/
+2
2012-10-26
i965: Merge brw_prepare_query_begin() and brw_emit_query_begin().
Eric Anholt
3
-22
/
+7
2012-10-26
i965: Rename misleading "active" field of brw->query.
Eric Anholt
2
-5
/
+5
2012-10-26
r600g: advertise 32 streamout vec4 outputs
Marek Olšák
1
-1
/
+1
2012-10-26
softpipe: remove extraneous whitespace
Brian Paul
1
-2
/
+0
2012-10-26
gallivm/llvmpipe: fix 64-bit %ll format compiler warnings for mingw32
Brian Paul
2
-8
/
+10
2012-10-26
r600g: advertise 32 fragment shaders inputs, not 34
Marek Olšák
1
-4
/
+1
2012-10-26
graw/fs-test: Use user constant buffers.
José Fonseca
1
-56
/
+14
2012-10-26
trace: Flush before drawing.
José Fonseca
3
-0
/
+11
2012-10-26
graw: Ensure new members are zeroed.
José Fonseca
15
-0
/
+19
2012-10-26
tests/graw: Update occlusion query example.
José Fonseca
1
-4
/
+4
2012-10-26
radeonsi: Handle TGSI_SEMANTIC_FACE.
Michel Dänzer
2
-1
/
+31
2012-10-26
radeonsi: Handle TGSI_SEMANTIC_BCOLOR.
Michel Dänzer
5
-15
/
+75
2012-10-26
radeonsi: Don't snoop context state while building shaders.
Michel Dänzer
3
-17
/
+27
2012-10-26
radeon/llvm: Add intrinsic for reading SI FRONT_FACE VGPR in the pixel shader.
Michel Dänzer
2
-0
/
+6
2012-10-26
r600g: split cayman common state out into a shared function
Alex Deucher
3
-16
/
+35
2012-10-26
r600g: emit some additional regs on cayman
Alex Deucher
1
-0
/
+54
2012-10-26
r600g: there are 16 const buffer size regs for each shader stage
Alex Deucher
1
-2
/
+19
2012-10-26
r600g: rework evergreen_init_common_regs()
Alex Deucher
1
-40
/
+33
2012-10-26
r600g/compute: always CONTEXT_CONTROL packet at start of CS
Alex Deucher
2
-0
/
+10
2012-10-26
tools/trace: More helpful message when no args are provided.
José Fonseca
1
-13
/
+13
2012-10-26
scons: Build xlib swrast too.
José Fonseca
2
-0
/
+51
2012-10-26
vl: fix the dri winsys helper screen init
Christian König
1
-0
/
+2
2012-10-25
tests: Use printf instead of debug_printf in u_format_compatible_test.
Vinson Lee
1
-1
/
+1
2012-10-26
r300g: fix texture border color for sRGB formats
Marek Olšák
1
-4
/
+18
2012-10-25
glsl: Allow ir_if in the linker's move_non_declarations function.
Kenneth Graunke
1
-0
/
+1
2012-10-25
i965/vs: Preserve the type when copy propagating into an instruction.
Kenneth Graunke
1
-0
/
+1
2012-10-25
i965/vs: Don't lose the MRF writemask when doing compute-to-MRF.
Kenneth Graunke
1
-0
/
+1
2012-10-25
glcpp: Don't use infinite lookhead for #define differentiation.
Kenneth Graunke
2
-12
/
+20
2012-10-25
i965/vs: Fix debug dumping of VS push constants.
Kenneth Graunke
1
-1
/
+3
2012-10-25
mesa/tests: Add ES3.0 dispatch table sanity test
Matt Turner
1
-0
/
+149
2012-10-25
Split dispatch sanity's validate_function test into two
Matt Turner
1
-0
/
+11
2012-10-25
dispatch_sanity: print names of functions that shouldnt be in dispatch table.
Paul Berry
1
-1
/
+9
2012-10-25
shared-glapi: implement _glapi_get_proc_name().
Paul Berry
3
-2
/
+27
2012-10-25
src/glsl/tests/Makefile.am: Specify -I... in AM_CPPFLAGS
Matt Turner
1
-4
/
+1
2012-10-25
ralloc: Annotate printf functions with PRINTFLIKE(...)
Matt Turner
2
-11
/
+6
2012-10-25
mesa/st: Don't use 4bits for GL_UNSIGNED_BYTE_3_3_2(_REV)
José Fonseca
1
-0
/
+2
2012-10-25
trace: Fix dumping of set_constant_buffer method.
José Fonseca
3
-9
/
+21
2012-10-24
glsl_to_tgsi: set correct register type for array and structure elements
Bryan Cain
1
-2
/
+19
2012-10-24
r600g: force bank_swizzle if already set
Vincent Lejeune
2
-0
/
+4
2012-10-24
r600g: rewrite tgsi-to-llvm load-input to handle fragcoord
Vincent Lejeune
2
-42
/
+84
2012-10-24
nv50/ir/tgsi: fix srcMask for TXP with SHADOW1D
Christoph Bumiller
1
-1
/
+1
2012-10-24
mesa: Use MIN instead of CLAMP for unsigned source data
Ian Romanick
1
-108
/
+108
2012-10-24
st/mesa: Fix assertions for copying texture image to finalized miptree.
Michel Dänzer
1
-1
/
+4
2012-10-24
gallium/docs: fix sphinx warning
Andreas Boll
1
-1
/
+1
2012-10-23
_mesa_create_exec_table: GLES3 fixes.
Paul Berry
10
-43
/
+68
2012-10-23
_mesa_create_exec_table(): deprecate ProgramStringARB.
Paul Berry
1
-1
/
+3
2012-10-23
_mesa_create_exec_table: de-deprecate GetPointerv.
Paul Berry
1
-1
/
+3
2012-10-23
glapi: Alias VertexAttribDivisor and VertexAttribDivisorARB.
Paul Berry
1
-1
/
+2
[next]