Age | Commit message (Expand) | Author |
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: 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-06 | egl: improved Makefile | Brian Paul |
2008-06-06 | egl: EGL->DRI adaptor/driver | Brian Paul |
2008-06-06 | egl: clean-ups | Brian Paul |
2008-06-06 | mesa: disable visual warning unless LIBGL_DEBUG is defined | Brian Paul |
2008-06-06 | egl: make _eglChooseDRMDriver() non-static | Brian Paul |
2008-06-06 | egl: change default logging level to _EGL_WARNING | Brian Paul |
2008-06-06 | gallium: additional comment | Brian Paul |
2008-06-06 | mesa: sync up with latest Makefile changes on master | Brian Paul |
2008-06-06 | draw: fix intermediate buffer confusion in draw_vs_varient.c | Keith Whitwell |
2008-06-06 | egl: open X display if needed | Brian Paul |
2008-06-06 | mesa: turn off ffvertex prog debug | Keith Whitwell |
2008-06-06 | draw: make sure middle-end primitive is uptodate in vcache | Keith Whitwell |
2008-06-06 | i915: Moved EGL_i915 to the common code | Jakob Bornecrantz |
2008-06-06 | i915: Moved pipe_buffer and i915_winsys functions to a common folder | Jakob Bornecrantz |
2008-06-06 | draw: Compile draw_vs_aos only on x86. | José Fonseca |
2008-06-05 | sync up with Makefile changes on master | Brian Paul |
2008-06-05 | Move construction of libOSMesa.so into src/mesa/drivers/osmesa/Makefile | Brian Paul |
2008-06-05 | insert mesa/ before include files | Brian Paul |
2008-06-05 | egl: assorted fixes for Windows | Jonathan White |
2008-06-05 | mesa: always build libglapi.a, updated subdir, gl.pc rule code from master | Brian Paul |
2008-06-05 | egl: updated SUBDIRS | Brian Paul |
2008-06-05 | egl: new src/egl/drivers/Makefile | Brian Paul |
2008-06-05 | mesa: Makefile comment | Brian Paul |