Age | Commit message (Expand) | Author |
2009-01-28 | Make GL_ARB_texture_compression mandatory | Ian Romanick |
2009-01-28 | mesa: remove GL_SGIX_shadow, GL_SGIX_shadow_ambient and GL_SGIX_depth_texture | Brian Paul |
2009-01-28 | intel: Fix type correctly this time | Jakob Bornecrantz |
2009-01-28 | intel: Fix typo | Jakob Bornecrantz |
2009-01-28 | i915: Add verbose debuging | Jakob Bornecrantz |
2009-01-28 | i915: Fix batchbuffer dumping | Jakob Bornecrantz |
2009-01-28 | i915: Flush on surface copy/clear | Jakob Bornecrantz |
2009-01-28 | intel: Supply the correct buffers to gem | Jakob Bornecrantz |
2009-01-28 | docs: document GL_EXT_texture_swizzle | Brian Paul |
2009-01-28 | gallium: Build EGL st when build glx st | Jakob Bornecrantz |
2009-01-28 | egl: Adopt to st_framebuffer changes | Jakob Bornecrantz |
2009-01-28 | i965: minor tweak: replace OPCODE_MOV with OPCODE_SWZ | Brian Paul |
2009-01-28 | i965: implement GL_EXT_texture_swizzle | Brian Paul |
2009-01-28 | i965: minor clean-up, comments, etc. | Brian Paul |
2009-01-28 | Merge commit 'origin/master' into texture_swizzle | Brian Paul |
2009-01-28 | i965: fix bug in pass0_precalc_mov() | Brian Paul |
2009-01-28 | i965: minor comment additions/edits | Brian Paul |
2009-01-28 | wgl: add missing header | Keith Whitwell |
2009-01-28 | stw: use proper stw_context pointers in shared interface | Keith Whitwell |
2009-01-28 | stw: clean up error paths | Keith Whitwell |
2009-01-28 | stw: don't call out to wglGetPixelFormat() | Keith Whitwell |
2009-01-28 | stw: remove duplicate function declarations | Keith Whitwell |
2009-01-28 | stw: fix comment | Keith Whitwell |
2009-01-28 | stw: remove header | Keith Whitwell |
2009-01-28 | i965: minor improvements in brw_wm_populate_key() | Brian Paul |
2009-01-28 | i965: remove pad field | Brian Paul |
2009-01-28 | i965: widen per-texture bitfields for 16 texture image units | Brian Paul |
2009-01-28 | i965: minor comments | Brian Paul |
2009-01-28 | svga: remove pixelformat helpers from stw shared interface | Keith Whitwell |
2009-01-28 | mesa: additional GL_INVALID_OPERATION tests for texture swizzle | Brian Paul |
2009-01-28 | mesa: implement texture swizzling in swrast | Brian Paul |
2009-01-28 | mesa: set/get new state for GL_EXT_texture_swizzle | Brian Paul |
2009-01-28 | stw: move get_proc_address and extension functions to shared | Keith Whitwell |
2009-01-28 | stw: use shared version of make current in icd code | Keith Whitwell |
2009-01-28 | stw: more swapbuffers refactoring | Keith Whitwell |
2009-01-28 | mesa: if texObj is NULL in fetch_texel_*(), return black. | Brian Paul |
2009-01-28 | wgl: split device structs, move swapbuffers to shared | Keith Whitwell |
2009-01-28 | pipebuffer: More assertions. | José Fonseca |
2009-01-28 | pipebuffer: Fix alignment assertion. | José Fonseca |
2009-01-28 | pipebuffer: Export the pipe buffer winsys hooks. | José Fonseca |
2009-01-28 | stw: rename stw_wgl_ --> stw_ | Keith Whitwell |
2009-01-28 | stw: move pixelformat_get/set to shared | Keith Whitwell |
2009-01-28 | stw: move pixelformat_describe to shared | Keith Whitwell |
2009-01-28 | wgl: move context functions to shared | Keith Whitwell |
2009-01-28 | wgl: split into shared, (fake)wgl and icd directories | Keith Whitwell |
2009-01-27 | dri2: add complaints for more initialization failures. | Eric Anholt |
2009-01-27 | intel: clean up more pf mess. | Eric Anholt |
2009-01-27 | mesa: refactor glTexParameter code | Brian Paul |
2009-01-27 | gallium: remove redundant size from the constant buffer | Zack Rusin |
2009-01-27 | gallium: it's a reference value, not a reference number | Zack Rusin |