aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_context.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mesa: Drop Mesa_DXTn from gl_contextMatt Turner2017-10-021-1/+1
* mesa: hook up UUID queries for driver and deviceAndres Rodriguez2017-08-061-0/+22
* mesa/st: start adding memory object supportDave Airlie2017-08-061-0/+2
* st/mesa: init winsys buffers list only if context creation succeedsCharmaine Lee2017-07-111-3/+3
* st/mesa: Add support for KHR_no_error flagGrigori Goronzy2017-07-141-3/+7
* st/mesa: add a winsys buffers list in st_contextCharmaine Lee2017-07-111-0/+20
* mesa/glthread: add glthread "perf" counters and pass them to gallium HUDMarek Olšák2017-06-261-2/+3