summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-03-05mesa: add wglext.h to tarball listBrian Paul1-0/+1
2009-03-05gl: added include/GL/wglext.hBrian Paul1-0/+813
2009-03-05softpipe: added null ptr check for align_free() call in vbuf codeBrian Paul1-1/+2
2009-03-05r300-gallium: C++ compat fix.Corbin Simpson1-4/+4
2009-03-05radeon-gallium: fix dri2 buildJoakim Sindholt1-3/+3
2009-03-05gl: update glext.h to version 46Brian Paul1-4/+68
2009-03-04radeon-gallium: Add Xorg state tracker Radeon winsys stub.Corbin Simpson1-0/+154
2009-03-04radeon-gallium: Only build drivers for state trackers that are enabled.Corbin Simpson1-1/+1
2009-03-04tests: add new mapbufrange.c test to test GL_ARB_map_buffer_rangeBrian Paul2-1/+206
2009-03-04fix incorrect prototype for glMapBufferRange() in glext.hBrian Paul1-2/+2
2009-03-04i965: add software fallback for conformant 3D textures and GL_CLAMPRobert Ellison5-11/+41
2009-03-04radeon-gallium: Enable EGL and Xorg state trackers.Corbin Simpson3-1/+67
2009-03-04radeon-gallium: DRI2 state tracker, part 3.Corbin Simpson15-728/+78
2009-03-04r300-gallium: Add unaccelerated surface_copy.Corbin Simpson1-0/+62
2009-03-04mesa: call _mesa_get_cpu_string() to get CPU info for GL_RENDERER stringBrian Paul1-66/+8
2009-03-04mesa: call _mesa_get_cpu_features() during one-time-initBrian Paul1-0/+3
2009-03-04mesa: new cpuinfo.c file to init/query cpu info and extensionsBrian Paul4-0/+158
2009-03-04mesa: _mesa_get_x86_features() only needs to do its thing onceBrian Paul1-0/+8
2009-03-05st/xorg: Clean up xorg_exa.c a bitJakob Bornecrantz1-22/+0
2009-03-05st/xorg: Change format function a bitJakob Bornecrantz1-9/+19
2009-03-05st/xorg: Fix transfer double freeJakob Bornecrantz1-4/+10
2009-03-05intel: Fixup from refcount changesJakob Bornecrantz1-0/+1
2009-03-05mesa: Add x86/common_x86.c to libmesagallium.aJakob Bornecrantz1-0/+1
2009-03-04mesa: move sse.h and 3dnow.h #includesBrian Paul3-44/+9
2009-03-04mesa: remove unneeded x86.h headerBrian Paul2-2/+0
2009-03-04mesa: make _mesa_init_x86_transform_asm() staticBrian Paul2-2/+2
2009-03-04mesa: rename common_x86_macros.h -> x86_xform.hBrian Paul5-6/+6
2009-03-04mesa: rename x86.c -> x86_xform.cBrian Paul3-2/+2
2009-03-04mesa: refactor x86 codeBrian Paul3-52/+77
2009-03-04Merge commit 'origin/master' into gallium-map-rangeJosé Fonseca9-8/+1655
2009-03-04indices: add translate/generate functions for unfilled modesKeith Whitwell6-1/+1622
2009-03-04clear-repeat: print fps, use 300x300 window sizeKeith Whitwell1-1/+19
2009-03-04autoconf: Restore _GNU_SOURCE for all Linux systemsDan Nicholson1-1/+1
2009-03-04nouveau: oops, forgot to keep the NV10_SIFM objectPatrice Mandin1-0/+4
2009-03-04nouveau: Use proper SIFM object on NV30Patrice Mandin1-6/+10
2009-03-04mesa: Follow ARB_map_buffer_range more stricly.José Fonseca3-12/+37
2009-03-04gallium: Use consistent semantics for map ranges in gallium.José Fonseca2-12/+20
2009-03-04Merge commit 'origin/master' into gallium-map-rangeJosé Fonseca2-1/+10
2009-03-04vbo: second attempt - avoid getting buffer_ptr and buffer_map out of syncKeith Whitwell2-1/+10
2009-03-04Merge commit 'origin/master' into gallium-map-rangeJosé Fonseca3-14/+10
2009-03-04mesa: Clear cache->trans after destroying the transfer.José Fonseca1-0/+1
2009-03-04mesa: Clear cache->trans after destroying the transfer.José Fonseca1-0/+1
2009-03-04cell: update cell driver after gallium reference count changesBrian Paul3-14/+10
2009-03-04Revert "vbo: avoid getting buffer_ptr and buffer_map out of sync"Keith Whitwell2-8/+1
2009-03-04gallium: Ensure map ranges are valid.José Fonseca1-0/+4
2009-03-04vbo: avoid getting buffer_ptr and buffer_map out of syncKeith Whitwell2-1/+8
2009-03-04Merge commit 'origin/master' into gallium-map-rangeJosé Fonseca141-1112/+1012
2009-03-04vbo: use FLUSH_UPDATE_CURRENT flag to indicate whether the vbo module is activeKeith Whitwell1-6/+4
2009-03-04mesa: include mfeatures.hBrian Paul1-0/+3
2009-03-04mesa: Implement and use FlushMappedBufferRange.José Fonseca2-2/+20