- f5801fb trivial: add poly-flat-clip tests by Keith Whitwell · 16 years ago
- d915f40 trivial: add tristrip-flat to makefile by Keith Whitwell · 16 years ago
- d85f1e9 copy msaa visuals capability by Roland Scheidegger · 16 years ago
- 061e1c6 draw: rework splitting of fan/loop prims in varray.c, fix flatshade issues by Keith Whitwell · 16 years ago
- 7d3bab5 softpipe: Replace GETENV by debug_get_bool_option. by José Fonseca · 16 years ago
- 3531c52 gallium: Detect buffer overflows in the homegrown memory debugger. by José Fonseca · 16 years ago
- 0c5b1a8 pipebuffer: Alternative buffer manager. by José Fonseca · 16 years ago
- 4b52f4d pipebuffer: Be more lenient when matching cached buffer sizes. by José Fonseca · 16 years ago
- a70684b gallium: Deprecate GETENV. Replace by debug_get_bool_option. by José Fonseca · 16 years ago
- 5f46bf7 mesa: Xlib libGL.so fixes from master by Brian Paul · 16 years ago
- 0116ec1 mesa: remove unused api_eval.h header file by Brian Paul · 16 years ago
- eded7f0 mesa: refactor: move _mesa_update_minmax/histogram() into image.c by Brian Paul · 16 years ago
- bce428c mesa: refactor: move multisample-related functions into new multisample.c file by Brian Paul · 16 years ago
- 9091015 mesa: refactor: move _mesa_resizebuffers(), _mesa_ResizeBuffersMESA() to framebuffer.c by Brian Paul · 16 years ago
- eade430 mesa: refactor: move glClear, glClearColor into new clear.c file. by Brian Paul · 16 years ago
- 8cad318 gallium: include scissor.h by Brian Paul · 16 years ago
- 4be7296 mesa: refactor: move scissor functions into new scissor.c file by Brian Paul · 16 years ago
- b36e6f0 mesa: refactor: move _mesa_init_exec_table() into new api_exec.c file by Brian Paul · 16 years ago
- 74c82eb mesa: refactor: move pixel map/scale/bias code into image.c by Brian Paul · 16 years ago
- 5f91007 mesa: refactor: new _mesa_init_pixelstore() function by Brian Paul · 16 years ago
- d960a06 mesa: refactor: move glReadPixels code into new readpix.c file by Brian Paul · 16 years ago
- f26baad mesa: refactor: move glPixelStore function into new pixelstore.c file by Brian Paul · 16 years ago
- ffeb901 s/SOLO/MESA/ by Brian Paul · 16 years ago
- 4f15e3e mesa: chmod a-x context.c by Brian Paul · 16 years ago
- d7205ba Makefile clean-ups by Brian Paul · 16 years ago
- ac7f416 more old stuff, rename SOLO->MESA, etc by Brian Paul · 16 years ago
- 137dbe7 mesa: disable VF_SOURCES by Brian Paul · 16 years ago
- 5f621f6 mesa: remove some obsolete gallium bits by Brian Paul · 16 years ago
- 44c347c mesa: get rid of FBDEV/SVGA/etc bits by Brian Paul · 16 years ago
- 6420a62 egl: s/softpipe_egl.so/egl_softpipe.so/ by Brian Paul · 16 years ago
- 50d59c8 egl: choose between DRI and softpipe drivers by Brian Paul · 16 years ago
- 1954f49 glsl: fix array size initialiazers using const variables by Zack Rusin · 16 years ago
- 1c316f1 gallium: disable a tgsi_dump() call by Brian Paul · 16 years ago
- cfc23bc i915: Disable color buffer writes if no color buffer is attached by Jakob Bornecrantz · 16 years ago
- 2e3e518 mesa: Most of the functions of MESA_TEXTURE_S8_Z24 are now supported by Jakob Bornecrantz · 16 years ago
- 80ab4c3 mesa: Do not compile the dri drivers in mesa by Jakob Bornecrantz · 16 years ago
- f4535f6 mesa: Add MESA_FORMAT_S8_Z24 texture format by Jakob Bornecrantz · 16 years ago
- a47c222 draw: fix temp vs output buffer typo in vsvg_run_elts by Keith Whitwell · 16 years ago
- 3c20793 Fix CRLF line endings. by Jose Fonseca · 16 years ago
- e9c8959 Fix CRLF line endings. by Jose Fonseca · 16 years ago
- f374734 egl: improved Makefile by Brian Paul · 16 years ago
- 8dafe47 egl: EGL->DRI adaptor/driver by Brian Paul · 16 years ago
- ab102d5 egl: clean-ups by Brian Paul · 16 years ago
- f82d5cf mesa: disable visual warning unless LIBGL_DEBUG is defined by Brian Paul · 16 years ago
- 47ddcd2 egl: make _eglChooseDRMDriver() non-static by Brian Paul · 16 years ago
- f6e030f egl: change default logging level to _EGL_WARNING by Brian Paul · 16 years ago
- f0fdf0c gallium: additional comment by Brian Paul · 16 years ago
- adaf038 egl: updated EGLAPI for Windows by Jonathan White · 16 years ago
- 53076e8 mesa: sync up with latest Makefile changes on master by Brian Paul · 16 years ago
- 463a47b draw: fix intermediate buffer confusion in draw_vs_varient.c by Keith Whitwell · 16 years ago
- 0a84d32 egl: open X display if needed by Brian Paul · 16 years ago
- e4fda51 mesa: turn off ffvertex prog debug by Keith Whitwell · 16 years ago
- 3d514a9 gallium: Only build intel_drm for linux-dri targets by Jakob Bornecrantz · 16 years ago
- 0931b42 draw: make sure middle-end primitive is uptodate in vcache by Keith Whitwell · 16 years ago
- 1a2c445 i915: Moved EGL_i915 to the common code by Jakob Bornecrantz · 16 years ago
- adbdabb i915: Moved pipe_buffer and i915_winsys functions to a common folder by Jakob Bornecrantz · 16 years ago
- 18953a8 scons: Don't force MSVS 2003. by José Fonseca · 16 years ago
- b04aa71 scons: Put the tool logic in a frontend tool. by José Fonseca · 16 years ago
- f27c772 draw: Compile draw_vs_aos only on x86. by José Fonseca · 16 years ago
- eb189c8 sync up with Makefile changes on master by Brian Paul · 16 years ago
- 949600b Move construction of libOSMesa.so into src/mesa/drivers/osmesa/Makefile by Brian Paul · 16 years ago
- 20e2bb3 insert mesa/ before include files by Brian Paul · 16 years ago
- fe1a2d1 egl: assorted fixes for Windows by Jonathan White · 16 years ago
- b11aad2 build egl_xlib/ too (softpipe_egl.so library) by Brian Paul · 16 years ago
- d607e30 mesa: always build libglapi.a, updated subdir, gl.pc rule code from master by Brian Paul · 16 years ago
- e7725e1 egl: build libEGL and softpipe_egl.so by default by Brian Paul · 16 years ago
- 3b28aab egl: updated SUBDIRS by Brian Paul · 16 years ago
- d5cf57d egl: new src/egl/drivers/Makefile by Brian Paul · 16 years ago
- cca1ae7 mesa: Makefile comment by Brian Paul · 16 years ago
- 16e8ee3 mesa: remove EXT/NV suffixes from _mesa_PointParameter functions by Brian Paul · 16 years ago
- feb722f mesa: added _mesa_DrawArrays, DrawElements, DrawRangeElements() wrappers for VBO funcs by Brian Paul · 16 years ago
- f6bb2f8 egl: minor tweaks by Brian Paul · 16 years ago
- da7b3d2 pull in minor mklib change to fix debugging by Keith Whitwell · 16 years ago
- d8de01b sync up with glxgears.c from master by Brian Paul · 16 years ago
- 25641d5 Set the attribute as used. by Alan Hourihane · 16 years ago
- 2154cb4 egl: single triangle test by Brian Paul · 16 years ago
- bf527cc egl: fix X visual selection by Brian Paul · 16 years ago
- b9d35c7 egl: query/print EGL_NATIVE_VISUAL_ID by Brian Paul · 16 years ago
- af31e5d egl: do proper setup/init of EGL configs by Brian Paul · 16 years ago
- 97035cb egl: in _eglAddConfig() just save a pointer to the config; don't copy the config by Brian Paul · 16 years ago
- 88f86c9 egl: Added peglgears, gears that uses pbuffers by Jakob Bornecrantz · 16 years ago
- 1b386f4 egl: new GLES/glplatform.h header by Brian Paul · 16 years ago
- 3783994 egl: updated GLES/gl.h and GLES/glext.h headers from Khronos.org by Brian Paul · 16 years ago
- af540ef egl: updated egl.h include paths by Brian Paul · 16 years ago
- 19ca6ce egl: updated include paths (s/GLES/EGL/) by Brian Paul · 16 years ago
- 0ebc94d egl: added OpenGL ES 2.0 header files in new GLES2 directory by Brian Paul · 16 years ago
- df8f9a1 egl: created GLES/egl.h backward-compatibility header (see comments inside) by Brian Paul · 16 years ago
- 493f3a0 egl: moved egl.h into EGL/ directory by Brian Paul · 16 years ago
- 3e702fa egl: moved eglext.h into EGL/ directory by Brian Paul · 16 years ago
- 113ab51 scons: Some provisions to cross-compile x86 on x86_64 machines and vice-versa. by José Fonseca · 16 years ago
- 5c9c6b0 scons: Generate matypes.h at build time. by José Fonseca · 16 years ago
- fc286ff mesa: Remove assyntax.h include from generated matypes.h. by José Fonseca · 16 years ago
- 8223add gallium: added tgsi_is_passthrough_shader() function by Brian Paul · 16 years ago
- 4ebfc3c egl: prototype some multi-API code by Brian Paul · 16 years ago
- b98ac1d draw: init vsvg draw pointer by Keith Whitwell · 16 years ago
- 43b92a6 gallium: Define PIPE_CAP_GUARD_BAND_* capabilities. by Michal Krol · 16 years ago
- 0a4aea0 draw: respect driver's max vertex buffer size by Keith Whitwell · 16 years ago
- c218b8c Build with -O2 by Alan Hourihane · 16 years ago
- 5b6ea6b Merge branch 'gallium-tex-surfaces' into gallium-0.1 by Keith Whitwell · 16 years ago
- afd635a i915: Fix compile on linux-dri-debug by Jakob Bornecrantz · 16 years ago