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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-11
radeon/llvm: INTERP_* instructions now generate binary code
interpolation
Vincent Lejeune
3
-5
/
+26
2012-10-11
r600g: tgsi-to-llvm generates dedicated intrinsics for interpolation
Vincent Lejeune
2
-4
/
+31
2012-10-11
docs: start release notes file for 9.1
Andreas Boll
2
-0
/
+65
2012-10-11
svga: don't use uninitialized framebuffer state
Brian Paul
1
-2
/
+4
2012-10-10
svga: Remove wierd code which forces non-sRGB formats.
John Kåre Alsaker
1
-8
/
+0
2012-10-10
svga: Add support for 16-bit per channel RGBA
John Kåre Alsaker
1
-0
/
+3
2012-10-10
i965/vs: Add support for splitting virtual GRFs.
Eric Anholt
3
-0
/
+62
2012-10-10
i965/vs: Try again when we've successfully spilled a reg.
Eric Anholt
3
-10
/
+16
2012-10-10
i965/vs: Implement register spilling.
Kenneth Graunke
3
-1
/
+144
2012-10-10
i965/vs: Fix unit mismatch in scratch base_offset parameter.
Kenneth Graunke
3
-4
/
+8
2012-10-10
egl: Return EGL_BAD_MATCH for invalid profile attributes
Matt Turner
1
-10
/
+7
2012-10-10
radeon/llvm: use ceil intrinsic instead of llvm.AMDIL.round.posinf
Vincent Lejeune
3
-6
/
+2
2012-10-10
radeon/llvm: use floor intrinsic instead of llvm.AMDIL.floor
Vincent Lejeune
5
-5
/
+5
2012-10-10
radeon/llvm: use llvm fabs intrinsic
Vincent Lejeune
3
-6
/
+4
2012-10-10
radeon/llvm: use llvm intrinsic for flog2
Vincent Lejeune
4
-5
/
+4
2012-10-10
radeon/llvm: add support for cos/sin intrinsic
Vincent Lejeune
3
-12
/
+15
2012-10-10
radeon/llvm: add a pattern for fsqrt
Vincent Lejeune
1
-0
/
+3
2012-10-10
glapi: Reformat python code generation scripts to use 4-space indentation.
Paul Berry
21
-5698
/
+5698
2012-10-10
mesa: Avoid C99 indexed initializers.
José Fonseca
2
-5
/
+29
2012-10-10
mesa: Prevent CONST macro re-definition.
José Fonseca
1
-0
/
+1
2012-10-10
mesa: Silence 'assignment makes integer from pointer without a cast' warnings.
José Fonseca
1
-2
/
+2
2012-10-10
glget: fix make check for glGet GL_POLYGON_OFFSET_BIAS
Imre Deak
1
-1
/
+1
2012-10-10
mesa: glGet: remove the unused TYPE_API_MASK flags
Imre Deak
1
-6
/
+0
2012-10-10
mesa: glGet: use the build time generated hash tables
Imre Deak
2
-1015
/
+13
2012-10-10
mesa: glGet: add script to generate hash tables in build time
Imre Deak
6
-2
/
+984
2012-10-10
scons/android: add flag to check for enabled GL APIs
Imre Deak
2
-9
/
+9
2012-10-10
mesa: glGet: rename *{_EXT,_ARB} enums missing from the XML spec
Imre Deak
1
-22
/
+22
2012-10-10
mesa: glGet: simplify the 'enum not found' condition
Imre Deak
1
-3
/
+5
2012-10-10
mesa: glGet: fix parameter lookup for apps using multiple APIs
Imre Deak
3
-18
/
+33
2012-10-10
glapi: rename/move GL_POLYGON_OFFSET_BIAS to its extension section
Imre Deak
1
-1
/
+2
2012-10-10
r600g: move SQ_GPR_RESOURCE_MGMT_1 into new config_state
Marek Olšák
3
-14
/
+22
2012-10-10
r600g: move DB_SHADER_CONTROL into db_misc_state
Marek Olšák
6
-36
/
+27
2012-10-10
r600g: emit PS_PARTIAL_FLUSH at the beginning of CS
Marek Olšák
2
-0
/
+12
2012-10-10
r600g: atomize depth-stencil-alpha state
Marek Olšák
8
-50
/
+28
2012-10-10
r600g: atomize rasterizer state
Marek Olšák
7
-173
/
+126
2012-10-10
r600g: sort variables in r600_context
Marek Olšák
4
-93
/
+79
2012-10-10
r600g: initialize SQ_VTX_SEMANTIC_* in the start_cs command buffer
Marek Olšák
2
-36
/
+36
2012-10-10
r600g: atomize scissor state
Marek Olšák
8
-78
/
+48
2012-10-10
r600g: atomize polygon offset state
Marek Olšák
7
-123
/
+121
2012-10-10
r600g: atomize fetch shader
Marek Olšák
9
-121
/
+67
2012-10-10
r600g: remove the dual_src_blend flag from the shader key
Marek Olšák
3
-3
/
+4
2012-10-10
r600g: atomize blend state
Marek Olšák
9
-176
/
+182
2012-10-10
r600g: inline r600_atom_dirty
Marek Olšák
8
-52
/
+47
2012-10-10
r600g: remove the "atom" variable from r600_command_buffer
Marek Olšák
6
-37
/
+34
2012-10-09
egl: Remove bogus invalidate code.
Eric Anholt
1
-5
/
+0
2012-10-09
egl: Add support for driconf control of swapinterval.
Eric Anholt
3
-8
/
+77
2012-10-09
glx: Replace DRI2SwapBuffers() custom protocol with XCB.
Eric Anholt
3
-52
/
+31
2012-10-09
glx: Fix some indentation.
Eric Anholt
1
-5
/
+5
2012-10-09
glx: Replace DRI2SwapInterval custom protocol with XCB.
Eric Anholt
3
-29
/
+2
2012-10-09
glx: Reuse setSwapInterval for setting initial swap interval.
Eric Anholt
1
-5
/
+2
[next]