summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2008-06-04egl: updated egl.h include pathsBrian Paul
2008-06-04egl: updated include paths (s/GLES/EGL/)Brian Paul
2008-06-04egl: added OpenGL ES 2.0 header files in new GLES2 directoryBrian Paul
2008-06-04egl: created GLES/egl.h backward-compatibility header (see comments inside)Brian Paul
2008-06-04egl: moved egl.h into EGL/ directoryBrian Paul
2008-06-04egl: moved eglext.h into EGL/ directoryBrian Paul
2008-06-04scons: Some provisions to cross-compile x86 on x86_64 machines and vice-versa.José Fonseca
2008-06-04scons: Generate matypes.h at build time.José Fonseca
Also cleanup mesa SConscript.
2008-06-04mesa: Remove assyntax.h include from generated matypes.h.José Fonseca
matypes.h doesn't really depend on assyntax.h; assyntax.h is only present on x86; and this way we remove the need of grep being available (which is relevant for scons and non-unix platforms).
2008-06-04gallium: added tgsi_is_passthrough_shader() functionBrian Paul
Checks if all instructions are of the form MOV OUT[n], IN[n] Untested at this time.
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-04Build with -O2Alan Hourihane
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
2008-06-02i915: Implement and use the reworked batchbuffer codeJakob Bornecrantz
2008-06-02i915: Rework of batchbuffer codeJakob Bornecrantz
2008-06-03scons: Integrate gdi winsys.José Fonseca
Conditional build of the winsys based on the platform.