summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-06-04egl: in _eglAddConfig() just save a pointer to the config; don't copy the configBrian Paul4-16/+31
2008-06-04egl: Added peglgears, gears that uses pbuffersJakob Bornecrantz2-2/+457
2008-06-04egl: new GLES/glplatform.h headerBrian Paul1-0/+76
2008-06-04egl: updated GLES/gl.h and GLES/glext.h headers from Khronos.orgBrian Paul2-356/+821
2008-06-04egl: updated egl.h include pathsBrian Paul6-9/+12
2008-06-04egl: updated include paths (s/GLES/EGL/)Brian Paul1-2/+2
2008-06-04egl: added OpenGL ES 2.0 header files in new GLES2 directoryBrian Paul3-0/+1114
2008-06-04egl: created GLES/egl.h backward-compatibility header (see comments inside)Brian Paul1-0/+6
2008-06-04egl: moved egl.h into EGL/ directoryBrian Paul1-0/+0
2008-06-04egl: moved eglext.h into EGL/ directoryBrian Paul1-0/+0
2008-06-04scons: Some provisions to cross-compile x86 on x86_64 machines and vice-versa.José Fonseca1-2/+13
2008-06-04scons: Generate matypes.h at build time.José Fonseca1-97/+110
2008-06-04mesa: Remove assyntax.h include from generated matypes.h.José Fonseca17-3/+17
2008-06-04gallium: added tgsi_is_passthrough_shader() functionBrian Paul2-0/+87
2008-06-04egl: prototype some multi-API codeBrian Paul1-10/+19
2008-06-04draw: init vsvg draw pointerKeith Whitwell2-3/+8
2008-06-04gallium: Define PIPE_CAP_GUARD_BAND_* capabilities.Michal Krol1-0/+4
2008-06-04draw: respect driver's max vertex buffer sizeKeith Whitwell10-25/+64
2008-06-04Build with -O2Alan Hourihane1-1/+1
2008-06-03Merge branch 'gallium-tex-surfaces' into gallium-0.1Keith Whitwell1-12/+9
2008-06-03i915: Fix compile on linux-dri-debugJakob Bornecrantz3-4/+3
2008-06-03draw: Use register names more consistently.Michal Krol1-2/+3
2008-06-03draw: Fix fetch_src(). Resurrect SSE version of DP3.Michal Krol1-37/+6
2008-06-02draw: Fix DP3 implementation by replacing SSE with x87 version.Michal Krol1-1/+28
2008-06-02i915: Removed useless definesJakob Bornecrantz3-9/+0
2008-06-02i915: Implement and use the reworked batchbuffer codeJakob Bornecrantz7-95/+52
2008-06-02i915: Rework of batchbuffer codeJakob Bornecrantz4-7/+94
2008-06-03scons: Integrate gdi winsys.José Fonseca5-114/+126
2008-06-03gdi: Port of the gdi mesa driver to gallium (Alan Hourihane).José Fonseca6-0/+2554
2008-06-02draw: fast element translate path without deltaKeith Whitwell1-31/+93
2008-06-02gallium: Replace XSTDCALL by PIPE_CDECL.José Fonseca4-46/+12
2008-06-02gallium: Port util_time functions to windows userspace.José Fonseca1-6/+6
2008-06-02gallium: More tweaks for the cosf/sinf logic.José Fonseca1-2/+10
2008-06-02rtasm: Use enum sse_cc in sse_cmpps.José Fonseca2-2/+2
2008-06-02gallium: Fix log<->cos typo in logf.José Fonseca1-1/+1
2008-06-02gallium: Fix log<->cos typo in logf.José Fonseca1-1/+1
2008-06-02i915: Fixed some warningsJakob Bornecrantz2-3/+2
2008-06-02i915: Fixed initialization of surfaceJakob Bornecrantz1-2/+2
2008-06-02gallium: Hopefully fix the cosf/sinf/etc. conditional compolation logic for g...José Fonseca1-3/+1
2008-06-02gallium: Identify each Windows platform individually from scons.José Fonseca2-22/+35
2008-06-02scons: Set /W3 warning level for all MSVC based platforms.José Fonseca1-3/+5
2008-06-02draw: Fix MSVC warnings.José Fonseca6-12/+13
2008-06-02tgsi: Add assertions to the new rule that when an extended swizzleMichal Krol1-0/+8
2008-06-02brw: SWZ no longer aliases MOV.Michal Krol1-1/+1
2008-06-02i915: SWZ no longer aliases MOV.Michal Krol1-1/+1
2008-06-02cell: SWZ no longer aliases MOV.Michal Krol1-1/+1
2008-06-02tgsi: SWZ no longer aliases to MOV.Michal Krol2-2/+2
2008-06-02gallium: The SWZ opcode no longer aliases MOV.Michal Krol1-2/+6
2008-05-31mesa: Fix build after TGSI declaration interface changes.Michal Krol1-17/+11
2008-05-31brw: Fix build after TGSI declaration interface changes.Michal Krol4-17/+11