| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: remove ctx->Driver.ClearDepth(), ClearStencil() driver hooks | Brian Paul | 2012-03-12 | 5 | -28/+0 |
* | radeon/r200: remove ClearDepth() and ClearStencil() driver hooks | Brian Paul | 2012-03-12 | 5 | -86/+0 |
* | radeon/r200: remove hyperz/fast clear testing code | Brian Paul | 2012-03-12 | 2 | -20/+0 |
* | docs: Fix unclosed anchor tag in xlibdriver.html. | Kenneth Graunke | 2012-03-11 | 1 | -1/+1 |
* | egl/drm: Include errno.h | José Fonseca | 2012-03-11 | 1 | -0/+1 |
* | Set close on exec flag FD_CLOEXEC | David Fries | 2012-03-11 | 7 | -6/+66 |
* | mapi/glapi: Fix glDebugMessageCallbackARB arg type to GLDEBUGPROCARB | José Fonseca | 2012-03-11 | 6 | -8/+10 |
* | glapi/gen: Add support for pointer types. | José Fonseca | 2012-03-11 | 3 | -3/+5 |
* | mesa: Prevent collision of ERROR define on Windows. | José Fonseca | 2012-03-11 | 1 | -0/+3 |
* | include: Fix glDebugMessageCallbackARB's prototype. | José Fonseca | 2012-03-11 | 1 | -2/+2 |
* | mesa: expose ARB_debug_output | Marek Olšák | 2012-03-10 | 1 | -0/+1 |
* | mesa: display list dispatch for ARB_debug_output | Marek Olšák | 2012-03-10 | 1 | -0/+3 |
* | mesa: print GL errors via debug_output | Marek Olšák | 2012-03-10 | 1 | -31/+66 |
* | mesa: implement the last of GL_ARB_debug_output | nobled | 2012-03-10 | 3 | -28/+245 |
* | mesa: add struct for managing client debug namespaces | nobled | 2012-03-10 | 1 | -2/+8 |
* | mesa: add control for categories of application-provided messages | nobled | 2012-03-10 | 1 | -5/+125 |
* | mesa: add yet more context fields for GL_ARB_debug_output | nobled | 2012-03-10 | 1 | -2/+8 |
* | mesa: add glDebugMessageControlARB | nobled | 2012-03-10 | 1 | -0/+134 |
* | mesa: add message-toggle booleans for GL_ARB_debug_output | nobled | 2012-03-10 | 2 | -2/+28 |
* | mesa: add some GL_ARB_debug_output functions | nobled | 2012-03-10 | 3 | -4/+286 |
* | mesa: add infrastructure for GL_ARB_debug_output | nobled | 2012-03-10 | 8 | -1/+69 |
* | glapi: regenerate files | Marek Olšák | 2012-03-10 | 11 | -9880/+10338 |
* | glapi: add ARB_debug_output.xml | nobled | 2012-03-10 | 3 | -0/+96 |
* | mesa: split error handling into its own file | nobled | 2012-03-10 | 7 | -252/+357 |
* | drirc: Add force_glsl_extensions_warn workaround for Unigine Heaven. | Kenneth Graunke | 2012-03-09 | 1 | -0/+6 |
* | svga: Disable bogus assertions concerning min_index/max_index. | José Fonseca | 2012-03-09 | 1 | -8/+7 |
* | mesa: fix GL_LUMINANCE handling in glGetTexImage | Brian Paul | 2012-03-09 | 1 | -2/+28 |
* | svga: add null vs pointer check in update_need_pipeline() | Brian Paul | 2012-03-09 | 1 | -1/+1 |
* | nv50: add support for R8G8_R8B8 and G8R8_B8R8 formats | Christoph Bumiller | 2012-03-09 | 1 | -0/+2 |
* | nv50,nvc0: share the format table code | Christoph Bumiller | 2012-03-09 | 2 | -353/+44 |
* | vl: handle DRI2GetBuffers reply with multiple buffers | Christian König | 2012-03-09 | 1 | -10/+23 |
* | vl/mpeg12: make bitstream decoder more robust | Christian König | 2012-03-09 | 2 | -1/+2 |
* | st/vdpau: fix two small memory leaks | Christian König | 2012-03-09 | 2 | -2/+6 |
* | st/vdpau: add xine workaround | Christian König | 2012-03-09 | 1 | -1/+1 |
* | vl/video_buffer: add YUYV and UYVY support | Christian König | 2012-03-09 | 1 | -16/+59 |
* | r600g: add support for subsampled rgb formats | Christian König | 2012-03-09 | 1 | -0/+15 |
* | gallivm: add support for R8G8_R8B8 and G8R8_B8R8 formats | Christian König | 2012-03-09 | 1 | -0/+42 |
* | gallium: add R8G8_R8B8 and G8R8_B8R8 formats | Christian König | 2012-03-09 | 4 | -0/+99 |
* | u_format: fix a comment about subsampled formats | Christian König | 2012-03-09 | 1 | -1/+1 |
* | mesa: use _mesa_rebase_rgba_float/uint() in glGetTexImage code | Brian Paul | 2012-03-08 | 1 | -73/+4 |
* | mesa: use _mesa_rebase_rgba_float/uint() in glReadPixels code | Brian Paul | 2012-03-08 | 1 | -0/+4 |
* | mesa: add _mesa_rebase_rgba_float/uint() functions | Brian Paul | 2012-03-08 | 2 | -0/+98 |
* | glsl: Refine the loop instruction counting. | Eric Anholt | 2012-03-08 | 1 | -12/+36 |
* | r600g: enable ARB_draw_instanced | Marek Olšák | 2012-03-08 | 1 | -1/+1 |
* | vl/video_buffer: add YUVA and VUYA support | Christian König | 2012-03-08 | 1 | -0/+20 |
* | gallium: remove format aliases | Christian König | 2012-03-08 | 2 | -5/+1 |
* | st/vdpau: cleanup YCBCR matching functions | Christian König | 2012-03-08 | 1 | -6/+6 |
* | st/vdpau: fix chroma_format handling in VideoSurfaceQueryGetPutBitsYCbCrCapab... | Christian König | 2012-03-08 | 1 | -4/+18 |
* | r600g: use SX_MISC to implement rasterizer discard | Marek Olšák | 2012-03-08 | 4 | -4/+13 |
* | Revert "r600g: fix and improve rasterizer discard for r600-r700" | Marek Olšák | 2012-03-08 | 2 | -15/+6 |