summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/failover
Commit message (Expand)AuthorAgeFilesLines
* gallium: drivers should reference vertex buffersMarek Olšák2011-01-062-3/+9
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-7/+7
* scons: Add aliases for several pipe drivers.José Fonseca2010-11-021-0/+2
* gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri2010-09-141-0/+1
* gallium: Keep only pipe_context::draw_vbo.Chia-I Wu2010-07-291-44/+0
* gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu2010-07-294-21/+65
* gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencilRoland Scheidegger2010-06-031-2/+2
* fo: adapt to clear interface changesRoland Scheidegger2010-05-291-1/+2
* gallium: implement set_sample_mask() in all driversRoland Scheidegger2010-05-183-0/+19
* fo: adapt to interface changesRoland Scheidegger2010-05-171-2/+2
* gallium/failover: include u_memory.h for MALLOC, FREEBrian Paul2010-04-231-0/+1
* gallium: s/free/FREE/ and same for friends.José Fonseca2010-04-232-17/+17
* failover: Implement index bias.José Fonseca2010-04-191-1/+4
* Squashed commit of the following:Keith Whitwell2010-04-103-27/+15
* Merge branch 'master' into gallium-sampler-viewMichal Krol2010-03-104-27/+52
|\
| * Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell2010-03-103-26/+52
| |\
| | * failover: adapt to new vertex element csoRoland Scheidegger2010-03-013-26/+52
| * | gallium: remove redundant includesKeith Whitwell2010-03-041-1/+0
| |/
* | failover: Fix after sampler view changes.Michal Krol2010-02-233-31/+89
* | gallium: WIP: Introduce sampler views.Michal Krol2010-02-193-39/+39
|/
* fo: adapt to stencil ref changesRoland Scheidegger2010-02-103-6/+24
* gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...José Fonseca2010-02-021-1/+1
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-0/+2
* Merge branch 'gallium-noconstbuf'Roland Scheidegger2010-01-152-2/+2
|\
| * gallium: remove const qualifier from pipe_buffer argument in set_constant_bufferRoland Scheidegger2010-01-112-2/+2
| * gallium: adapt drivers to pipe_constant_buffer removalRoland Scheidegger2009-12-242-2/+2
* | gallium: remove return value from draw callsKeith Whitwell2009-12-212-19/+26
|/
* fo: Implement separate vertex sampler state.Michal Krol2009-12-013-7/+82
* fo: Update for renamed sampler/texture state setters.Michal Krol2009-12-012-12/+12
* gallium: Make sure we flush before some texture / buffer operations.Thomas Hellstrom2009-04-151-0/+23
* gallium: Remove some superfluous instances of #include "p_inlines.h".Michel Dänzer2009-03-041-2/+0
* gallium: Unify reference counting.Michel Dänzer2009-03-041-1/+1
* gallium: Improve makefiles for librariesJakob Bornecrantz2009-02-201-3/+0
* gallium: make p_winsys internalZack Rusin2009-01-301-1/+1
* failover: queiten compiler warningsKeith Whitwell2009-01-271-0/+7
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+1
* gallium: tex surface checkpointKeith Whitwell2008-05-011-1/+1
* gallium: Set vertex state/buffers en-mass.Brian Paul2008-03-293-36/+30
* gallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBSBrian2008-03-272-4/+4
* gallium: Change pipe->flush() interface to optionally return a fence.Michel Dänzer2008-03-261-2/+2
* gallium: michel's patch to rework texture/sampler binding interfaceKeith Whitwell2008-03-053-34/+50
* gallium: remove pipe_context->texture_create/release/get_tex_surface()Brian2008-02-271-1/+3
* gallium: move is_format_supported() to pipe_screen structBrian2008-02-271-1/+1
* gallium: start removing pipe_context->get_name/vendor/param/paramfBrian2008-02-271-0/+3
* gallium: new pipe->texture_update() functionBrian2008-02-201-5/+4
* Simplify makefile boilerplate code.José Fonseca2008-02-191-8/+1
* Update scons build for new code layout.José Fonseca2008-02-181-0/+13
* Code reorganization: update build.José Fonseca2008-02-151-1/+1
* Code reorganization: move files into their places.José Fonseca2008-02-156-0/+929