Age | Commit message (Expand) | Author |
2008-06-10 | mesa: remove unnecessary swrast, tnl includes | Brian Paul |
2008-06-10 | gallium: remove stray include of st_context.h | Brian Paul |
2008-06-10 | add some missing rule dependencies | Brian Paul |
2008-06-10 | Revert "draw: no need to rearrange most primitives in vcache for flatshade-fi... | Keith Whitwell |
2008-06-10 | draw: no need to rearrange most primitives in vcache for flatshade-first | Keith Whitwell |
2008-06-10 | draw: fix edgeflags on clipped poly emit | Keith Whitwell |
2008-06-10 | trivial: add trifan tests | Keith Whitwell |
2008-06-10 | trivial: add poly-flat-clip tests | Keith Whitwell |
2008-06-10 | trivial: add tristrip-flat to makefile | Keith Whitwell |
2008-06-10 | copy msaa visuals capability | Roland Scheidegger |
2008-06-10 | draw: rework splitting of fan/loop prims in varray.c, fix flatshade issues | Keith Whitwell |
2008-06-10 | softpipe: Replace GETENV by debug_get_bool_option. | José Fonseca |
2008-06-10 | gallium: Detect buffer overflows in the homegrown memory debugger. | José Fonseca |
2008-06-10 | pipebuffer: Alternative buffer manager. | José Fonseca |
2008-06-10 | pipebuffer: Be more lenient when matching cached buffer sizes. | José Fonseca |
2008-06-10 | gallium: Deprecate GETENV. Replace by debug_get_bool_option. | José Fonseca |
2008-06-09 | mesa: Xlib libGL.so fixes from master | Brian Paul |
2008-06-09 | mesa: remove unused api_eval.h header file | Brian Paul |
2008-06-09 | mesa: refactor: move _mesa_update_minmax/histogram() into image.c | Brian Paul |
2008-06-09 | mesa: refactor: move multisample-related functions into new multisample.c file | Brian Paul |
2008-06-09 | mesa: refactor: move _mesa_resizebuffers(), _mesa_ResizeBuffersMESA() to fram... | Brian Paul |
2008-06-09 | mesa: refactor: move glClear, glClearColor into new clear.c file. | Brian Paul |
2008-06-09 | gallium: include scissor.h | Brian Paul |
2008-06-09 | mesa: refactor: move scissor functions into new scissor.c file | Brian Paul |
2008-06-09 | mesa: refactor: move _mesa_init_exec_table() into new api_exec.c file | Brian Paul |
2008-06-09 | mesa: refactor: move pixel map/scale/bias code into image.c | Brian Paul |
2008-06-09 | mesa: refactor: new _mesa_init_pixelstore() function | Brian Paul |
2008-06-09 | mesa: refactor: move glReadPixels code into new readpix.c file | Brian Paul |
2008-06-09 | mesa: refactor: move glPixelStore function into new pixelstore.c file | Brian Paul |
2008-06-09 | s/SOLO/MESA/ | Brian Paul |
2008-06-09 | mesa: chmod a-x context.c | Brian Paul |
2008-06-09 | Makefile clean-ups | Brian Paul |
2008-06-09 | more old stuff, rename SOLO->MESA, etc | Brian Paul |
2008-06-09 | mesa: disable VF_SOURCES | Brian Paul |
2008-06-09 | mesa: remove some obsolete gallium bits | Brian Paul |
2008-06-09 | mesa: get rid of FBDEV/SVGA/etc bits | Brian Paul |
2008-06-09 | egl: s/softpipe_egl.so/egl_softpipe.so/ | Brian Paul |
2008-06-09 | egl: choose between DRI and softpipe drivers | Brian Paul |
2008-06-09 | glsl: fix array size initialiazers using const variables | Zack Rusin |
2008-06-09 | gallium: disable a tgsi_dump() call | Brian Paul |
2008-06-09 | i915: Disable color buffer writes if no color buffer is attached | Jakob Bornecrantz |
2008-06-09 | mesa: Most of the functions of MESA_TEXTURE_S8_Z24 are now supported | Jakob Bornecrantz |
2008-06-08 | mesa: Do not compile the dri drivers in mesa | Jakob Bornecrantz |
2008-06-08 | mesa: Add MESA_FORMAT_S8_Z24 texture format | Jakob Bornecrantz |
2008-06-07 | draw: fix temp vs output buffer typo in vsvg_run_elts | Keith Whitwell |
2008-06-07 | Fix CRLF line endings. | Jose Fonseca |
2008-06-07 | Fix CRLF line endings. | Jose Fonseca |
2008-06-06 | egl: improved Makefile | Brian Paul |
2008-06-06 | egl: EGL->DRI adaptor/driver | Brian Paul |
2008-06-06 | egl: clean-ups | Brian Paul |