aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_context.c
Commit message (Expand)AuthorAgeFilesLines
* mesa/st: avoid u_vbuf for GLESRob Clark2020-04-231-2/+14
* remove final imports.h and imports.c bitsDylan Baker2020-04-211-1/+1
* replace imports memory functions with utils memory functionsDylan Baker2020-04-211-0/+1
* mesa/st: release variants for active programs before unrefTapani Pälli2020-04-061-6/+6
* mesa/st: unbind shader state before deleting itTapani Pälli2020-04-061-0/+6
* Move compiler.h and imports.h/c from src/mesa/main into src/utilMarek Olšák2020-03-271-1/+1
* gallium/cso_context: remove cso_delete_xxx_shader helpers to fix the live cacheMarek Olšák2020-03-101-6/+6
* gallium: pass cso_velems_state into cso_context instead of pipe_vertex_elementMarek Olšák2020-02-281-9/+9
* st: add support for INTEL_blackhole_renderLionel Landwerlin2020-02-131-0/+3
* vbo: merge use_buffer_objects into vbo_CreateContext to skip the big mallocMarek Olšák2020-02-111-7/+5
* vbo: remove immediate mode code that doesn't do anything and simplify stuffMarek Olšák2020-02-111-5/+0
* mesa: import PIPE_CAP_SIGNED_VERTEX_BUFFER_OFFSET handlingMarek Olšák2020-02-111-2/+0
* gallium: put u_vbuf_get_caps return values into u_vbuf_capsMarek Olšák2020-01-081-3/+3
* glsl: use nir linker to link atomicsTimothy Arceri2020-01-071-0/+5
* st/mesa: Allow ASTC5x5 fallbacks separately from other ASTC LDR formats.Kenneth Graunke2020-01-031-0/+3
* gallium: enable INTEL_PERFORMANCE_QUERYDongwon Kim2019-12-101-0/+6
* st/mesa: save currently bound vertex samplers and sampler views in st_contextMarek Olšák2019-12-091-0/+1
* mesa: Silence unused parameter warningIan Romanick2019-12-041-1/+1
* driconf, glsl: Add a vs_position_always_invariant optionKenneth Graunke2019-11-271-0/+2
* st/mesa: rename st_common_program to st_programMarek Olšák2019-11-191-12/+12
* st/mesa: trivially merge st_vertex_program into st_common_programMarek Olšák2019-11-191-3/+3
* st/mesa: print TCS/TES/GS/CS TGSI in the right place & keep disk cache enabledMarek Olšák2019-11-111-2/+1
* st/mesa: rename DEBUG_TGSI -> DEBUG_PRINT_IRMarek Olšák2019-11-111-1/+1
* util: remove LIST_IS_EMPTY macroTimothy Arceri2019-10-281-4/+4
* util: remove LIST_DEL macroTimothy Arceri2019-10-281-2/+2
* util: remove LIST_ADDTAIL macroTimothy Arceri2019-10-281-2/+2
* util: remove LIST_INITHEAD macroTimothy Arceri2019-10-281-3/+3
* st/mesa: use pipe_screen::finalize_nirMarek Olšák2019-10-231-0/+1
* mesa/st: assert that lowering is supportedErik Faye-Lund2019-10-221-0/+12
* st/mesa: merge st_fragment_program into st_common_programMarek Olšák2019-10-171-3/+3
* st/mesa: remove redundant function st_reference_compprogMarek Olšák2019-10-171-1/+1
* mesa/st: support lowering user-clip-planes automaticallyErik Faye-Lund2019-10-171-2/+9
* mesa/gallium: automatically lower two-sided lightingErik Faye-Lund2019-10-171-2/+5
* mesa/gallium: automatically lower point-sizeErik Faye-Lund2019-10-171-1/+4
* mesa/gallium: automatically lower alpha-testingErik Faye-Lund2019-10-171-1/+9
* st/mesa: handling lower flatshading for NIR drivers.Dave Airlie2019-10-171-0/+7
* st/mesa: remove st_compute_program in favor of st_common_programMarek Olšák2019-10-161-2/+2
* mesa/main: prefer R8-textures instead of A8 for glBitmap in display listsErik Faye-Lund2019-10-091-0/+5
* st/mesa: use simple_mtx_t instead of mtx_tMarek Olšák2019-10-071-12/+12
* mesa/compiler: rework tear down of builtin/typesLionel Landwerlin2019-08-211-5/+0
* gallium: Make PIPE_CAP_DEPTH_CLIP_DISABLE a tri-state value and use itGert Wollny2019-08-011-0/+3
* mesa/st: Signal state changes when depth_clamp is emulatedGert Wollny2019-08-011-1/+25
* st/mesa: verify that vertex buffer offset isn't negativePierre-Eric Pelloux-Prayer2019-07-151-0/+2
* gallium: give vertex-shader saturate its own capErik Faye-Lund2019-07-101-1/+1
* mesa/st: drop needless has_shader_model3 booleanErik Faye-Lund2019-07-101-2/+1
* mesa: delete framebuffer texture attachment sampler viewsPierre-Eric Pelloux-Prayer2019-06-281-0/+15
* st/mesa: Set EmitNoIndirectSampler if GLSLVersion < 400.Kenneth Graunke2019-06-261-1/+1
* st/glsl: support clamping color outputs in compat for gs/tesTimothy Arceri2019-06-261-3/+11
* Revert "st/mesa: expose 0 shader binary formats for compat profiles for Qt"Timothy Arceri2019-05-281-1/+1
* st/mesa/radeonsi: fix race between destruction of types and shader compilationTimothy Arceri2019-04-241-1/+7