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
*
intel: Drop viewport hack when we can
Kristian Høgsberg
2010-05-11
7
-10
/
+15
*
glx: Provide the __DRI_USE_INVALIDATE extension to the driver when we can
Kristian Høgsberg
2010-05-11
1
-14
/
+25
*
dri_interface.h: Add new __DRI_USE_INVALIDATE extension
Kristian Høgsberg
2010-05-11
1
-0
/
+20
*
st/xorg: Fix SCons build.
Michel Dänzer
2010-05-11
1
-1
/
+3
*
mesa/st: Remove internal flushes from Mesa state tracker.
José Fonseca
2010-05-11
13
-248
/
+29
*
tests/graw: raw -> graw
José Fonseca
2010-05-11
3
-1
/
+1
*
mesa: s/uint/GLuint/ in _mesa_BindTransformFeedback prototype.
Vinson Lee
2010-05-10
2
-2
/
+2
*
gallium: Add llvmpipe support to st/egl.
Chia-I Wu
2010-05-11
3
-2
/
+7
*
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
*
llvmpipe: enable PIPE_CAP_INDEP_BLEND_ENABLE
Brian Paul
2010-05-10
1
-1
/
+1
*
llvmpipe: fix up indexing of blend/colormask state for render targets
Brian Paul
2010-05-10
5
-24
/
+47
*
llvmpipe: update image dump/debug code
Brian Paul
2010-05-10
1
-16
/
+17
*
llvmpipe: add, update, rewrap comments
Brian Paul
2010-05-10
2
-6
/
+16
*
gallivm/llvmpipe: move an old comment to a better location
Brian Paul
2010-05-10
2
-11
/
+11
*
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
*
glx: Only call DRI2 invalidate when necessary
Kristian Høgsberg
2010-05-10
1
-12
/
+4
*
svga: Fill in is_resource_referenced callback.
José Fonseca
2010-05-10
1
-0
/
+1
*
gallivm: Silent warning.
José Fonseca
2010-05-10
1
-1
/
+1
*
gallivm: Add missing lvalue.
José Fonseca
2010-05-10
1
-1
/
+1
*
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
*
i965g: link with software- wrapper winsys and drm api helper
Jakob Bornecrantz
2010-05-10
1
-0
/
+2
*
gallium: Add software drm api helper to scons build
Jakob Bornecrantz
2010-05-10
2
-0
/
+22
*
gallium: Add pipe wrapper software winsys to scons build
Jakob Bornecrantz
2010-05-10
2
-0
/
+26
*
i965g: fix resource creation recursion bug
Roland Scheidegger
2010-05-10
1
-1
/
+1
*
i965g: add brw_state_debug.c to SConscript
Roland Scheidegger
2010-05-10
1
-1
/
+1
*
i965g: avoid void * arithmetic
Roland Scheidegger
2010-05-10
1
-1
/
+1
*
gallivm: Temporarily disable custom LLVMDumpValue on MSVC.
José Fonseca
2010-05-10
1
-2
/
+3
*
gallivm: cosf/sinf are macros on MSVC.
José Fonseca
2010-05-10
1
-2
/
+12
*
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
*
osmesa: add mapi/glapi to SRC_DIRS to fix build
Brian Paul
2010-05-09
3
-3
/
+3
*
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
*
gallivm: Add an alternative to LLVMDumpValue that works with Windows GUI apps.
José Fonseca
2010-05-08
7
-9
/
+113
*
gallivm: Fix mipfiltering with negative lod bias.
José Fonseca
2010-05-08
1
-2
/
+4
*
gallivm: Actually do floor/ceil/trunc for scalars.
José Fonseca
2010-05-08
3
-166
/
+34
[next]