summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-03-04Merge commit 'origin/master' into gallium-map-rangegallium-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
2009-03-04gallium: Remove some superfluous instances of #include "p_inlines.h".Michel Dänzer24-25/+0
2009-03-04gallium: Unify reference counting.Michel Dänzer102-943/+653
2009-03-03r300-gallium, radeon-gallium: Continue migration to DRI2 state_tracker, part 2.Corbin Simpson4-3/+45
2009-03-03r300-gallium, radeon-gallium: Begin migration to DRI2 state tracker, part 1.Corbin Simpson14-72/+190
2009-03-03mesa: include main/dd.h in t_vb_points.c and t_vp_build.cBrian Paul2-0/+3
2009-03-04st/dri2: Fake frontbuffer changesJakob Bornecrantz1-1/+10
2009-03-04st/dri2: Hook up flush_frontbufferJakob Bornecrantz4-1/+30
2009-03-04st/dri2: We are strictly a dri2 driverJakob Bornecrantz2-39/+17
2009-03-03st/drm: s/hocks/hooks/Jakob Bornecrantz12-16/+15
2009-03-03gallium: remove old state tracker renderbuffer attachment assertionBrian Paul1-2/+0
2009-03-03xlib: code to force fixed function -> shader translation (for debug, disabled)Brian Paul1-0/+8
2009-03-03mesa: fix sw fallback state validation bugBrian Paul1-10/+28
2009-03-03mesa: Massage the interface to more closely resemble ARB_map_buffer_rangeJosé Fonseca2-7/+9
2009-03-03gallium: Massage the interface to more closely resemble ARB_map_buffer_rangeJosé Fonseca2-71/+36
2009-03-03wgl: Support the same combinations of single buffer pixel formats.José Fonseca1-0/+12
2009-03-03Merge commit 'origin/master' into gallium-map-rangeJosé Fonseca3-35/+136
2009-03-03demos/engine: respect display list mode when drawing pistonsKeith Whitwell1-1/+4
2009-03-03autoconf: Update config.guess and config.sub from upstreamDan Nicholson2-34/+132
2009-03-03Merge commit 'origin/master' into gallium-map-rangeJosé Fonseca80-864/+3536
2009-03-03Merge commit 'origin/gallium-0.1'José Fonseca1-1/+1
2009-03-03pipebuffer: Cleanup merge.José Fonseca1-43/+0
2009-03-03winsys: return null for DONTBLOCK flag on existing winsysKeith Whitwell3-0/+18
2009-03-03pb: fix up merge mistakesKeith Whitwell1-9/+7
2009-03-03pipebuffer: Fix copy'n'paste typo.José Fonseca1-1/+1
2009-03-03Merge commit 'origin/gallium-0.1'Keith Whitwell11-72/+303
2009-03-03vbo: missing line from previous commitKeith Whitwell1-1/+1
2009-03-03mesa/st: implement MapBufferRange callbackKeith Whitwell1-1/+34
2009-03-03vbo: use MapBufferRange where availableKeith Whitwell5-57/+154
2009-03-03mesa: add MapBufferRange driver callbacksKeith Whitwell1-0/+26