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