summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/failover/fo_state.c
Commit message (Expand)AuthorAgeFilesLines
* gallium/failover: Remove the deprecated module.Kai Wasserbäch2011-11-301-661/+0
* gallium: notify drivers about possible changes in user buffer contentsMarek Olšák2011-02-141-0/+2
* gallium: drivers should reference vertex buffersMarek Olšák2011-01-061-3/+3
* gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu2010-07-291-0/+18
* gallium: implement set_sample_mask() in all driversRoland Scheidegger2010-05-181-0/+14
* 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-231-16/+16
* Squashed commit of the following:Keith Whitwell2010-04-101-6/+6
* Merge branch 'master' into gallium-sampler-viewMichal Krol2010-03-101-18/+47
|\
| * failover: adapt to new vertex element csoRoland Scheidegger2010-03-011-18/+47
* | failover: Fix after sampler view changes.Michal Krol2010-02-231-21/+59
* | gallium: WIP: Introduce sampler views.Michal Krol2010-02-191-30/+30
|/
* fo: adapt to stencil ref changesRoland Scheidegger2010-02-101-2/+15
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-0/+2
* gallium: remove const qualifier from pipe_buffer argument in set_constant_bufferRoland Scheidegger2010-01-111-1/+1
* gallium: adapt drivers to pipe_constant_buffer removalRoland Scheidegger2009-12-241-1/+1
* fo: Implement separate vertex sampler state.Michal Krol2009-12-011-7/+70
* fo: Update for renamed sampler/texture state setters.Michal Krol2009-12-011-8/+8
* gallium: Remove some superfluous instances of #include "p_inlines.h".Michel Dänzer2009-03-041-2/+0
* gallium: Set vertex state/buffers en-mass.Brian Paul2008-03-291-16/+19
* gallium: michel's patch to rework texture/sampler binding interfaceKeith Whitwell2008-03-051-18/+41
* Code reorganization: move files into their places.José Fonseca2008-02-151-0/+457