aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/cso_cache/cso_context.c
Commit message (Expand)AuthorAgeFilesLines
* cso: add constant buffer save/restore feature for postprocessingMarek Olšák2013-03-261-0/+59
* gallium/cso: don't use the pipe_error return type where it's not neededMarek Olšák2012-12-121-25/+12
* gallium: manage render condition in cso_context and fix postprocessing w/ itMarek Olšák2012-12-121-0/+26
* gallium: add start_slot parameter to set_vertex_buffersMarek Olšák2012-10-311-40/+46
* 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-041-1/+12
* 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-031-162/+79
* cso: cso_context should install u_vbuf by itself and not st/mesaMarek Olšák2012-04-301-5/+23
* gallium: make user vertex buffers optionalMarek Olšák2012-04-241-4/+62
* cso: add set_index_buffer and draw_vbo passthrough functionsMarek Olšák2012-04-241-0/+35
* cso: unreference saved vertex buffers when restoringMarek Olšák2012-04-121-0/+8
* gallium/cso: kill off non-functional shader cachingMarek Olšák2012-02-211-118/+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-151-0/+101
* 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
* gallium: always save and restore vertex buffers using cso_cacheMarek Olšák2011-02-141-0/+45
* 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
|\|
| * cso: remove commented-out code, update function docsBrian Paul2010-04-291-1/+4
* | gallium: fix glaring bugs in last commitRoland Scheidegger2010-04-271-1/+1
* | gallium: interface changes for multisamplingRoland Scheidegger2010-04-261-0/+11
|/
* cso_cache: Ensure irrelevant state of the blend state is zeroed.José Fonseca2010-04-241-0/+1
* cso: Remove unnecessary header.Vinson Lee2010-03-221-1/+0
* cso: remove cso_set/save/restore_sampler_texturesRoland Scheidegger2010-03-191-68/+0
* cso: Do not hold references to bound textures.Keith Whitwell2010-03-151-22/+8
* cso: Remove set/save/restore_vertex_sampler_textures().Michal Krol2010-03-121-87/+0
* cso: Add entry points for vertex/fragment sampler views.Michal Krol2010-03-121-15/+139
* Merge branch 'master' into gallium-sampler-viewMichal Krol2010-03-101-0/+135
|\
| * cso: don't forget to release vertex elements stateRoland Scheidegger2010-03-091-0/+1
| * cso: Fix typo in assert.Corbin Simpson2010-03-091-1/+1
| * Merge branch 'gallium-vertexelementcso'Roland Scheidegger2010-03-091-1/+81
| |\
| | * auxiliary: fix vertex elements csoRoland Scheidegger2010-03-091-6/+13
| | * gallium: use cso state handling for pipe_vertex_element stateRoland Scheidegger2010-02-181-0/+74
| * | cso: Track clip state with cso context.Michal Krol2010-02-241-0/+54
| |/
* / gallium: WIP: Introduce sampler views.Michal Krol2010-02-191-10/+68
|/
* gallium: give pipe_stencil_ref its own cso_save/restore functionsRoland Scheidegger2010-02-111-5/+14
* gallium: also save/restore stencil_ref in cso_save/restore_depth_stencil_alphaRoland Scheidegger2010-02-111-3/+6