index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Optimize get.c by using a table-driven approach
Kristian Høgsberg
2010-05-11
12
-10166
/
+2352
*
st/mesa: Remove unnecessary header.
Vinson Lee
2010-05-11
1
-1
/
+0
*
intel: Don't update renderbuffers in intelSetTexBuffer2 if we have invalidate
Kristian Høgsberg
2010-05-11
1
-1
/
+3
*
intel: Drop viewport hack when we can
Kristian Høgsberg
2010-05-11
7
-10
/
+15
*
mesa/st: Remove internal flushes from Mesa state tracker.
José Fonseca
2010-05-11
13
-248
/
+29
*
mesa: s/uint/GLuint/ in _mesa_BindTransformFeedback prototype.
Vinson Lee
2010-05-10
2
-2
/
+2
*
mesa: more transform feedback infrastructure
Brian Paul
2010-05-10
14
-34
/
+736
*
intel: Also flush front buffer in glFinish()
Kristian Høgsberg
2010-05-10
1
-0
/
+1
*
st/mesa: rename vars, added comments
Brian Paul
2010-05-10
1
-21
/
+55
*
i915: Drop intelFlush().
Vinson Lee
2010-05-10
1
-1
/
+1
*
intel: Drop intelFlush()
Kristian Høgsberg
2010-05-10
12
-26
/
+19
*
intel: Only flush fake front buffer on API level glFlush()
Kristian Høgsberg
2010-05-10
1
-17
/
+29
*
intel: Don't mark front buffer dirty if we're only reading
Kristian Høgsberg
2010-05-10
1
-1
/
+12
*
intel: Mark frontbuffer dirty in intel_prepare_render()
Kristian Høgsberg
2010-05-10
1
-9
/
+8
*
st/mesa: only set prevInstWrotePsiz if translating a vertex program
Brian Paul
2010-05-10
1
-1
/
+1
*
st/mesa: additional assertions in dst_register()
Brian Paul
2010-05-10
1
-0
/
+10
*
mesa: Update comments in get_gen_es.py.
Vinson Lee
2010-05-09
1
-2
/
+2
*
swrast: fix 16-bit/channel rendering
Brian Paul
2010-05-09
1
-1
/
+1
*
osmesa: use unsigned 16-bit/channel format
Brian Paul
2010-05-09
1
-1
/
+1
*
mesa: fix typos, comment in signed 16-bit tex fetch code
Brian Paul
2010-05-09
1
-4
/
+4
*
mesa: added unsigned 16-bit/channel tex format
Brian Paul
2010-05-09
6
-10
/
+127
*
mesa: added comments for signed 16-bit formats
Brian Paul
2010-05-09
1
-4
/
+4
*
mesa: use GL_RGBA16_SNORM for accum buffer
Brian Paul
2010-05-09
2
-1
/
+3
*
mesa: added texstore function for signed 16-bit formats
Brian Paul
2010-05-09
1
-4
/
+74
*
mesa: added UNCLAMPED_FLOAT_TO_SHORT macro
Brian Paul
2010-05-09
1
-0
/
+3
*
mesa: add missing cases for signed 16-bit formats
Brian Paul
2010-05-09
1
-0
/
+13
*
st/mesa: Ignore internal_format in st_context_teximage.
Chia-I Wu
2010-05-09
1
-1
/
+10
*
r300g: respect compare mode regardless of sampler type
Marek Olšák
2010-05-08
2
-1
/
+8
*
r300/compiler: fake equal/notequal for shadow samplers
Marek Olšák
2010-05-08
1
-0
/
+7
*
r300/compiler: use perspective division only for TXP in shadow samplers
Marek Olšák
2010-05-08
1
-23
/
+36
*
r300/compiler: make shadow sampler codegen more readable, add comments
Marek Olšák
2010-05-08
1
-16
/
+28
*
r300/compiler: shorten RC_*SWIZZLE* expressions
Marek Olšák
2010-05-08
4
-4
/
+5
*
r300/compiler: generalize depth texture mode to support arbitrary swizzles
Marek Olšák
2010-05-08
3
-11
/
+7
*
r300/compiler: fix LIT instruction case 0^0 = 1
Marek Olšák
2010-05-08
1
-0
/
+24
*
mapi: Add install rules for OpenGL ES.
Chia-I Wu
2010-05-08
3
-70
/
+0
*
Define OpenGL ES and OpenVG library names.
Chia-I Wu
2010-05-08
1
-2
/
+2
*
mesa: remove driver hooks for GetFloat/Integer/Doublev, etc
Brian Paul
2010-05-07
5
-54
/
+0
*
mesa: fpclassify dummy definition is not needed on cygwin
Jon TURNEY
2010-05-07
1
-1
/
+1
*
glapi: Move to src/mapi/.
Chia-I Wu
2010-05-07
92
-82823
/
+28
*
glapi: Move assembly dispatchers back into glapi/.
Chia-I Wu
2010-05-07
8
-20
/
+20
*
st/mesa: fix compressed mipmap generation for small image sizes
Brian Paul
2010-05-06
1
-2
/
+24
*
st/mesa: fix bug in compute_num_levels()
Brian Paul
2010-05-06
1
-5
/
+7
*
st/mesa: when copying mipmap levels between textures, start at BaseLevel
Brian Paul
2010-05-06
1
-1
/
+1
*
es: Ignores
Jakob Bornecrantz
2010-05-06
1
-0
/
+4
*
st/mesa: fix per-vertex point size
Marek Olšák
2010-05-05
1
-1
/
+1
*
st/mesa: Remove unnecessary headers.
Vinson Lee
2010-05-05
1
-6
/
+0
*
mesa: fpclassify dummy definition not needed on Mac OS X.
Vinson Lee
2010-05-05
1
-0
/
+4
*
i965: When an RB gets a new region, clear the old from the state cache.
Eric Anholt
2010-05-04
4
-6
/
+16
*
intel: Don't tile textures so small that size is blown up by over 2x.
Eric Anholt
2010-05-04
1
-4
/
+3
*
osmesa: remove unused var
Brian Paul
2010-05-04
1
-1
/
+0
[next]