summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-06-09glsl: fix array size initialiazers using const variablesZack Rusin
2008-06-09gallium: disable a tgsi_dump() callBrian Paul
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: Add MESA_FORMAT_S8_Z24 texture formatJakob Bornecrantz
2008-06-07draw: fix temp vs output buffer typo in vsvg_run_eltsKeith Whitwell
2008-06-07Fix CRLF line endings.Jose Fonseca
2008-06-06egl: improved MakefileBrian Paul
2008-06-06egl: EGL->DRI adaptor/driverBrian Paul
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-06mesa: sync up with latest Makefile changes on masterBrian Paul
2008-06-06draw: fix intermediate buffer confusion in draw_vs_varient.cKeith Whitwell
2008-06-06egl: open X display if neededBrian Paul
2008-06-06mesa: turn off ffvertex prog debugKeith Whitwell
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-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
2008-06-05insert mesa/ before include filesBrian Paul
2008-06-05egl: assorted fixes for WindowsJonathan White
2008-06-05mesa: always build libglapi.a, updated subdir, gl.pc rule code from masterBrian 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
2008-06-05egl: minor tweaksBrian Paul
2008-06-04Set the attribute as used.Alan Hourihane
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
2008-06-04egl: updated include paths (s/GLES/EGL/)Brian Paul
2008-06-04scons: Generate matypes.h at build time.José Fonseca
2008-06-04mesa: Remove assyntax.h include from generated matypes.h.José Fonseca
2008-06-04gallium: added tgsi_is_passthrough_shader() functionBrian Paul
2008-06-04egl: prototype some multi-API codeBrian Paul
2008-06-04draw: init vsvg draw pointerKeith Whitwell
2008-06-04gallium: Define PIPE_CAP_GUARD_BAND_* capabilities.Michal Krol
2008-06-04draw: respect driver's max vertex buffer sizeKeith Whitwell
2008-06-03Merge branch 'gallium-tex-surfaces' into gallium-0.1Keith Whitwell
2008-06-03i915: Fix compile on linux-dri-debugJakob Bornecrantz
2008-06-03draw: Use register names more consistently.Michal Krol
2008-06-03draw: Fix fetch_src(). Resurrect SSE version of DP3.Michal Krol
2008-06-02draw: Fix DP3 implementation by replacing SSE with x87 version.Michal Krol
2008-06-02i915: Removed useless definesJakob Bornecrantz