summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/galahad
AgeCommit message (Expand)AuthorFilesLines
2011-11-22gallium: separate out floating-point CAPs into its own enumMarek Olšák1-1/+1
2011-09-18gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie1-4/+4
2011-04-21galahad,util: warn on resource target mismatch in copy_regionMarek Olšák1-0/+6
2011-03-11gallium: remove flags from the flush functionMarek Olšák1-2/+0
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák1-4/+2
2011-03-11gallium: cleanup fence_signalled and fence_finishMarek Olšák1-8/+4
2011-03-11gallium: kill is_resource_referencedMarek Olšák1-18/+0
2011-03-08gallium: add timeout parameter to fence_finishMarek Olšák1-2/+4
2011-02-14gallium: notify drivers about possible changes in user buffer contentsMarek Olšák1-0/+14
2010-12-16svga, glhd: Remove incorrect assert and add noteJakob Bornecrantz1-0/+2
2010-12-02gallium: support for array textures and related changesRoland Scheidegger4-66/+61
2010-11-10galahad: Correct the name of the scons libraryJakob Bornecrantz1-1/+1
2010-11-02scons: Add aliases for several pipe drivers.José Fonseca1-0/+2
2010-10-22galahad: silence warningsBrian Paul2-3/+3
2010-09-14gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri2-2/+14
2010-09-03galahad: do map/unmap counting for resourcesBrian Paul2-0/+18
2010-08-29util: remove util_is_pot in favor of util_is_power_of_twoMarek Olšák1-1/+1
2010-08-20galahad: remove incorrect comment just addedLuca Barbieri1-1/+0
2010-08-20galahad: check resource_create templateLuca Barbieri1-0/+29
2010-08-20galahad, i915g: Copy over constant buffer index check.Corbin Simpson1-0/+9
2010-08-20galahad, i915g: Move over a few state asserts.Corbin Simpson1-0/+16
2010-08-19galahad: Make it obvious on stderr that Galahad's active.Corbin Simpson2-0/+4
2010-07-29gallium: Keep only pipe_context::draw_vbo.Chia-I Wu1-68/+0
2010-07-29gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu1-0/+47
2010-06-28glhd: Build with sconsJakob Bornecrantz1-2/+2
2010-06-28glhd: Re-integrate with the debug systemJakob Bornecrantz1-1/+5
2010-06-28glhd: Remove leftover fileJakob Bornecrantz1-35/+0
2010-06-28Merge branch 'gallium-drm-driver-drescriptor'Jakob Bornecrantz3-99/+1
2010-06-24glhd: Add test for logicop enable.Corbin Simpson1-0/+7
2010-06-23glhd: Simple rasterizer checks.Corbin Simpson1-0/+10
2010-06-23id, glhd: Unbreak texturing.Corbin Simpson1-0/+1
2010-06-23glhd: Use an environment variable (GALAHAD) to enable. Off by default.Corbin Simpson1-0/+3
2010-06-22id, glhd: Fix malloc/calloc of struct.Corbin Simpson1-1/+1
2010-06-22glhd: Add query protection.Corbin Simpson1-0/+10
2010-06-22glhd: Grab framebuffer state checks from r300g.Corbin Simpson2-0/+13
2010-06-22glhd: Grab resource_copy_region from r300g.Corbin Simpson1-0/+8
2010-06-22glhd: Grab is_format_supported warning from r300g.Corbin Simpson1-0/+4
2010-06-22glhd: Add glhd_warn for unconditional stderr output.Corbin Simpson2-0/+10
2010-06-22id, glhd: Fix segfault with misreferenced pipe member.Corbin Simpson2-3/+2
2010-06-22targets, radeong: Add Galahad.Corbin Simpson1-1/+1
2010-06-22gallium/drivers: Create Galahad from identity.Corbin Simpson11-0/+1930