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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
mesa/tests: Add ES3.0 dispatch table sanity test
Matt Turner
2012-10-25
1
-0
/
+149
*
Split dispatch sanity's validate_function test into two
Matt Turner
2012-10-25
1
-0
/
+11
*
dispatch_sanity: print names of functions that shouldnt be in dispatch table.
Paul Berry
2012-10-25
1
-1
/
+9
*
shared-glapi: implement _glapi_get_proc_name().
Paul Berry
2012-10-25
3
-2
/
+27
*
src/glsl/tests/Makefile.am: Specify -I... in AM_CPPFLAGS
Matt Turner
2012-10-25
1
-4
/
+1
*
egl: Import eglext.h revision 19332
Matt Turner
2012-10-25
1
-1
/
+7
*
ralloc: Annotate printf functions with PRINTFLIKE(...)
Matt Turner
2012-10-25
2
-11
/
+6
*
build: Ship install-sh in the tarball
Matt Turner
2012-10-25
1
-0
/
+1
*
mesa/st: Don't use 4bits for GL_UNSIGNED_BYTE_3_3_2(_REV)
José Fonseca
2012-10-25
1
-0
/
+2
*
trace: Fix dumping of set_constant_buffer method.
José Fonseca
2012-10-25
3
-9
/
+21
*
docs: add another fixed bug to mesa 8.0.5 release notes
Andreas Boll
2012-10-24
1
-0
/
+2
*
docs: Add 8.0.5 release notes
Andreas Boll
2012-10-24
3
-0
/
+271
*
glsl_to_tgsi: set correct register type for array and structure elements
Bryan Cain
2012-10-24
1
-2
/
+19
*
r600g: force bank_swizzle if already set
Vincent Lejeune
2012-10-24
2
-0
/
+4
*
r600g: rewrite tgsi-to-llvm load-input to handle fragcoord
Vincent Lejeune
2012-10-24
2
-42
/
+84
*
nv50/ir/tgsi: fix srcMask for TXP with SHADOW1D
Christoph Bumiller
2012-10-24
1
-1
/
+1
*
mesa: Use MIN instead of CLAMP for unsigned source data
Ian Romanick
2012-10-24
1
-108
/
+108
*
st/mesa: Fix assertions for copying texture image to finalized miptree.
Michel Dänzer
2012-10-24
1
-1
/
+4
*
gallium/docs: fix sphinx warning
Andreas Boll
2012-10-24
1
-1
/
+1
*
scons: Do not use -fvisibilty=hidden on Cygwin.
Vinson Lee
2012-10-23
1
-1
/
+1
*
mesa: fix indentation in get-pick-list.sh script
Andreas Boll
2012-10-23
1
-4
/
+4
*
mesa: grep for commits with cherry picked in commit message only once
Andreas Boll
2012-10-23
1
-2
/
+9
*
mesa: optimize get-pick-list.sh script
Andreas Boll
2012-10-23
1
-4
/
+3
*
mesa: simplify get-pick-list.sh script
Andreas Boll
2012-10-23
1
-1
/
+3
*
mesa: add get-pick-list.sh script into bin/
Ian Romanick
2012-10-23
1
-0
/
+21
*
_mesa_create_exec_table: GLES3 fixes.
Paul Berry
2012-10-23
10
-43
/
+68
*
_mesa_create_exec_table(): deprecate ProgramStringARB.
Paul Berry
2012-10-23
1
-1
/
+3
*
_mesa_create_exec_table: de-deprecate GetPointerv.
Paul Berry
2012-10-23
1
-1
/
+3
*
glapi: Alias VertexAttribDivisor and VertexAttribDivisorARB.
Paul Berry
2012-10-23
1
-1
/
+2
*
glapi: Alias ClampColor and ClampColorARB.
Paul Berry
2012-10-23
3
-3
/
+1
*
main: Fix warning ('struct gl_context' declared inside parameter list).
Paul Berry
2012-10-23
1
-0
/
+1
*
mesa: Return 0 for GL_CURRENT_QUERY with a mismatched query target.
Eric Anholt
2012-10-22
1
-1
/
+1
*
mesa: Refuse to EndQuery with a mismatched query target.
Eric Anholt
2012-10-22
1
-0
/
+10
*
mesa: Throw an error for a new query on an already-active query target.
Eric Anholt
2012-10-22
1
-0
/
+13
*
i965: Actually add support for GL_ANY_SAMPLES_PASSED from GL_ARB_oq2.
Eric Anholt
2012-10-22
1
-0
/
+12
*
st/mesa: free TGSI tokens with ureg_free_tokens()
Brian Paul
2012-10-22
1
-1
/
+1
*
st/mesa: replace REALLOC() with realloc()
Brian Paul
2012-10-22
1
-8
/
+2
*
docs: GL_ARB_texture_storage is supported for all gallium drivers
Brian Paul
2012-10-22
1
-1
/
+1
*
Re-add HAVE_PTHREADS preprocessor macro
Matt Turner
2012-10-22
1
-5
/
+5
*
gbm: Use the kms dumb ioctls for cursor instead of libkms
Kristian Høgsberg
2012-10-21
3
-50
/
+77
*
r600g: Remove special handling of PRED_SET* insructions for LLVM 3.2
Tom Stellard
2012-10-19
1
-0
/
+2
*
radeon/llvm: Sort tgsi opcode action initialization
Tom Stellard
2012-10-19
1
-59
/
+50
*
radeon/llvm: Fix lowering TGSI_OPCODE_SSG
Tom Stellard
2012-10-19
1
-1
/
+1
*
i965: Stop flushing the batch on timestamp queries, too.
Eric Anholt
2012-10-19
1
-1
/
+0
*
i965: Don't flush the batch immediately on EndQuery.
Eric Anholt
2012-10-19
1
-5
/
+14
*
i965/fs: Fix typo in refactor of brw_fs_reg_allocate.cpp.
Eric Anholt
2012-10-19
1
-1
/
+1
*
i965/vs: include format argument in debug printf
Tapani Pälli
2012-10-19
1
-1
/
+1
*
st/mesa: Fix source miptree level for copying data to finalized miptree.
Michel Dänzer
2012-10-19
1
-1
/
+5
*
clover: No need for clover::is_zero() to be a functor.
Francisco Jerez
2012-10-19
5
-10
/
+8
*
st/mesa: improve the guess_and_alloc_texture() heuristic
Brian Paul
2012-10-18
1
-0
/
+2
[prev]
[next]