summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_context.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* st/mesa: indicate intel extension support for inner_coverage based on capMike Blumenkrantz2019-04-231-0/+1
* st/mesa: fix texture deletion context mix-up issues (v2)Brian Paul2019-03-251-12/+39
* st/mesa: stop using pipe_sampler_view_release()Brian Paul2019-03-171-2/+1
* st/mesa: implement "zombie" shaders listBrian Paul2019-03-171-0/+86
* st/mesa: implement "zombie" sampler views (v2)Brian Paul2019-03-171-0/+80
* st/mesa: rename st_texture_release_sampler_view()Brian Paul2019-03-111-1/+1
* st/mesa: move around some code in st_context.cBrian Paul2019-03-111-113/+116
* st/mesa: move utility functions, macros into new st_util.h fileBrian Paul2019-03-111-1/+10
* st/mesa: Reduce array updates due to current changes.Mathias Fröhlich2019-02-261-1/+1
* st/mesa: Optionally override RGB/RGBX dst alpha blend factorsKenneth Graunke2019-01-151-0/+4
* gallium: Add the ability to query a single pipeline statistics counterKenneth Graunke2019-01-151-0/+2
* st/mesa: throttle texture uploads if their memory usage goes beyond a limitMarek Olšák2018-09-071-0/+5
* st/mesa: pin driver threads to a specific L3 cache on AMD Zen (v2)Marek Olšák2018-09-071-0/+3
* gallium: add storage_sample_count parameter into is_format_supportedMarek Olšák2018-07-311-3/+3
* st/mesa: implement ASTC 2D LDR fallback for all driversMarek Olšák2018-07-311-0/+3
* mesa: Add gl_shader_program param to ProgramBinarySerializeDriverBlobJordan Justen2018-07-091-2/+4
* st/mesa: Use ShaderCacheSerializeDriverBlob driver functionJordan Justen2018-07-091-0/+2
* st/mesa: add support for ARB_sample_locationsRhys Perry2018-06-141-3/+4
* gallium: remove aux_vertex_buffer_slot codeMarek Olšák2018-05-121-12/+3
* st/mesa: Remove the now unused gl_vertex_array.Mathias Fröhlich2018-05-101-3/+0
* st/mesa: add support for nvidia conservative rasterization extensionsRhys Perry2018-04-301-0/+2
* st/mesa: stop calling _mesa_init_shader_object_functions()Timothy Arceri2018-04-101-1/+0
* gallium: Push down the gl_vertex_array inputs into gallium.Mathias Fröhlich2018-03-311-5/+4
* mesa: Move vbo draw functions into dd_function_table.Mathias Fröhlich2018-03-221-0/+4
* gallium: add packed uniform CAPTimothy Arceri2018-03-201-0/+3
* st/mesa: expose 0 shader binary formats for compat profiles for QtMarek Olšák2018-03-071-1/+1
* st: add NIR GL_ARB_get_program_binary supportTimothy Arceri2018-02-151-2/+13
* st/mesa: don't store non-fragment sampler states and views in st_contextMarek Olšák2018-02-081-6/+4
* mesa/st: add support for semaphore object create/import/delete v3Andres Rodriguez2018-01-301-0/+2