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
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gldirect: remove _NEW_ACCUM
Brian Paul
2011-01-23
3
-6
/
+0
*
i965: remove _NEW_ACCUM
Brian Paul
2011-01-23
1
-1
/
+0
*
mesa: add ARB_framebuffer_sRGB as alias of the EXT variant
Marek Olšák
2011-01-23
1
-0
/
+1
*
mesa: return GL_LINEAR for ..COLOR_ENCODING if framebuffer_sRGB is unsupported
Marek Olšák
2011-01-23
1
-1
/
+8
*
mesa: get rid of _NEW_ACCUM, clean-up _NEW_* #defines
Brian Paul
2011-01-23
3
-35
/
+30
*
mesa: smarter glTexParameter state invalidation
Brian Paul
2011-01-23
1
-25
/
+38
*
r300/compiler: remove any code related to relative addressing of temporaries
Marek Olšák
2011-01-23
9
-120
/
+13
*
st/mesa: ensure that all pixel paths operation on linear RGB data, not sRGB
Brian Paul
2011-01-22
5
-18
/
+39
*
st/mesa: update comment, use st_fb_orientation()
Brian Paul
2011-01-22
1
-6
/
+8
*
st/mesa: comments in update_viewport()
Brian Paul
2011-01-22
1
-0
/
+4
*
scons: Add support for GLES.
Chia-I Wu
2011-01-22
1
-0
/
+63
*
glsl, i965: Remove unnecessary talloc includes.
Kenneth Graunke
2011-01-21
3
-3
/
+0
*
ra: Use the same context when realloc'ing arrays.
Kenneth Graunke
2011-01-21
1
-2
/
+2
*
mesa: EXT_framebuffer_sRGB interface additions.
Dave Airlie
2011-01-21
3
-0
/
+21
*
r600c: get OQ results only for 4 DBs on r600 class
Andre Maasikas
2011-01-21
1
-2
/
+6
*
intel: Fix typeos from 3d028024 and 790ff232
Ian Romanick
2011-01-20
2
-15
/
+15
*
i915: Set correct values for range/precision of fragment shader types
Ian Romanick
2011-01-20
1
-0
/
+14
*
i965: Set correct values for range/precision of fragment shader types
Ian Romanick
2011-01-20
1
-0
/
+9
*
mesa: Set correct values for range/precision of shader integer types
Ian Romanick
2011-01-20
1
-2
/
+11
*
mesa: Connect glGetShaderPrecisionFormat into the dispatch table
Ian Romanick
2011-01-20
1
-0
/
+1
*
Fix the build from 887d2b64
Ian Romanick
2011-01-20
2
-2
/
+2
*
mesa: clean-up _mesa_lookup_prim_by_nr()
Brian Paul
2011-01-20
4
-41
/
+28
*
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
1
-0
/
+3
*
r200: fix up some problems with TFP on r200
Dave Airlie
2011-01-20
1
-5
/
+15
*
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
*
mesa: implement glGetShaderPrecisionFormat()
Brian Paul
2011-01-19
3
-5
/
+68
*
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
*
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
*
ra: Trade off some space to get time efficiency in ra_set_finalize().
Eric Anholt
2011-01-18
1
-6
/
+32
[prev]
[next]