| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: implement GL3 GL_NUM_EXTENSIONS query | Brian Paul | 2009-12-30 | 5 | -0/+46 |
* | mesa: simplify some extension testing code | Brian Paul | 2009-12-30 | 1 | -9/+20 |
* | mesa: display list support for glClearBuffer functions | Brian Paul | 2009-12-30 | 1 | -0/+154 |
* | mesa: implement GL3 glClearBuffer() functions | Brian Paul | 2009-12-30 | 2 | -0/+357 |
* | mklib: use a wrapper for ar | Brian Paul | 2009-12-30 | 1 | -50/+48 |
* | nouveau: Fix glTexSubImage on swizzled surfaces on <=NV40 | Luca Barbieri | 2009-12-30 | 6 | -55/+74 |
* | mesa: fix-up blend enable/disable code in _mesa_PopAttrib() | Brian Paul | 2009-12-29 | 1 | -7/+17 |
* | mesa: finish-up indexed color mask code in _mesa_PopAttrib() | Brian Paul | 2009-12-29 | 1 | -1/+1 |
* | mesa: plug in GL_EXT_draw_buffers2 functions | Brian Paul | 2009-12-29 | 2 | -8/+14 |
* | mesa: regenerate API files related to GL_EXT_draw_buffers2 | Brian Paul | 2009-12-29 | 11 | -1747/+2138 |
* | glapi: extension info for GL_EXT_draw_buffers2 | Brian Paul | 2009-12-29 | 1 | -0/+49 |
* | mesa: added infrastructure for GL_EXT_draw_buffers2 | Brian Paul | 2009-12-29 | 5 | -10/+25 |
* | mesa: add dlist support for indexed colormask and indexed enables/disables | Brian Paul | 2009-12-29 | 1 | -0/+77 |
* | mesa: implement per-buffer color masking | Brian Paul | 2009-12-29 | 44 | -230/+350 |
* | mesa: implement indexed glGet functions | Brian Paul | 2009-12-29 | 3 | -20/+140 |
* | mesa: per-buffer blend enabled flags | Brian Paul | 2009-12-29 | 9 | -20/+126 |
* | glsl: added default case in _fetch_token() to silence warnings | Brian Paul | 2009-12-29 | 1 | -0/+2 |
* | intel: Fix false positives in checking for non-packed depth/stencil RB. | Eric Anholt | 2009-12-28 | 1 | -7/+14 |
* | intel: Allow binding a stencil but not a depth buffer. | Eric Anholt | 2009-12-28 | 2 | -1/+7 |
* | intel: Improve INTEL_DEBUG=fbo output. | Eric Anholt | 2009-12-28 | 1 | -1/+6 |
* | intel: Remove dead fthrottle_mode option. We only do IRQ waits. | Eric Anholt | 2009-12-28 | 2 | -5/+1 |
* | mesa: remove gratuitous stores I added in remove_instructions. | Eric Anholt | 2009-12-28 | 1 | -1/+0 |
* | nouveau: Unreference state/buffer objects on context/screen destruction. | Younes Manton | 2009-12-28 | 12 | -5/+102 |
* | nouveau: Fix swizzling for copies to rectangular textures | Luca Barbieri | 2009-12-28 | 1 | -3/+12 |
* | nouveau: Fix nv20-40 swizzled miptree RTs | Luca Barbieri | 2009-12-28 | 9 | -3/+122 |
* | NV30/NV40 CMP and SCS src == dst handling | Luca Barbieri | 2009-12-28 | 2 | -16/+48 |
* | llvmpipe: Unmapping vertex/index buffers does NOT flush draw module anymore. | José Fonseca | 2009-12-28 | 1 | -1/+7 |
* | python/retrace: Dump only the specified image rectangles. | José Fonseca | 2009-12-28 | 1 | -2/+2 |
* | xlib: Integrate the trace driver with all pipe drivers. | José Fonseca | 2009-12-28 | 7 | -141/+24 |
* | scons: Fix xlib build. | José Fonseca | 2009-12-28 | 2 | -2/+2 |
* | nv04: Fix build after the latest nouveau_class.h changes. | Francisco Jerez | 2009-12-28 | 6 | -62/+62 |
* | nv50: Dehexify and bring up to date with new method defines. | Marcin Kościelnicki | 2009-12-28 | 8 | -72/+69 |
* | Merge branch 'mesa_7_7_branch' | Brian Paul | 2009-12-27 | 4 | -9/+60 |
|\ |
|
| * | st/mesa: add missing case for PIPE_FORMAT_B8G8R8A8_UNORM | Brian Paul | 2009-12-27 | 1 | -0/+2 |
| * | Regenerate gl_mangle.h. | Tom Fogal | 2009-12-23 | 1 | -0/+43 |
| * | gallium: only create pipe buffer when size is nonzero | Maarten Maathuis | 2009-12-23 | 1 | -6/+10 |
| * | mesa: fix binary() function, printf format string | Brian Paul | 2009-12-22 | 1 | -3/+5 |
| * | progs/tests: Fix build. | Vinson Lee | 2009-12-22 | 1 | -1/+0 |
* | | cell: add glsl to SRC_DIRS | Brian Paul | 2009-12-27 | 1 | -1/+1 |
* | | r300g: fix use of uninitialised variables. | Dave Airlie | 2009-12-27 | 1 | -2/+2 |
* | | r300g: rename modesetting_drv.so to radeong_drv.so | Dave Airlie | 2009-12-27 | 2 | -16/+26 |
* | | softpipe: Flush draw module when fragment pipeline state changes. | José Fonseca | 2009-12-26 | 3 | -4/+21 |
* | | llvmpipe: Treat state changes systematically. | José Fonseca | 2009-12-26 | 4 | -11/+38 |
* | | i965: Extra asserts on flow control instructions to clarify for clang. | Eric Anholt | 2009-12-26 | 1 | -1/+3 |
* | | i965: Clean up double initialization of dst_flags from a rebase resolve. | Eric Anholt | 2009-12-26 | 1 | -4/+0 |
* | | i965: Fix setup of immediate types for gen4 disasm. | Eric Anholt | 2009-12-26 | 1 | -1/+1 |
* | | llvmpipe: Use comments and more code from softpipe's is_texture_referenced im... | José Fonseca | 2009-12-26 | 1 | -0/+8 |
* | | softpipe: Flush draw module before switching framebuffer. | José Fonseca | 2009-12-26 | 1 | -0/+2 |
* | | llvmpipe: Flush draw module before switching framebuffer. | José Fonseca | 2009-12-26 | 1 | -0/+2 |
* | | tgsi: Don't dump parenthesis for negation. | José Fonseca | 2009-12-26 | 1 | -3/+1 |