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: clean-up _mesa_lookup_prim_by_nr()
Brian Paul
2011-01-20
5
-57
/
+55
*
mesa: move extra prim mode #defines
Brian Paul
2011-01-20
2
-5
/
+5
*
vbo: added comment
Brian Paul
2011-01-20
1
-1
/
+1
*
mesa: minor formatting fixes
Brian Paul
2011-01-20
1
-4
/
+7
*
st/mesa: clean up the sampler view format code
Brian Paul
2011-01-20
1
-7
/
+14
*
mesa: document sRGBDecode field
Brian Paul
2011-01-20
1
-1
/
+1
*
st/mesa: formatting, whitespace fixes
Brian Paul
2011-01-20
2
-17
/
+18
*
r600c: bump sq gpr resources if a shader needs more than default
Andre Maasikas
2011-01-20
2
-0
/
+21
*
glapi: Fix OpenGL and OpenGL ES interop.
Chia-I Wu
2011-01-20
14
-29
/
+13306
*
glapi: Fix OpenGL ES 1.1 and 2.0 interop.
Chia-I Wu
2011-01-20
6
-100
/
+171
*
mapi: Add support for bridge mode.
Chia-I Wu
2011-01-20
8
-33
/
+149
*
mapi: u_current_table may be renamed.
Chia-I Wu
2011-01-20
4
-5
/
+9
*
mapi: Add a new glapi.h implementation.
Chia-I Wu
2011-01-20
3
-3
/
+253
*
mapi: Fix glapi printers for gl_and_es_API.xml.
Chia-I Wu
2011-01-20
1
-18
/
+503
*
mapi: Allow prefix to be macro.
Chia-I Wu
2011-01-20
1
-3
/
+7
*
mapi: Add the ability to parse GLAPI XML.
Chia-I Wu
2011-01-20
1
-5
/
+76
*
glapi: Add gl_and_es_API.xml.
Chia-I Wu
2011-01-20
6
-0
/
+1255
*
doxygen: Add glsl to the Makefile and .gitignore.
Kenneth Graunke
2011-01-19
2
-0
/
+2
*
Add machine generated files to .gitignore
twied
2011-01-19
3
-0
/
+7
*
glsl: Don't bother unsetting a destructor that was never set.
Kenneth Graunke
2011-01-19
1
-6
/
+3
*
autoconf: Fail when --with-state-trackers is incomplete.
Chia-I Wu
2011-01-20
1
-0
/
+9
*
softpipe: Bind samplers to views instead of the underlying resource.
Henri Verbeet
2011-01-19
5
-55
/
+39
*
softpipe: Get rid of the redundant resource parameter to get_sampler_variant().
Henri Verbeet
2011-01-19
1
-5
/
+1
*
r200: fix up some problems with TFP on r200
Dave Airlie
2011-01-20
1
-5
/
+15
*
llvmpipe: implement TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_CBUFS
Brian Paul
2011-01-19
1
-3
/
+14
*
i965/fs: Take the shared mathbox into account in instruction scheduling.
Eric Anholt
2011-01-19
1
-0
/
+15
*
i965/fs: Add a helper function for detecting math opcodes.
Eric Anholt
2011-01-19
2
-8
/
+13
*
i965/fs: Assign URB/CURB register numbers after instruction scheduling.
Eric Anholt
2011-01-19
1
-2
/
+3
*
i965/fs: Add an instruction scheduler.
Eric Anholt
2011-01-19
4
-0
/
+479
*
i965/fs: Add a helper for detecting texturing opcodes.
Eric Anholt
2011-01-19
2
-8
/
+12
*
r600g: fix segfault if texture operand is a literal
Christian König
2011-01-19
1
-1
/
+3
*
mesa: implement glGetShaderPrecisionFormat()
Brian Paul
2011-01-19
3
-5
/
+68
*
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
[next]