summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
* intel: Fix type correctly this timeJakob Bornecrantz2009-01-281-1/+1
* intel: Fix typoJakob Bornecrantz2009-01-281-1/+1
* i915: Add verbose debugingJakob Bornecrantz2009-01-283-3/+14
* i915: Fix batchbuffer dumpingJakob Bornecrantz2009-01-281-3/+3
* i915: Flush on surface copy/clearJakob Bornecrantz2009-01-281-0/+2
* intel: Supply the correct buffers to gemJakob Bornecrantz2009-01-281-3/+5
* gallium: Build EGL st when build glx stJakob Bornecrantz2009-01-281-1/+1
* egl: Adopt to st_framebuffer changesJakob Bornecrantz2009-01-281-2/+1
* pipebuffer: More assertions.José Fonseca2009-01-281-0/+5
* pipebuffer: Fix alignment assertion.José Fonseca2009-01-281-2/+2
* pipebuffer: Export the pipe buffer winsys hooks.José Fonseca2009-01-283-8/+84
* gallium: remove redundant size from the constant bufferZack Rusin2009-01-2710-20/+19
* gallium: it's a reference value, not a reference numberZack Rusin2009-01-2711-11/+11
* gallium: standardize api on the prefix "nr"Zack Rusin2009-01-2725-35/+35
* gallium: standardize naming of masksZack Rusin2009-01-2714-66/+66
* gallium: standardize on stride instead of pitch in the interfaceZack Rusin2009-01-2712-19/+19
* tgsi: silence some warningsKeith Whitwell2009-01-271-0/+37
* draw: silence some warningsKeith Whitwell2009-01-271-1/+4
* i915: queiten compiler warningsKeith Whitwell2009-01-271-1/+0
* failover: queiten compiler warningsKeith Whitwell2009-01-271-0/+7
* draw: queiten compiler warningsKeith Whitwell2009-01-271-1/+4
* egl: compilation fixZack Rusin2009-01-261-2/+4
* nv20: rewrite vertex layoutPekka Paalanen2009-01-261-26/+59
* nv20: adjust initial hw contextPekka Paalanen2009-01-261-5/+5
* g3dvl: Remove dead links to files that are now in libnouveaudrm.Younes Manton2009-01-2420-392/+0
* nouveau: fix st_get_framebuffer_surface() breakagePekka Paalanen2009-01-241-2/+2
* gallium: change the st_get_framebuffer_surface/texture functionsAlan Hourihane2009-01-231-5/+6
* nouveau: Map correct mip level when using the shadow (nv30, nv40).Younes Manton2009-01-212-12/+14
* nouveau: nv30 does not support separate blend functions for alpha and rgbPatrice Mandin2009-01-211-2/+3
* i915: Fix gem backend after surface changesJakob Bornecrantz2009-01-201-3/+1
* gallium: Remove the standalone surfaces.José Fonseca2009-01-2025-654/+217
* xlib: fix dependenciesKeith Whitwell2009-01-191-2/+2
* gallium: minor reformattingBrian Paul2009-01-191-6/+9
* util: add reduced prim helperKeith Whitwell2009-01-191-0/+16
* gallium: use align() intead of round_up()Brian Paul2009-01-191-12/+2
* tgsi: change an if to an else-if, added const qual, added commentsBrian Paul2009-01-191-3/+5
* Merge commit 'origin/gallium-0.2' into gallium-xlib-reworkKeith Whitwell2009-01-192-0/+510
|\
| * xlib: fix compilation after xmesa header movesKeith Whitwell2009-01-195-3/+513
* | Merge commit 'origin/gallium-0.2' into gallium-xlib-reworkKeith Whitwell2009-01-1968-2329/+3147
|\|
| * g3dvl: Some cleanups.Younes Manton2009-01-181-1/+7
| * g3dvl: Ref count everywhere.Younes Manton2009-01-183-46/+52
| * g3dvl: Mark all buffers for incoming frame data as discardable.Younes Manton2009-01-182-10/+10
| * nouveau: Rename buffer on map if discardable, busy, and write-only.Younes Manton2009-01-181-0/+15
| * gallium: Add PIPE_BUFFER_USAGE_DISCARD.Younes Manton2009-01-181-0/+1
| * g3dvl: Return BadAlloc if we can't create an XvMC surface.Younes Manton2009-01-181-0/+6
| * i915: Build gem and egl winsys by defaultJakob Bornecrantz2009-01-191-1/+1
| * i915: Make gem submit commandsJakob Bornecrantz2009-01-192-5/+22
| * egl: Fix swap and creation of front bufferJakob Bornecrantz2009-01-192-20/+120
| * i915: Use new egl state_trackerJakob Bornecrantz2009-01-1814-1552/+86
| * egl: Add a egl state_tracker that use GalliumJakob Bornecrantz2009-01-187-0/+1067