summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: disconnect vertex texture sampling from the setupZack Rusin2010-07-068-89/+85
* draw: implement vertex texture sampling using llvmZack Rusin2010-07-066-4/+96
* r300/compiler: Implement KILP opcode.Tom Stellard2010-07-061-1/+1
* llvmpipe: ensure all bins are reset avoids memory corruption.Alan Hourihane2010-07-061-2/+2
* llvmpipe: wait for queries being finished when asked for it or before deletionRoland Scheidegger2010-07-051-6/+26
* i915g: Remove unnecessary header.Vinson Lee2010-07-041-1/+0
* i915g: Minor cleanupsJakob Bornecrantz2010-07-042-9/+16
* i915g: Make batchbuffer flush function not be inlineJakob Bornecrantz2010-07-043-15/+28
* i915g: Rename texture state to map stateJakob Bornecrantz2010-07-041-23/+23
* i915g: Move fragment state to its own fileJakob Bornecrantz2010-07-046-17/+64
* i915g: Move static state to its own fileJakob Bornecrantz2010-07-044-18/+50
* i915g: Don't dirty dynamic state if it hasn't changedJakob Bornecrantz2010-07-041-1/+4
* i915g: Don't flush after blitJakob Bornecrantz2010-07-041-2/+0
* i915g: Don't flush empty batchbuffersJakob Bornecrantz2010-07-041-2/+0
* r300g: fix warningsMarek Olšák2010-07-031-2/+5
* r300/compiler: Use hardware flow control instructions for loops on r500.Tom Stellard2010-07-031-1/+2
* r300g: Fix typo in r300_reg.hTom Stellard2010-07-031-2/+2
* gallivm: Support multiple pixels in lp_build_fetch_rgba_aos().José Fonseca2010-07-021-1/+3
* softpipe: fix incorrect blend func index passed to blend_quad()Brian Paul2010-07-021-8/+15
* softpipe: better assertionsBrian Paul2010-07-021-7/+7
* gallivm: Fix 4 x unorm8 -> 4 x float conversion.José Fonseca2010-07-021-1/+1
* r600: use gallium list macros instead of making our own.Dave Airlie2010-07-027-109/+96
* llvmpipe: silence pointer type warningsBrian Paul2010-07-011-4/+8
* gallivm: Support 4 x unorm8 in lp_build_fetch_rgba_aos().José Fonseca2010-07-011-71/+159
* gallivm: Allow to conversions to/from registers of different sizes.José Fonseca2010-07-011-4/+16
* llvmpipe: Remove lp_build_swizzle2_aos().José Fonseca2010-07-011-22/+19
* llvmpipe: another null pointer checkBrian Paul2010-06-301-1/+1
* llvmpipe: use dummy tile when out of memoryBrian Paul2010-06-303-14/+33
* llvmpipe: added new lp_memory.[ch] filesBrian Paul2010-06-304-0/+99
* llvmpipe: Add a new scene state to describe scenes which only have state chan...José Fonseca2010-06-302-19/+26
* llvmpipe: Don't reset the bin when there's a zsbuf bound.José Fonseca2010-06-301-1/+2
* r300g: add workaround for multiple contextsMarek Olšák2010-06-303-1/+9
* r300g: move one flush from winsys to the contextMarek Olšák2010-06-302-19/+33
* llvmpipe: don't crash/assert on out of memoryBrian Paul2010-06-293-13/+16
* llvmpipe: restore call to lp_setup_update_state()Brian Paul2010-06-291-0/+6
* mesa: initial support for ARB_geometry_shader4Zack Rusin2010-06-283-0/+7
* util: reference surfaces and sampler views in blitter when saving themMarek Olšák2010-06-292-23/+3
* glhd: Build with sconsJakob Bornecrantz2010-06-281-2/+2
* glhd: Re-integrate with the debug systemJakob Bornecrantz2010-06-281-1/+5
* glhd: Remove leftover fileJakob Bornecrantz2010-06-281-35/+0
* Merge branch 'gallium-drm-driver-drescriptor'Jakob Bornecrantz2010-06-2830-399/+107
|\
| * nouveau: Remove reference to drm_apiJakob Bornecrantz2010-06-241-1/+1
| * gallium: Remove drm_api and all references to itJakob Bornecrantz2010-06-248-269/+1
| * r600g: Move bootstrap code to targetJakob Bornecrantz2010-06-245-5/+13
| * i965g: Move bootstrap code to targetsJakob Bornecrantz2010-06-233-7/+15
| * i965g: Moved pci_id to winsys structJakob Bornecrantz2010-06-232-5/+6
| * r300g: Move bootstrap code to targetsJakob Bornecrantz2010-06-063-4/+11
| * i915g: Move bootstrap code to targetsJakob Bornecrantz2010-06-063-7/+14
| * svga: Move bootstrap code to targetsJakob Bornecrantz2010-06-063-3/+43
* | llvmpipe: set WRITE_ALL only a per-tile basis in lp_resource_copy().José Fonseca2010-06-281-9/+17