summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_atom.c
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: merge st_fragment_program into st_common_programMarek Olšák2019-10-171-2/+2
* st/mesa: remove st_compute_program in favor of st_common_programMarek Olšák2019-10-161-2/+2
* st/mesa: move utility functions, macros into new st_util.h fileBrian Paul2019-03-111-0/+2
* st/mesa: Use _DrawVAO for edgeflag enabled check.Mathias Fröhlich2018-05-101-7/+4
* mesa: Make gl_vertex_array contain pointers to first order VAO members.Mathias Fröhlich2018-03-101-3/+4
* gallium: Mute arrays for several meta like callbacks.Mathias Fröhlich2018-02-091-0/+10
* st/mesa: don't set 16 scissors and 16 viewports if they're unusedMarek Olšák2017-06-221-0/+18
* st/mesa: call check_program_state only when neededMarek Olšák2017-06-121-2/+5
* st/mesa: unify TCS, TES, GS st_*_program structuresMarek Olšák2017-05-081-6/+6
* st/mesa: remove struct st_tracked_stateMarek Olšák2017-05-081-5/+6
* st/mesa: inform the driver of framebuffer changes before compute dispatchesNicolai Hähnle2017-03-011-1/+9
* st/mesa: don't update unrelated states in non-draw calls such as ClearMarek Olšák2017-02-251-0/+10
* mesa: rename gl_client_array -> gl_vertex_arrayBrian Paul2016-10-281-1/+1
* st/mesa/r200/i915/i965: eliminate gl_fragment_programTimothy Arceri2016-10-261-1/+1
* i965/mesa/st: eliminate gl_compute_programTimothy Arceri2016-10-261-1/+1
* mesa/i965/i915/r200: eliminate gl_vertex_programTimothy Arceri2016-10-261-2/+2
* i965/mesa/st: eliminate gl_geometry_programTimothy Arceri2016-10-261-1/+1
* i965/mesa/st: eliminate gl_tess_eval_programTimothy Arceri2016-10-261-1/+1
* i965/mesa/st: eliminate gl_tess_ctrl_programTimothy Arceri2016-10-261-1/+1
* st/mesa: don't update atomic, SSBO, UBO and TBO states that have no effectMarek Olšák2016-08-121-3/+6
* st/mesa: when changing shaders, only dirty states that are affected by themMarek Olšák2016-08-121-15/+63
* st/mesa: remove TES/TCS/GS state dirtying optimizationMarek Olšák2016-08-121-8/+0
* st/mesa: don't update clip state on VS changes if it has no effectMarek Olšák2016-08-121-2/+2
* st/mesa: don't update clip state if it has no effectMarek Olšák2016-08-121-3/+0
* st/mesa: remove excessive shader state dirtyingMarek Olšák2016-07-301-0/+13
* st/mesa: skip updates of states that have no effectMarek Olšák2016-07-301-1/+14
* st/mesa: completely rewrite state atomsMarek Olšák2016-07-301-118/+38
* st/mesa: remove atom debugging codeMarek Olšák2016-07-301-67/+3
* st/mesa: add support for GL_EXT_window_rectanglesIlia Mirkin2016-06-181-0/+1
* st/mesa: shader image atoms must be before framebuffer updateNicolai Hähnle2016-03-091-6/+6
* st/mesa: add an image atom for shader imagesIlia Mirkin2016-02-151-0/+6
* st/mesa: add state validation for compute shadersSamuel Pitoiset2016-02-131-0/+6
* st/mesa: add compute shader statesSamuel Pitoiset2016-02-131-1/+1
* st/mesa: add a second pipeline for computeSamuel Pitoiset2016-02-131-9/+39
* st/mesa: add support for SSBO binding and GLSL intrinsicsIlia Mirkin2016-01-291-0/+5
* st/mesa: add atomic counter supportIlia Mirkin2016-01-291-0/+5
* st/mesa: minor clean-ups in st_atom.cBrian Paul2016-01-061-14/+10
* st/mesa: move bitmap cache flushing out of state validationBrian Paul2016-01-061-4/+0
* st/mesa: check state->mesa in early return check in st_validate_state()Brian Paul2016-01-061-1/+1
* st/mesa: remove st_finalize_textures atomMarek Olšák2015-07-291-1/+0
* st/mesa: set default tessellation levelsMarek Olšák2015-07-231-0/+1
* st/mesa: add texture updates for tessellation programsIlia Mirkin2015-07-231-0/+2
* st/mesa: handle constbufs/ubos for tessellation shadersIlia Mirkin2015-07-231-0/+4
* st/mesa: add tessellation shader statesIlia Mirkin2015-07-231-0/+2
* state_tracker: replace __FUNCTION__ with __func__Marius Predut2015-04-141-1/+1
* st/mesa: include stdio.h where neededBrian Paul2015-03-051-0/+1
* st/mesa: replace Elements() with ARRAY_SIZE()Brian Paul2015-03-021-2/+2
* mesa/st: add support for ARB_sample_shadingIlia Mirkin2014-04-261-0/+1
* st/mesa: remove _NEW_POLYGON dependency from vertex shaderMarek Olšák2014-03-151-4/+8
* st/mesa: implement zero-stride edge flag by culling primitivesMarek Olšák2014-03-151-1/+8