summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/failover
AgeCommit message (Expand)AuthorFilesLines
2011-03-11gallium: remove flags from the flush functionMarek Olšák1-2/+2
2011-03-11gallium: kill is_resource_referencedMarek Olšák1-13/+0
2011-02-14gallium: notify drivers about possible changes in user buffer contentsMarek Olšák1-0/+2
2011-01-06gallium: drivers should reference vertex buffersMarek Olšák2-3/+9
2010-12-02gallium: support for array textures and related changesRoland Scheidegger1-7/+7
2010-11-02scons: Add aliases for several pipe drivers.José Fonseca1-0/+2
2010-09-14gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri1-0/+1
2010-07-29gallium: Keep only pipe_context::draw_vbo.Chia-I Wu1-44/+0
2010-07-29gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu4-21/+65
2010-06-03gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencilRoland Scheidegger1-2/+2
2010-05-29fo: adapt to clear interface changesRoland Scheidegger1-1/+2
2010-05-18gallium: implement set_sample_mask() in all driversRoland Scheidegger3-0/+19
2010-05-17fo: adapt to interface changesRoland Scheidegger1-2/+2
2010-04-23gallium/failover: include u_memory.h for MALLOC, FREEBrian Paul1-0/+1
2010-04-23gallium: s/free/FREE/ and same for friends.José Fonseca2-17/+17
2010-04-19failover: Implement index bias.José Fonseca1-1/+4
2010-04-10Squashed commit of the following:Keith Whitwell3-27/+15
2010-03-10Merge branch 'master' into gallium-sampler-viewMichal Krol4-27/+52
2010-03-10Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell3-26/+52
2010-03-04gallium: remove redundant includesKeith Whitwell1-1/+0
2010-03-01failover: adapt to new vertex element csoRoland Scheidegger3-26/+52
2010-02-10fo: adapt to stencil ref changesRoland Scheidegger3-6/+24
2010-02-02gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...José Fonseca1-1/+1
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca1-0/+2
2010-01-15Merge branch 'gallium-noconstbuf'Roland Scheidegger2-2/+2
2010-01-11gallium: remove const qualifier from pipe_buffer argument in set_constant_bufferRoland Scheidegger2-2/+2
2009-12-24gallium: adapt drivers to pipe_constant_buffer removalRoland Scheidegger2-2/+2
2009-12-21gallium: remove return value from draw callsKeith Whitwell2-19/+26
2010-02-23failover: Fix after sampler view changes.Michal Krol3-31/+89
2010-02-19gallium: WIP: Introduce sampler views.Michal Krol3-39/+39
2009-12-01fo: Implement separate vertex sampler state.Michal Krol3-7/+82
2009-12-01fo: Update for renamed sampler/texture state setters.Michal Krol2-12/+12
2009-04-15gallium: Make sure we flush before some texture / buffer operations.Thomas Hellstrom1-0/+23
2009-03-04gallium: Remove some superfluous instances of #include "p_inlines.h".Michel Dänzer1-2/+0
2009-03-04gallium: Unify reference counting.Michel Dänzer1-1/+1
2009-02-20gallium: Improve makefiles for librariesJakob Bornecrantz1-3/+0
2009-01-30gallium: make p_winsys internalZack Rusin1-1/+1
2009-01-27failover: queiten compiler warningsKeith Whitwell1-0/+7
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul1-1/+1
2008-05-01gallium: tex surface checkpointKeith Whitwell1-1/+1
2008-03-29gallium: Set vertex state/buffers en-mass.Brian Paul3-36/+30
2008-03-27gallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBSBrian2-4/+4
2008-03-26gallium: Change pipe->flush() interface to optionally return a fence.Michel Dänzer1-2/+2
2008-03-05gallium: michel's patch to rework texture/sampler binding interfaceKeith Whitwell3-34/+50
2008-02-27gallium: remove pipe_context->texture_create/release/get_tex_surface()Brian1-1/+3
2008-02-27gallium: move is_format_supported() to pipe_screen structBrian1-1/+1
2008-02-27gallium: start removing pipe_context->get_name/vendor/param/paramfBrian1-0/+3
2008-02-20gallium: new pipe->texture_update() functionBrian1-5/+4
2008-02-19Simplify makefile boilerplate code.José Fonseca1-8/+1
2008-02-18Update scons build for new code layout.José Fonseca1-0/+13