| Commit message (Expand) | Author | Age | Files | Lines |
* | i965,iris,anv: Make alpha to coverage work with sample mask | Danylo Piliaiev | 2019-03-25 | 1 | -6/+12 |
* | st/mesa: fix texture deletion context mix-up issues (v2) | Brian Paul | 2019-03-25 | 1 | -12/+39 |
* | android: static link with libexpat with Android O+ | Kishore Kadiyala | 2019-03-25 | 1 | -1/+9 |
* | st/mesa: fix warnings about implicit conversion on enumeration type | Tapani Pälli | 2019-03-25 | 2 | -2/+2 |
* | st/mesa: fix compilation warning on storage_flags_to_buffer_flags | Tapani Pälli | 2019-03-25 | 1 | -1/+1 |
* | spirv: Add an execution environment to the options | Caio Marcelo de Oliveira Filho | 2019-03-23 | 1 | -0/+1 |
* | mesa/st: use ESSL cap top enable gpu_shader5 | Rob Clark | 2019-03-22 | 1 | -3/+14 |
* | mesa: Fix GL_NUM_DEVICE_UUIDS_EXT | Józef Kucia | 2019-03-22 | 1 | -0/+3 |
* | gallium: Add PIPE_BARRIER_UPDATE_BUFFER and UPDATE_TEXTURE bits. | Kenneth Graunke | 2019-03-19 | 1 | -15/+19 |
* | i965/icl: Add WA_2204188704 to disable pixel shader panic dispatch | Anuj Phogat | 2019-03-19 | 2 | -0/+10 |
* | st/mesa: stop using pipe_sampler_view_release() | Brian Paul | 2019-03-17 | 2 | -5/+4 |
* | st/mesa: implement "zombie" shaders list | Brian Paul | 2019-03-17 | 3 | -20/+166 |
* | st/mesa: implement "zombie" sampler views (v2) | Brian Paul | 2019-03-17 | 5 | -4/+131 |
* | mesa: Add assert to _mesa_primitive_restart_index. | Mathias Fröhlich | 2019-03-15 | 1 | -0/+3 |
* | vbo: Fix GL_PRIMITIVE_RESTART_FIXED_INDEX in display list compiles. | Mathias Fröhlich | 2019-03-15 | 1 | -5/+9 |
* | vbo: Fix basevertex handling in display list compiles. | Mathias Fröhlich | 2019-03-15 | 1 | -5/+12 |
* | mesa: Use mapping tools in debug prints. | Mathias Fröhlich | 2019-03-15 | 1 | -45/+12 |
* | mesa: Remove _ae_{,un}map_vbos and dependencies. | Mathias Fröhlich | 2019-03-15 | 2 | -100/+0 |
* | mesa: Replace _ae_{,un}map_vbos with _mesa_vao_{,un}map_arrays | Mathias Fröhlich | 2019-03-15 | 2 | -13/+11 |
* | mesa: Use _mesa_array_element in dlist save. | Mathias Fröhlich | 2019-03-15 | 1 | -4/+19 |
* | mesa: Factor out _mesa_array_element. | Mathias Fröhlich | 2019-03-15 | 2 | -19/+32 |
* | mesa: Implement helper functions to map and unmap a VAO. | Mathias Fröhlich | 2019-03-15 | 2 | -0/+102 |
* | st/mesa: Let NIR lower UBO and SSBO access when we have it | Jason Ekstrand | 2019-03-15 | 2 | -1/+11 |
* | i965: Stop setting LowerBuferInterfaceBlocks | Jason Ekstrand | 2019-03-15 | 1 | -0/+4 |
* | mesa/st: Fix leaks of TGSI tokens in VP variants. | Eric Anholt | 2019-03-14 | 1 | -14/+20 |
* | mesa/st: Make sure that prog_to_nir NIR gets freed. | Eric Anholt | 2019-03-14 | 1 | -0/+6 |
* | mesa: add logging function for formatted string | Mark Janes | 2019-03-14 | 2 | -0/+35 |
* | mesa: rename logging functions to reflect that they format strings | Mark Janes | 2019-03-14 | 12 | -92/+92 |
* | mesa: properly report the length of truncated log messages | Mark Janes | 2019-03-14 | 1 | -0/+3 |
* | i965: Disable ARB_fragment_shader_interlock for platforms prior to GEN9 | Plamena Manolova | 2019-03-14 | 1 | -1/+24 |
* | i965: remove scaling factors from P010, P012 | Tapani Pälli | 2019-03-14 | 1 | -2/+2 |
* | st/glsl_to_nir: fix incorrect arrary access | Timothy Arceri | 2019-03-12 | 1 | -2/+5 |
* | i965: Reimplement all the PIPE_CONTROL rules. | Kenneth Graunke | 2019-03-11 | 1 | -136/+403 |
* | i965: Use genxml for emitting PIPE_CONTROL. | Kenneth Graunke | 2019-03-11 | 7 | -230/+362 |
* | i965: Rename ISP_DIS to INDIRECT_STATE_POINTERS_DISABLE. | Kenneth Graunke | 2019-03-11 | 2 | -2/+2 |
* | i965: Move some genX infrastructure to genX_boilerplate.h. | Kenneth Graunke | 2019-03-11 | 4 | -128/+174 |
* | st/mesa: minor refactoring of texture/sampler delete code | Brian Paul | 2019-03-11 | 3 | -6/+11 |
* | st/mesa: rename st_texture_release_sampler_view() | Brian Paul | 2019-03-11 | 3 | -5/+5 |
* | st/mesa: add/improve sampler view comments | Brian Paul | 2019-03-11 | 1 | -2/+8 |
* | st/mesa: move around some code in st_context.c | Brian Paul | 2019-03-11 | 2 | -122/+116 |
* | st/mesa: move utility functions, macros into new st_util.h file | Brian Paul | 2019-03-11 | 33 | -91/+184 |
* | prog_to_nir: fix write from vps to FOG | Karol Herbst | 2019-03-08 | 1 | -1/+7 |
* | st/mesa: init hash keys with memset(), not designated initializers | Brian Paul | 2019-03-08 | 2 | -5/+17 |
* | st/mesa: whitespace, formatting fixes in st_cb_flush.c | Brian Paul | 2019-03-08 | 1 | -14/+19 |
* | st/mesa: move, clean-up shader variant key decls/inits | Brian Paul | 2019-03-08 | 2 | -10/+7 |
* | isl: Add a swizzle parameter to isl_buffer_fill_state() | Kenneth Graunke | 2019-03-07 | 1 | -0/+1 |
* | intel/decoders: handle decoding MI_BBS from ring | Lionel Landwerlin | 2019-03-07 | 1 | -1/+1 |
* | intel/decoders: add address space indicator to get BOs | Lionel Landwerlin | 2019-03-07 | 1 | -1/+1 |
* | st/glsl: start spilling out common st glsl conversion code | Timothy Arceri | 2019-03-06 | 7 | -122/+222 |
* | i965: stop calling nir_lower_returns() | Timothy Arceri | 2019-03-06 | 1 | -3/+1 |