index
:
~cand/mesa
e350bug
gsoc
master
pp
cand's mesa tree
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-08-13
glapi: remove gen-es
HEAD
master
Chia-I Wu
13
-7703
/
+0
2011-08-13
glapi: generate ES dispatch headers from core mesa
Chia-I Wu
4
-14
/
+27
2011-08-13
glapi: add glapi_gen.mk to help header generation
Chia-I Wu
3
-17
/
+61
2011-08-13
glapi: use gl_and_es_API.xml to generate GLES headers
Chia-I Wu
5
-23
/
+47
2011-08-13
glapi: add methods to filter functions
Chia-I Wu
1
-7
/
+39
2011-08-13
glapi: add gles_api.py
Chia-I Wu
3
-417
/
+464
2011-08-12
gallium/gbm: Add dependencies for libraries linked into pipe_*.so.
Michel Dänzer
1
-1
/
+1
2011-08-11
x86-64: Fix compile error with clang
Chad Versace
1
-1
/
+1
2011-08-11
mesa: fix initialization of GL_FOG_MODE in _mesa_init_driver_state()
Brian Paul
1
-1
/
+4
2011-08-11
mesa: fix ColorMask array index in _mesa_init_driver_state()
Brian Paul
1
-4
/
+4
2011-08-11
swrast: don't try to do depth testing if there's no depth buffer
Brian Paul
1
-1
/
+2
2011-08-11
swrast: initial multi-threaded span rendering
Andreas Fänger
6
-36
/
+91
2011-08-10
intel: GetBuffer fix
Ben Widawsky
1
-1
/
+6
2011-08-10
r600g: Add support for ROUND, v2
Lauri Kasanen
2
-3
/
+5
2011-08-10
i830: Add missing vtable entry for i830 from the hiz work.
Carl Simonson
1
-0
/
+7
2011-08-10
i965: Drop the reg/hw_reg distinction.
Eric Anholt
5
-36
/
+37
2011-08-10
i965/fs: Factor out the register allocator setup to a separate function.
Eric Anholt
2
-66
/
+105
2011-08-10
i965/fs: Simplify the register allocator using a map from RA reg to GRF.
Eric Anholt
1
-41
/
+38
2011-08-10
i965/fs: Eliminate the magic nature of virtual GRF 0.
Eric Anholt
4
-31
/
+17
2011-08-10
i965/fs: Use the new convenience interface for setting up reg conflicts.
Eric Anholt
1
-22
/
+7
2011-08-10
mesa: Add a convenience interface for register allocator conflicts setup.
Eric Anholt
2
-0
/
+23
2011-08-09
glsl_to_tgsi: improve assignment hack
Henri Verbeet
1
-3
/
+5
2011-08-09
r300g: silence some warnings about uninitialized variables
Brian Paul
3
-6
/
+8
2011-08-09
svga: add missing switch case for PIPE_SHADER_CAP_INTEGERS
Brian Paul
1
-0
/
+2
2011-08-09
glx: move declarations before code
Brian Paul
1
-3
/
+7
2011-08-09
swrast: silence unused var warnings
Fabio Pedretti
1
-1
/
+1
2011-08-09
docs: update GL3.txt with new GL 4.2 extensions
Dave Airlie
1
-0
/
+13
2011-08-08
glsl: validate IR after linking (debug builds only)
Paul Berry
1
-0
/
+8
2011-08-08
glsl: When linking, emit functions at the tail of the final linked program.
Paul Berry
1
-2
/
+4
2011-08-08
glsl: Check array size is const before asserting that no IR was generated.
Paul Berry
1
-5
/
+8
2011-08-08
glsl: Constant-fold built-in functions before outputting IR
Paul Berry
1
-2
/
+14
2011-08-08
glsl: Emit function signatures at toplevel, even for built-ins.
Paul Berry
4
-20
/
+22
2011-08-08
Revert "glsl: Skip processing the first function's body in do_dead_functions()."
Paul Berry
1
-10
/
+1
2011-08-08
st/mesa: inline st_prepare_fragment_program in st_translate_fragment_program
Bryan Cain
2
-179
/
+162
2011-08-08
glext: upgrade to version 72
Brian Paul
1
-3
/
+364
2011-08-08
glsl: silence warning about trailing comma in enum list
Brian Paul
1
-1
/
+1
2011-08-08
gallium: silence warnings about trailing commas in enum lists
Brian Paul
2
-2
/
+2
2011-08-08
mesa: whitespace changes
Brian Paul
1
-5
/
+8
2011-08-07
d3d1x: adapt to resource_resolve interface change
Christoph Bumiller
1
-3
/
+20
2011-08-07
nv50,nvc0: never convert in resource copy when format sizes match
Christoph Bumiller
2
-2
/
+16
2011-08-07
st/mesa: don't resolve stencil twice
Christoph Bumiller
1
-1
/
+3
2011-08-06
winsys/radeon: disable use of the buffer busy-for-write flag
Marek Olšák
1
-0
/
+12
2011-08-05
mesa: In validate_program(), initialize errMsg for safety.
Kenneth Graunke
1
-1
/
+1
2011-08-05
intel: Fix warnings from gl_constant_parameter changes.
Eric Anholt
3
-11
/
+9
2011-08-05
glsl_to_tgsi: replace open-coded swizzle_for_size()
Bryan Cain
1
-8
/
+1
2011-08-05
glsl_to_tgsi: try to avoid emitting a MOV_SAT to saturate an expression tree
Bryan Cain
1
-6
/
+26
2011-08-05
ir_to_mesa: Replace open-coded swizzle_for_size()
Eric Anholt
1
-8
/
+1
2011-08-05
glx/dri2: Paper over errors in DRI2Connect when indirect
Christopher James Halse Rogers
1
-0
/
+9
2011-08-05
ir_to_mesa: Try to avoid emitting a MOV_SAT to saturate an expression tree.
Eric Anholt
1
-4
/
+24
2011-08-05
prog_optimize: Add support for saturates to _mesa_merge_mov_into_inst.
Eric Anholt
1
-3
/
+5
[next]