summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-06-09i915: Disable color buffer writes if no color buffer is attachedJakob Bornecrantz
2008-06-09mesa: Most of the functions of MESA_TEXTURE_S8_Z24 are now supportedJakob Bornecrantz
2008-06-08mesa: Do not compile the dri drivers in mesaJakob Bornecrantz
2008-06-08mesa: Add MESA_FORMAT_S8_Z24 texture formatJakob Bornecrantz
None of the fetch and store functions implemented. This atleast stops shadowtex from locking the GPU on i915 with the linux-dri-x86 target. It most of it looks okay, with the exception of actually displaying the texture.
2008-06-07draw: fix temp vs output buffer typo in vsvg_run_eltsKeith Whitwell
2008-06-07Fix CRLF line endings.Jose Fonseca
2008-06-07Fix CRLF line endings.Jose Fonseca
2008-06-06egl: improved MakefileBrian Paul
2008-06-06egl: EGL->DRI adaptor/driverBrian Paul
Allows regular DRI drivers to work with libEGL.
2008-06-06egl: clean-upsBrian Paul
2008-06-06mesa: disable visual warning unless LIBGL_DEBUG is definedBrian Paul
2008-06-06egl: make _eglChooseDRMDriver() non-staticBrian Paul
2008-06-06egl: change default logging level to _EGL_WARNINGBrian Paul
2008-06-06gallium: additional commentBrian Paul
2008-06-06egl: updated EGLAPI for WindowsJonathan White
2008-06-06mesa: sync up with latest Makefile changes on masterBrian Paul
2008-06-06draw: fix intermediate buffer confusion in draw_vs_varient.cKeith Whitwell
The final output buffer can't be used to hold intermediate results as the intermediate vertex size may be greater than the final vertex size, and in any case the output buffer may be uncached in hw drivers.
2008-06-06egl: open X display if neededBrian Paul
2008-06-06mesa: turn off ffvertex prog debugKeith Whitwell
2008-06-06gallium: Only build intel_drm for linux-dri targetsJakob Bornecrantz
2008-06-06draw: make sure middle-end primitive is uptodate in vcacheKeith Whitwell
2008-06-06i915: Moved EGL_i915 to the common codeJakob Bornecrantz
2008-06-06i915: Moved pipe_buffer and i915_winsys functions to a common folderJakob Bornecrantz
2008-06-06scons: Don't force MSVS 2003.José Fonseca
2008-06-06scons: Put the tool logic in a frontend tool.José Fonseca
More logic can be shared between public and private branches this way.
2008-06-06draw: Compile draw_vs_aos only on x86.José Fonseca
2008-06-05sync up with Makefile changes on masterBrian Paul
2008-06-05Move construction of libOSMesa.so into src/mesa/drivers/osmesa/MakefileBrian Paul
This removes some cruft from src/mesa/Makefile. Something similar could be done for stand-alone / Xlib-Mesa libGL...
2008-06-05insert mesa/ before include filesBrian Paul
(picked from master)
2008-06-05egl: assorted fixes for WindowsJonathan White
Note that int32_t is typedef'd both in p_compiler.h and eglplatform.h
2008-06-05build egl_xlib/ too (softpipe_egl.so library)Brian Paul
2008-06-05mesa: always build libglapi.a, updated subdir, gl.pc rule code from masterBrian Paul
2008-06-05egl: build libEGL and softpipe_egl.so by defaultBrian Paul
2008-06-05egl: updated SUBDIRSBrian Paul
2008-06-05egl: new src/egl/drivers/MakefileBrian Paul
2008-06-05mesa: Makefile commentBrian Paul
2008-06-05mesa: remove EXT/NV suffixes from _mesa_PointParameter functionsBrian Paul
2008-06-05mesa: added _mesa_DrawArrays, DrawElements, DrawRangeElements() wrappers for ↵Brian Paul
VBO funcs
2008-06-05egl: minor tweaksBrian Paul
2008-06-05pull in minor mklib change to fix debuggingKeith Whitwell
2008-06-04sync up with glxgears.c from masterBrian Paul
2008-06-04Set the attribute as used.Alan Hourihane
2008-06-04egl: single triangle testBrian Paul
2008-06-04egl: fix X visual selectionBrian Paul
2008-06-04egl: query/print EGL_NATIVE_VISUAL_IDBrian Paul
Other whitespace/etc clean-ups.
2008-06-04egl: do proper setup/init of EGL configsBrian Paul
2008-06-04egl: in _eglAddConfig() just save a pointer to the config; don't copy the configBrian Paul
This allows subclassing by drivers.
2008-06-04egl: Added peglgears, gears that uses pbuffersJakob Bornecrantz
2008-06-04egl: new GLES/glplatform.h headerBrian Paul
2008-06-04egl: updated GLES/gl.h and GLES/glext.h headers from Khronos.orgBrian Paul