summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_context.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mesa: Fix function pointers initialization in status trackerEleni Maria Stea2018-01-261-2/+2
* st/mesa: expand glDrawPixels cache to handle multiple imagesBrian Paul2018-01-251-4/+0
* st/mesa: assume that user constant buffers are always supportedMarek Olšák2018-01-171-2/+0
* st/glsl_to_tgsi: add ARB_get_program_binary support using TGSITimothy Arceri2018-01-171-0/+6
* st/mesa: handle compute atomicsDave Airlie2017-12-051-1/+1
* mesa: split extensions overrides and glGetString(GL_EXTENSIONS)Emil Velikov2017-11-161-0/+1
* st/mesa: whitespace clean-ups in st_context.cBrian Paul2017-11-151-31/+46
* st/mesa: move st_init_driver_flags() earlier in fileBrian Paul2017-11-151-61/+62
* mesa: enable ARB_texture_buffer_* extensions in the Compatibility profileMarek Olšák2017-11-091-1/+1
* st/mesa: start adding support for hw atomics atom. (v2)Dave Airlie2017-11-101-1/+8
* st/mesa: correct a u_vbuf commentMarek Olšák2017-10-201-3/+5
* mesa: Implement a new GL_MESA_tile_raster_order extension.Eric Anholt2017-10-101-0/+1
* mesa/st: Drop has_lib_dxtc argument from st_init_extensions()Matt Turner2017-10-021-1/+1