summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/galahad
Commit message (Expand)AuthorAgeFilesLines
* gallium: adapt to get_query_result interface changeMarek Olšák2012-03-301-1/+1
* galahad: Use non-recursive automakeTom Stellard2012-03-141-14/+0
* gallium/drivers: Use automake to generate makefileTom Stellard2012-03-141-0/+3
* gallium: remove unused winsys pointers in pipe_screen and pipe_contextMarek Olšák2012-02-212-3/+0
* gallium: separate out floating-point CAPs into its own enumMarek Olšák2011-11-221-1/+1
* gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie2011-09-181-4/+4
* galahad,util: warn on resource target mismatch in copy_regionMarek Olšák2011-04-211-0/+6
* gallium: remove flags from the flush functionMarek Olšák2011-03-111-2/+0
* gallium: remove the geom_flags param from is_format_supportedMarek Olšák2011-03-111-4/+2
* gallium: cleanup fence_signalled and fence_finishMarek Olšák2011-03-111-8/+4
* gallium: kill is_resource_referencedMarek Olšák2011-03-111-18/+0
* gallium: add timeout parameter to fence_finishMarek Olšák2011-03-081-2/+4
* gallium: notify drivers about possible changes in user buffer contentsMarek Olšák2011-02-141-0/+14
* svga, glhd: Remove incorrect assert and add noteJakob Bornecrantz2010-12-161-0/+2
* gallium: support for array textures and related changesRoland Scheidegger2010-12-024-66/+61
* galahad: Correct the name of the scons libraryJakob Bornecrantz2010-11-101-1/+1
* scons: Add aliases for several pipe drivers.José Fonseca2010-11-021-0/+2
* galahad: silence warningsBrian Paul2010-10-222-3/+3
* gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri2010-09-142-2/+14
* galahad: do map/unmap counting for resourcesBrian Paul2010-09-032-0/+18
* util: remove util_is_pot in favor of util_is_power_of_twoMarek Olšák2010-08-291-1/+1
* galahad: remove incorrect comment just addedLuca Barbieri2010-08-201-1/+0
* galahad: check resource_create templateLuca Barbieri2010-08-201-0/+29
* galahad, i915g: Copy over constant buffer index check.Corbin Simpson2010-08-201-0/+9
* galahad, i915g: Move over a few state asserts.Corbin Simpson2010-08-201-0/+16
* galahad: Make it obvious on stderr that Galahad's active.Corbin Simpson2010-08-192-0/+4
* gallium: Keep only pipe_context::draw_vbo.Chia-I Wu2010-07-291-68/+0
* gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu2010-07-291-0/+47
* 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-283-99/+1
* glhd: Add test for logicop enable.Corbin Simpson2010-06-241-0/+7
* glhd: Simple rasterizer checks.Corbin Simpson2010-06-231-0/+10
* id, glhd: Unbreak texturing.Corbin Simpson2010-06-231-0/+1
* glhd: Use an environment variable (GALAHAD) to enable. Off by default.Corbin Simpson2010-06-231-0/+3
* id, glhd: Fix malloc/calloc of struct.Corbin Simpson2010-06-221-1/+1
* glhd: Add query protection.Corbin Simpson2010-06-221-0/+10
* glhd: Grab framebuffer state checks from r300g.Corbin Simpson2010-06-222-0/+13
* glhd: Grab resource_copy_region from r300g.Corbin Simpson2010-06-221-0/+8
* glhd: Grab is_format_supported warning from r300g.Corbin Simpson2010-06-221-0/+4
* glhd: Add glhd_warn for unconditional stderr output.Corbin Simpson2010-06-222-0/+10
* id, glhd: Fix segfault with misreferenced pipe member.Corbin Simpson2010-06-222-3/+2
* targets, radeong: Add Galahad.Corbin Simpson2010-06-221-1/+1
* gallium/drivers: Create Galahad from identity.Corbin Simpson2010-06-2211-0/+1930