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
*
egl: Return EGL_BAD_MATCH for invalid profile attributes
Matt Turner
2012-10-10
1
-10
/
+7
*
radeon/llvm: use ceil intrinsic instead of llvm.AMDIL.round.posinf
Vincent Lejeune
2012-10-10
3
-6
/
+2
*
radeon/llvm: use floor intrinsic instead of llvm.AMDIL.floor
Vincent Lejeune
2012-10-10
5
-5
/
+5
*
radeon/llvm: use llvm fabs intrinsic
Vincent Lejeune
2012-10-10
3
-6
/
+4
*
radeon/llvm: use llvm intrinsic for flog2
Vincent Lejeune
2012-10-10
4
-5
/
+4
*
radeon/llvm: add support for cos/sin intrinsic
Vincent Lejeune
2012-10-10
3
-12
/
+15
*
radeon/llvm: add a pattern for fsqrt
Vincent Lejeune
2012-10-10
1
-0
/
+3
*
glapi: Reformat python code generation scripts to use 4-space indentation.
Paul Berry
2012-10-10
21
-5698
/
+5698
*
mesa: Avoid C99 indexed initializers.
José Fonseca
2012-10-10
2
-5
/
+29
*
mesa: Prevent CONST macro re-definition.
José Fonseca
2012-10-10
1
-0
/
+1
*
mesa: Silence 'assignment makes integer from pointer without a cast' warnings.
José Fonseca
2012-10-10
1
-2
/
+2
*
glget: fix make check for glGet GL_POLYGON_OFFSET_BIAS
Imre Deak
2012-10-10
1
-1
/
+1
*
mesa: glGet: remove the unused TYPE_API_MASK flags
Imre Deak
2012-10-10
1
-6
/
+0
*
mesa: glGet: use the build time generated hash tables
Imre Deak
2012-10-10
2
-1015
/
+13
*
mesa: glGet: add script to generate hash tables in build time
Imre Deak
2012-10-10
6
-2
/
+984
*
scons/android: add flag to check for enabled GL APIs
Imre Deak
2012-10-10
2
-9
/
+9
*
mesa: glGet: rename *{_EXT,_ARB} enums missing from the XML spec
Imre Deak
2012-10-10
1
-22
/
+22
*
mesa: glGet: simplify the 'enum not found' condition
Imre Deak
2012-10-10
1
-3
/
+5
*
mesa: glGet: fix parameter lookup for apps using multiple APIs
Imre Deak
2012-10-10
3
-18
/
+33
*
glapi: rename/move GL_POLYGON_OFFSET_BIAS to its extension section
Imre Deak
2012-10-10
1
-1
/
+2
*
r600g: move SQ_GPR_RESOURCE_MGMT_1 into new config_state
Marek Olšák
2012-10-10
3
-14
/
+22
*
r600g: move DB_SHADER_CONTROL into db_misc_state
Marek Olšák
2012-10-10
6
-36
/
+27
*
r600g: emit PS_PARTIAL_FLUSH at the beginning of CS
Marek Olšák
2012-10-10
2
-0
/
+12
*
r600g: atomize depth-stencil-alpha state
Marek Olšák
2012-10-10
8
-50
/
+28
*
r600g: atomize rasterizer state
Marek Olšák
2012-10-10
7
-173
/
+126
*
r600g: sort variables in r600_context
Marek Olšák
2012-10-10
4
-93
/
+79
*
r600g: initialize SQ_VTX_SEMANTIC_* in the start_cs command buffer
Marek Olšák
2012-10-10
2
-36
/
+36
*
r600g: atomize scissor state
Marek Olšák
2012-10-10
8
-78
/
+48
*
r600g: atomize polygon offset state
Marek Olšák
2012-10-10
7
-123
/
+121
*
r600g: atomize fetch shader
Marek Olšák
2012-10-10
9
-121
/
+67
*
r600g: remove the dual_src_blend flag from the shader key
Marek Olšák
2012-10-10
3
-3
/
+4
*
r600g: atomize blend state
Marek Olšák
2012-10-10
9
-176
/
+182
*
r600g: inline r600_atom_dirty
Marek Olšák
2012-10-10
8
-52
/
+47
*
r600g: remove the "atom" variable from r600_command_buffer
Marek Olšák
2012-10-10
6
-37
/
+34
*
egl: Remove bogus invalidate code.
Eric Anholt
2012-10-09
1
-5
/
+0
*
egl: Add support for driconf control of swapinterval.
Eric Anholt
2012-10-09
3
-8
/
+77
*
glx: Replace DRI2SwapBuffers() custom protocol with XCB.
Eric Anholt
2012-10-09
3
-52
/
+31
*
glx: Fix some indentation.
Eric Anholt
2012-10-09
1
-5
/
+5
*
glx: Replace DRI2SwapInterval custom protocol with XCB.
Eric Anholt
2012-10-09
3
-29
/
+2
*
glx: Reuse setSwapInterval for setting initial swap interval.
Eric Anholt
2012-10-09
1
-5
/
+2
*
glx: Allow glXSwapInterval(0) when vblank_mode=0.
Eric Anholt
2012-10-09
1
-1
/
+3
*
glx: Replace DRI2GetMSC custom protocol with XCB.
Eric Anholt
2012-10-09
3
-52
/
+10
*
glx: Replace DRI2WaitForMSC custom protocol with XCB.
Eric Anholt
2012-10-09
3
-66
/
+21
*
glx: Replace DRI2WaitForSBC custom protocol with XCB.
Eric Anholt
2012-10-09
3
-54
/
+34
*
glx/dri1: Remove uncompiled __DRI_SWAP_BUFFER_COUNTER code.
Eric Anholt
2012-10-09
1
-61
/
+0
*
egl: Quit checking for a bug in old xcb when we require new xcb.
Eric Anholt
2012-10-09
1
-4
/
+0
*
egl: Drop xcb ifdefs by just requiring a version from this year.
Eric Anholt
2012-10-09
1
-13
/
+0
*
egl: Unifdef dri_interface.h defines.
Eric Anholt
2012-10-09
1
-6
/
+0
*
glx: Unifdef some dri_interface.h defines.
Eric Anholt
2012-10-09
1
-14
/
+1
*
glx: Remove the last user of -DUSE_XCB.
Eric Anholt
2012-10-09
1
-2
/
+0
[next]