summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/cso_cache/cso_context.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium: don't put stencil ref value in pipe_depth_stencil_alpha_stateRoland Scheidegger2010-02-091-0/+11
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-0/+1
* gallium: fix blend state csoRoland Scheidegger2010-01-301-14/+18
* gallium: fix cast for size calc of pipe_blend_stateRoland Scheidegger2010-01-251-1/+1
* gallium: prepare for per-rendertarget blend enables, writemasks, blend funcsRoland Scheidegger2010-01-201-5/+8
* cso: Add set_vertex_samplers functionJakob Bornecrantz2010-01-181-0/+32
* gallium: add geometry shader support to galliumZack Rusin2009-12-251-2/+38
* cso: check if pipe_context::bind_vertex_sampler_states is non-nullBrian Paul2009-12-021-1/+2
* cso: Add support for separate vertex sampler state.Michal Krol2009-12-011-4/+167
* gallium: replace // comments with /* */Brian Paul2009-10-021-1/+1
* gallium: rearrange some members to avoid memory holes/paddingZack Rusin2009-07-061-2/+2
* gallium: Remove some superfluous instances of #include "p_inlines.h".Michel Dänzer2009-03-041-1/+0
* gallium: standardize api on the prefix "nr"Zack Rusin2009-01-271-1/+1
* gallium: fix surface object memory leak in cso moduleBrian Paul2008-09-181-0/+20
* gallium: fix lack of surface reference counting in cso_set/save/restore_frame...Brian Paul2008-09-171-3/+21
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+1
* Merge tgsi/exec and tgsi/util directories.José Fonseca2008-07-281-1/+1
* cso: use memcpy rather than structure asignment for copyingKeith Whitwell2008-05-251-5/+5
* Merge branch 'gallium-0.1' into gallium-tex-surfacesMichel Dänzer2008-05-081-1/+1
|\
| * cso_cache: Fix test for currently bound blend state.Michel Dänzer2008-05-081-1/+1
* | cso: can memcmp-compare pipe_framebuffer_state now it includes fb dimensionsKeith Whitwell2008-05-021-2/+1
|/
* try to fix the deleting of the bound cso during cleanup of the hashZack Rusin2008-04-301-0/+128
* gallium: make cso_release_all() publicBrian Paul2008-04-241-2/+2
* gallium: minor clean-ups, commentsBrian Paul2008-04-241-5/+9
* gallium: tweak the new shader delete funcsBrian Paul2008-04-241-4/+8
* gallium: added cso_delete_vertex_fragment_shader() functionsBrian Paul2008-04-241-0/+17
* gallium: Fix texture refcount leak.José Fonseca2008-04-241-0/+7