summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/cso_cache
Commit message (Expand)AuthorAgeFilesLines
* u_vbuf: Simplify the format fallback translation.Eric Anholt2014-08-241-11/+1
* cso: fix stream-out clean up in cso_release_all()Brian Paul2014-06-121-1/+1
* mesa/st: add support for ARB_sample_shadingIlia Mirkin2014-04-262-0/+23
* cso: check for no sampler view changes in cso_set_sampler_views()Brian Paul2014-04-031-3/+8
* cso: fix sampler view count in cso_set_sampler_views()Brian Paul2014-04-021-3/+4
* gallium: allow setting of the internal stream output offsetZack Rusin2014-03-072-6/+9
* s/Tungsten Graphics/VMware/José Fonseca2014-01-176-18/+18
* cso_context: Fix cso_context::sample_mask initial value.José Fonseca2014-01-071-1/+1
* st/mesa: implement layered framebuffer clear for the clear_with_quad fallbackMarek Olšák2013-12-032-0/+25
* gallium/cso: fix sampler / sampler_view countsRoland Scheidegger2013-11-281-11/+16
* gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul2013-10-231-29/+6
* cso: fix incorrect sampler view count in cso_restore_sampler_views()Brian Paul2013-10-161-3/+6
* cso: make sure all sampler states are set/clearedBrian Paul2013-10-031-2/+9
* cso: remove use of old bind_*_sampler_states() functionsBrian Paul2013-10-031-31/+3
* cso: use pipe_context::bind_sampler_states() if non-nullBrian Paul2013-10-031-21/+44
* gallium: add condition parameter to render_conditionRoland Scheidegger2013-06-182-4/+12
* gallium: Add support for multiple viewportsZack Rusin2013-05-251-2/+2
* cso: add constant buffer save/restore feature for postprocessingMarek Olšák2013-03-262-0/+72
* gallium/cso: don't use the pipe_error return type where it's not neededMarek Olšák2012-12-122-41/+24
* gallium: manage render condition in cso_context and fix postprocessing w/ itMarek Olšák2012-12-122-0/+31
* gallium: add start_slot parameter to set_vertex_buffersMarek Olšák2012-10-312-43/+53
* gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #defineBrian Paul2012-08-161-2/+0
* cso: rearrange some structure fields for consistencyBrian Paul2012-08-101-2/+3
* gallium: set sample mask to ~0 for clear, blit and gen_mipmapMarek Olšák2012-08-042-1/+14
* cso: remove unreachable break statementsBrian Paul2012-08-031-5/+0
* cso: 80-column wrapping, remove trailing whitespace, etcBrian Paul2012-08-031-33/+54
* gallium: consolidate CSO sampler and sampler_view functionsBrian Paul2012-08-032-212/+108
* cso: cso_context should install u_vbuf by itself and not st/mesaMarek Olšák2012-04-302-7/+23
* gallium: make user vertex buffers optionalMarek Olšák2012-04-242-4/+65
* cso: add set_index_buffer and draw_vbo passthrough functionsMarek Olšák2012-04-242-0/+48
* cso: unreference saved vertex buffers when restoringMarek Olšák2012-04-121-0/+8
* gallium/cso: Put the comment about shader in the code for future reference.José Fonseca2012-02-221-0/+7
* gallium/cso: kill off non-functional shader cachingMarek Olšák2012-02-214-171/+0
* Squash-merge branch 'gallium-clip-state'Marek Olšák2012-01-101-15/+2
* gallium: fix a crash in drivers that don't support stream outputFredrik Höglund2011-12-151-1/+2
* st/mesa: implement EXT_transform_feedback and ARB_transform_feedback2Marek Olšák2011-12-152-0/+109
* st/mesa: set geometry shader to NULL when doing internal drawingMarek Olšák2011-11-041-1/+18
* gallium/cso_cache: remove one call to pipe_sampler_view_referenceMarek Olšák2011-11-041-2/+4
* cso: move cso hashes to a more table driven schemeDave Airlie2011-06-032-84/+21
* gallium: always save and restore vertex buffers using cso_cacheMarek Olšák2011-02-142-0/+52
* cso: don't tell drivers to bind null samplers, sampler viewsBrian Paul2011-02-031-7/+7
* cso: refactor texture sampler and sampler view codeBrian Paul2011-02-021-326/+307
* cso: rename fragment sampler-related fieldsBrian Paul2011-02-021-21/+26
* cso: fix loop bound in cso_set_vertex_samplers()Brian Paul2011-02-021-1/+1
* cso: handle depth clampMarek Olšák2010-07-211-0/+4
* gallium/cso: check for set_vertex_sampler_views != NULL before calling itBrian Paul2010-07-021-1/+2
* gallium/cso: unbind sampler views in cso_release_all()Brian Paul2010-07-011-0/+2
* Merge commit 'origin/master' into gallium-msaaRoland Scheidegger2010-05-041-41/+7
|\
| * cso: use framebuffer utility functionsBrian Paul2010-05-031-41/+7
* | Merge commit 'origin/master' into gallium-msaaRoland Scheidegger2010-04-301-1/+4
|\ \ | |/