index
:
~nobled/mesa
8.0
arb_debug_output
arb_robustness
master
size-fixes
stuff
Mesa 3D development mirror
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-12
mesa: Fix the cause of piglit test fbo-array failure
HEAD
master
Anuj Phogat
1
-1/+3
2012-03-12
mesa: fix _mesa_DebugMessageCallbackARB() to silence warnings
Brian Paul
1
-2/+2
2012-03-12
radeon: remove use of DD_FLATSHADE
Brian Paul
1
-1/+1
2012-03-12
docs: fix up html tags in autoconf.html
Christopher Yeleighton
1
-61/+37
2012-03-12
mesa: add more comments about textarget in framebuffer_texture()
Brian Paul
1
-2/+10
2012-03-12
mesa: renumber remaining DD_ constants
Brian Paul
1
-10/+10
2012-03-12
mesa: remove unused DD_TRI_CULL_FRONT_BACK
Brian Paul
3
-12/+4
2012-03-12
mesa: remove unused DD_FLATSHADE
Brian Paul
4
-9/+1
2012-03-12
mesa: remove unused DD_TRI_TWOSTENCIL
Brian Paul
4
-11/+1
2012-03-12
mesa: remove _DD_NEW_x flags
Brian Paul
1
-21/+0
2012-03-12
tnl: stop using _DD_NEW_x flags
Brian Paul
1
-1/+2
2012-03-12
swrast: s/_DD_NEW_SEPARATE_SPECULAR/_MESA_NEW_SEPARATE_SPECULAR/
Brian Paul
1
-3/+3
2012-03-12
mesa: define _MESA_NEW_SEPARATE_SPECULAR
Brian Paul
2
-2/+8
2012-03-12
i915: remove occurances of _DD_NEW_x flags
Brian Paul
1
-7/+5
2012-03-12
mesa: remove ctx->Driver.ClearColor() hook
Brian Paul
3
-34/+0
2012-03-12
mesa/gdi: remove clear_color() function
Brian Paul
1
-32/+15
2012-03-12
xlib: remove clear_color() function
Brian Paul
1
-25/+11
2012-03-12
radeon/r200: remove ClearColor driver functions
Brian Paul
5
-41/+0
2012-03-12
mesa: remove ctx->Driver.ClearDepth(), ClearStencil() driver hooks
Brian Paul
5
-28/+0
2012-03-12
radeon/r200: remove ClearDepth() and ClearStencil() driver hooks
Brian Paul
5
-86/+0
2012-03-12
radeon/r200: remove hyperz/fast clear testing code
Brian Paul
2
-20/+0
2012-03-12
docs: Fix unclosed anchor tag in xlibdriver.html.
Kenneth Graunke
1
-1/+1
2012-03-11
egl/drm: Include errno.h
José Fonseca
1
-0/+1
2012-03-11
Set close on exec flag FD_CLOEXEC
David Fries
7
-6/+66
2012-03-11
mapi/glapi: Fix glDebugMessageCallbackARB arg type to GLDEBUGPROCARB
José Fonseca
6
-8/+10
2012-03-11
glapi/gen: Add support for pointer types.
José Fonseca
3
-3/+5
2012-03-11
mesa: Prevent collision of ERROR define on Windows.
José Fonseca
1
-0/+3
2012-03-11
include: Fix glDebugMessageCallbackARB's prototype.
José Fonseca
1
-2/+2
2012-03-10
mesa: expose ARB_debug_output
Marek Olšák
1
-0/+1
2012-03-10
mesa: display list dispatch for ARB_debug_output
Marek Olšák
1
-0/+3
2012-03-10
mesa: print GL errors via debug_output
Marek Olšák
1
-31/+66
2012-03-10
mesa: implement the last of GL_ARB_debug_output
nobled
3
-28/+245
2012-03-10
mesa: add struct for managing client debug namespaces
nobled
1
-2/+8
2012-03-10
mesa: add control for categories of application-provided messages
nobled
1
-5/+125
2012-03-10
mesa: add yet more context fields for GL_ARB_debug_output
nobled
1
-2/+8
2012-03-10
mesa: add glDebugMessageControlARB
nobled
1
-0/+134
2012-03-10
mesa: add message-toggle booleans for GL_ARB_debug_output
nobled
2
-2/+28
2012-03-10
mesa: add some GL_ARB_debug_output functions
nobled
3
-4/+286
2012-03-10
mesa: add infrastructure for GL_ARB_debug_output
nobled
8
-1/+69
2012-03-10
glapi: regenerate files
Marek Olšák
11
-9880/+10338
2012-03-10
glapi: add ARB_debug_output.xml
nobled
3
-0/+96
2012-03-10
mesa: split error handling into its own file
nobled
7
-252/+357
2012-03-09
drirc: Add force_glsl_extensions_warn workaround for Unigine Heaven.
Kenneth Graunke
1
-0/+6
2012-03-09
svga: Disable bogus assertions concerning min_index/max_index.
José Fonseca
1
-8/+7
2012-03-09
mesa: fix GL_LUMINANCE handling in glGetTexImage
Brian Paul
1
-2/+28
2012-03-09
svga: add null vs pointer check in update_need_pipeline()
Brian Paul
1
-1/+1
2012-03-09
nv50: add support for R8G8_R8B8 and G8R8_B8R8 formats
Christoph Bumiller
1
-0/+2
2012-03-09
nv50,nvc0: share the format table code
Christoph Bumiller
2
-353/+44
2012-03-09
vl: handle DRI2GetBuffers reply with multiple buffers
Christian König
1
-10/+23
2012-03-09
vl/mpeg12: make bitstream decoder more robust
Christian König
2
-1/+2
[next]