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
*
gallium/docs: document result type for some types of queries
Brian Paul
2011-01-19
1
-0
/
+2
*
radeon: avoid segfault on 3D textures.
Dave Airlie
2011-01-19
1
-0
/
+3
*
radeon: oops didn't need this logbase2 fn
Dave Airlie
2011-01-19
1
-15
/
+0
*
radeon: calculate complete texture state inside TFP function
Dave Airlie
2011-01-19
1
-3
/
+25
*
dri/nouveau: allow multiple maps of surface buffers
Ben Skeggs
2011-01-19
1
-2
/
+4
*
radeon/r200: fix fbo-clearmipmap + gen-teximage
Dave Airlie
2011-01-19
3
-6
/
+6
*
i965: Fix a comment typo.
Eric Anholt
2011-01-18
1
-1
/
+1
*
i965: Fix a bug in i965 compute-to-MRF.
Eric Anholt
2011-01-18
1
-0
/
+1
*
r600g: fix reserve_cfile for R700+
Christian König
2011-01-19
1
-19
/
+17
*
glsl: Fix segfault due to missing printf argument
Chad Versace
2011-01-18
1
-1
/
+2
*
glsl: Fix semantic checks on precision qualifiers
Chad Versace
2011-01-18
1
-9
/
+8
*
llvmpipe: make sure binning is active when we begin/end a query
Brian Paul
2011-01-18
1
-0
/
+4
*
softpipe: rename some functions for consistency
Brian Paul
2011-01-18
1
-7
/
+7
*
r600g: Kill trailing whitespace.
Henri Verbeet
2011-01-18
8
-66
/
+66
*
r600g: Remove the unused eg_states_inc.h and r600_states_inc.h.
Henri Verbeet
2011-01-18
2
-1001
/
+0
*
r600g: Simplify some r600_bc_add_alu_type() calls to r600_bc_add_alu().
Henri Verbeet
2011-01-18
1
-3
/
+3
*
vbo: initialize num_instances in a few places
Brian Paul
2011-01-18
2
-0
/
+2
*
ra: Take advantage of the adjacency list in finding a node to spill.
Eric Anholt
2011-01-18
1
-6
/
+6
*
ra: Remove unused "name" field in regs.
Eric Anholt
2011-01-18
1
-1
/
+0
*
ra: Take advantage of the adjacency list in ra_select() too.
Eric Anholt
2011-01-18
1
-5
/
+6
*
ra: Add an adjacency list to trade space for time in ra_simplify().
Eric Anholt
2011-01-18
1
-14
/
+21
*
glsl: Skip the rest of loop unrolling if no loops were found.
Eric Anholt
2011-01-18
3
-2
/
+9
*
ra: Trade off some space to get time efficiency in ra_set_finalize().
Eric Anholt
2011-01-18
1
-6
/
+32
*
softpipe: added some null pointer checks
Brian Paul
2011-01-18
1
-3
/
+3
*
softpipe: s/tex_cache/fragment_tex_cache/
Brian Paul
2011-01-18
5
-9
/
+9
*
Remove executables from source tree.
José Fonseca
2011-01-18
5
-0
/
+0
*
r600c: preserve correct buffer when using fbo
Andre Maasikas
2011-01-18
1
-1
/
+1
*
r600: set border color as RGBA
Andre Maasikas
2011-01-18
1
-2
/
+2
*
r600c: use STATE_FB_WPOS_Y_TRANSFORM variable to do wpos transform
Andre Maasikas
2011-01-18
1
-7
/
+9
*
i965: Fix dead pointers to fp->Parameters->ParameterValues[] after realloc.
Eric Anholt
2011-01-17
2
-10
/
+36
*
llvmpipe: enable PIPE_CAP_INDEP_BLEND_FUNC
Brian Paul
2011-01-17
1
-1
/
+1
*
st/mesa: move PIPE_CAP_INDEP_BLEND_FUNC code
Brian Paul
2011-01-17
1
-4
/
+4
*
doxygen: Add doxyfile for glsl module
Chad Versace
2011-01-17
2
-0
/
+40
*
glsl: Refresh autogenerated parser files
Chad Versace
2011-01-17
2
-431
/
+442
*
glsl: Remove redundant semantic check in parser
Chad Versace
2011-01-17
1
-6
/
+0
*
glsl: Add support for default precision statements
Chad Versace
2011-01-17
4
-9
/
+67
*
glsl: Add semantic checks for precision qualifiers
Chad Versace
2011-01-17
1
-0
/
+33
*
glsl: Fix parser rule for type_specifier
Chad Versace
2011-01-17
1
-0
/
+3
*
glsl: Change default value of ast_type_specifier::precision
Chad Versace
2011-01-17
2
-4
/
+5
*
glsl: Check that 'centroid in' does not occur in vertex shader
Chad Versace
2011-01-17
1
-0
/
+13
*
glsl: Check that interpolation quals only apply to vertex ins and fragment outs
Chad Versace
2011-01-17
1
-0
/
+35
*
glsl: Check that interpolation qualifiers do not precede 'varying'
Chad Versace
2011-01-17
3
-0
/
+38
*
glsl: Add method ast_type_qualifier::interpolation_string()
Chad Versace
2011-01-17
2
-0
/
+25
*
vbo: init num_instances in split_prims()
Brian Paul
2011-01-17
1
-0
/
+1
*
tnl: assert that num_instances > 0
Brian Paul
2011-01-17
1
-0
/
+2
*
mesa: s/primcount/numInstances/
Brian Paul
2011-01-17
2
-18
/
+18
*
nouveau: fix build against out of tree libdrm
Dave Airlie
2011-01-17
4
-0
/
+8
*
r600g: fix PIPE_CAP_INSTANCED_DRAWING warning
Christian König
2011-01-16
1
-0
/
+1
*
r600g: fix alu inst group merging for relative adressing
Christian König
2011-01-16
1
-1
/
+13
*
nvc0: fix and enable instanced drawing and arrays
Christoph Bumiller
2011-01-16
9
-30
/
+91
[next]