| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | gallium/docs: clarify set_sampler_views (v2) | Rob Clark | 2019-03-30 | 1 | -0/+5 |
* | gallium: add PIPE_CAP_ESSL_FEATURE_LEVEL | Rob Clark | 2019-03-22 | 1 | -0/+9 |
* | gallium: add pipe_grid_info::last_block | Marek Olšák | 2019-03-15 | 1 | -0/+2 |
* | gallium: add PIPE_CAP_MAX_VARYINGS | Karol Herbst | 2019-02-07 | 1 | -0/+4 |
* | gallium: Add a PIPE_CAP_NIR_COMPACT_ARRAYS capability bit. | Kenneth Graunke | 2019-02-05 | 1 | -0/+1 |
* | Gallium: Add new CAPS to indicate whether a driver can switch SRGB write | Gert Wollny | 2019-01-28 | 1 | -0/+3 |
* | tgsi: remove culldist semantic from docs | Timothy Arceri | 2019-01-26 | 1 | -18/+0 |
* | gallium: Add forgotten docs for PIPE_CAP_GLSL_TESS_LEVELS_AS_INPUTS. | Kenneth Graunke | 2019-01-23 | 1 | -0/+1 |
* | st/mesa: Optionally override RGB/RGBX dst alpha blend factors | Kenneth Graunke | 2019-01-15 | 1 | -0/+1 |
* | gallium: Add the ability to query a single pipeline statistics counter | Kenneth Graunke | 2019-01-15 | 1 | -0/+5 |
* | docs: fix gallium screen cap docs | Ilia Mirkin | 2019-01-10 | 1 | -11/+11 |
* | gallium: add PIPE_CAP_TGSI_ATOMFADD to indicate support | Ilia Mirkin | 2018-12-26 | 1 | -0/+2 |
* | tgsi: add ATOMFADD operation | Ilia Mirkin | 2018-12-26 | 1 | -0/+15 |
* | gallium: Add new PIPE_CAP_SURFACE_SAMPLE_COUNT | Kristian H. Kristensen | 2018-12-06 | 1 | -0/+3 |
* | gallium: New cap PIPE_CAP_MAX_VERTEX_ELEMENT_SRC_OFFSET. | Mathias Fröhlich | 2018-09-10 | 1 | -0/+2 |
* | gallium: add PIPE_CAP_MAX_TEXTURE_UPLOAD_MEMORY_BUDGET | Marek Olšák | 2018-09-07 | 1 | -0/+3 |
* | gallium: enable GL_AMD_depth_clamp_separate on r600, radeonsi | Marek Olšák | 2018-09-06 | 1 | -0/+4 |
* | gallium: add PIPE_CAP_RASTERIZER_SUBPIXEL_BITS | Marek Olšák | 2018-09-06 | 1 | -0/+2 |
* | gallium: add PIPE_CAP_MAX_COMBINED_HW_ATOMIC_COUNTER{S,_BUFFERS} | Erik Faye-Lund | 2018-09-05 | 1 | -0/+5 |
* | gallium: add PIPE_CAP_MAX_COMBINED_SHADER_BUFFERS | Erik Faye-Lund | 2018-09-05 | 1 | -0/+3 |
* | gallium: Split out PIPE_CAP_TEXTURE_MIRROR_CLAMP_TO_EDGE. | Kenneth Graunke | 2018-08-24 | 1 | -2/+4 |
* | gallium: add PIPE_CAP_MAX_SHADER_BUFFER_SIZE | Marek Olšák | 2018-08-23 | 1 | -0/+2 |
* | gallium: add PIPE_CAP_MAX_GS_INVOCATIONS | Marek Olšák | 2018-08-23 | 1 | -1/+2 |
* | gallium: add new SAMP2HND and IMG2HND opcodes | Rhys Perry | 2018-08-01 | 1 | -0/+25 |
* | gallium: add storage_sample_count parameter into is_format_supported | Marek Olšák | 2018-07-31 | 1 | -0/+3 |
* | gallium: add pipe_resource::nr_storage_samples, and set it same as nr_samples | Marek Olšák | 2018-07-31 | 1 | -2/+21 |
* | gallium: add PIPE_CAP_FRAMEBUFFER_MSAA_CONSTRAINTS | Marek Olšák | 2018-07-31 | 1 | -0/+11 |
* | gallium: add scalar isa shader cap | Christian Gmeiner | 2018-06-20 | 1 | -0/+1 |
* | gallium: add support for programmable sample locations | Rhys Perry | 2018-06-14 | 2 | -0/+17 |
* | gallium: add PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITY | Marek Olšák | 2018-05-29 | 1 | -0/+6 |
* | gallium: add initial support for conservative rasterization | Rhys Perry | 2018-04-30 | 2 | -0/+41 |
* | gallium: add packed uniform CAP | Timothy Arceri | 2018-03-20 | 1 | -0/+2 |
* | gallium: allow drivers to impose BO flags restrictions on constant buffer 0 | Marek Olšák | 2018-02-17 | 1 | -0/+4 |
* | gallium: drop all the guard band float caps. | Dave Airlie | 2018-02-14 | 1 | -4/+0 |
* | gallium/st/clover: remove unused PIPE_SHADER_IR_LLVM | Timothy Arceri | 2018-02-01 | 1 | -2/+2 |
* | gallium: add fence_server_signal() v2 | Andres Rodriguez | 2018-01-30 | 1 | -0/+31 |
* | gallium: introduce PIPE_CAP_FENCE_SIGNAL v2 | Andres Rodriguez | 2018-01-30 | 1 | -0/+2 |
* | gallium: remove PIPE_CAP_USER_CONSTANT_BUFFERS | Marek Olšák | 2018-01-17 | 1 | -4/+0 |
* | gallium: remove PIPE_CAP_TEXTURE_SHADOW_MAP | Marek Olšák | 2018-01-17 | 1 | -3/+0 |
* | gallium: remove PIPE_CAP_TWO_SIDED_STENCIL | Marek Olšák | 2018-01-17 | 1 | -2/+0 |
* | gallium: plumb context priority through to driver | Rob Clark | 2017-12-19 | 1 | -0/+4 |
* | gallium/docs: document behavior of set_sample_mask() | Brian Paul | 2017-12-13 | 1 | -1/+4 |
* | gallium: add hw atomic buffer binding API. | Dave Airlie | 2017-11-10 | 1 | -0/+8 |
* | gallium/tgsi: start adding hw atomics (v3.2) | Dave Airlie | 2017-11-10 | 1 | -3/+30 |
* | gallium: add CAPs to support HW atomic counters. (v3) | Dave Airlie | 2017-11-10 | 1 | -1/+4 |
* | gallium: add PIPE_FLUSH_{TOP,BOTTOM}_OF_PIPE bits | Nicolai Hähnle | 2017-11-09 | 1 | -0/+14 |
* | gallium: add PIPE_FLUSH_ASYNC and PIPE_FLUSH_HINT_FINISH | Nicolai Hähnle | 2017-11-09 | 1 | -0/+9 |
* | gallium: add PIPE_CAP_SIGNED_VERTEX_BUFFER_OFFSET | Marek Olšák | 2017-11-06 | 1 | -0/+4 |
* | gallium: add cap for driver specified max combined shader resources. | Dave Airlie | 2017-11-01 | 1 | -1/+3 |
* | gallium: Create a new PIPE_CAP_TILE_RASTER_ORDER for vc4. | Eric Anholt | 2017-10-10 | 1 | -0/+3 |