| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium: Add pipe cap for primitive restart with fixed index | Neil Roberts | 2020-06-22 | 1 | -0/+1 |
* | gallium: add shader caps INT16 and FP16_DERIVATIVES | Marek Olšák | 2020-06-02 | 1 | -0/+4 |
* | meson: use gnu_symbol_visibility argument | Dylan Baker | 2020-06-01 | 1 | -1/+1 |
* | r300g: Remove extra printf format specifiers. | Vinson Lee | 2020-05-30 | 1 | -2/+2 |
* | gallium: change comments to remove 'state tracker' | Marek Olšák | 2020-05-13 | 3 | -3/+3 |
* | gallium: rename 'state tracker' to 'frontend' | Marek Olšák | 2020-05-13 | 1 | -1/+1 |
* | ac/surface,radeonsi: move the set/get_bo_metadata code to ac_surface.c | Marek Olšák | 2020-05-07 | 1 | -2/+2 |
* | gallium: add pipe cap for scissored clears and pass scissor state to clear() ... | Mike Blumenkrantz | 2020-04-29 | 1 | -0/+1 |
* | r300: Remove a bunch of default handling of pipe caps. | Eric Anholt | 2020-01-21 | 1 | -125/+0 |
* | util: Move gallium's PIPE_FORMAT utils to /util/format/ | Eric Anholt | 2019-11-14 | 10 | -12/+12 |
* | util: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIAN | Dylan Baker | 2019-11-05 | 1 | -1/+1 |
* | util/u_endian: set PIPE_ARCH_*_ENDIAN to 1 | Dylan Baker | 2019-11-05 | 1 | -1/+1 |
* | gallium: remove PIPE_SHADER_CAP_SCALAR_ISA | Marek Olšák | 2019-10-10 | 1 | -4/+0 |
* | r300,r600,radeonsi: set winsys_handle::stride,offset in drivers, not winsyses | Marek Olšák | 2019-09-09 | 1 | -2/+4 |
* | r300,r600,radeonsi: read winsys_handle::stride,offset in drivers, not winsyses | Marek Olšák | 2019-09-09 | 1 | -3/+3 |
* | meson: drop unused dep_{thread,dl} | Eric Engestrom | 2019-08-03 | 1 | -1/+1 |
* | meson: replace libmesa_util with idep_mesautil | Eric Engestrom | 2019-08-03 | 1 | -2/+2 |
* | u_blitter: add a msaa parameter to util_blitter_clear | Pierre-Eric Pelloux-Prayer | 2019-07-23 | 1 | -1/+2 |
* | gallium: switch boolean -> bool at the interface definitions | Ilia Mirkin | 2019-07-22 | 4 | -34/+34 |
* | gallium: get rid of PIPE_CAP_SM3 | Erik Faye-Lund | 2019-07-10 | 1 | -1/+3 |
* | winsys/amdgpu: Make KMS handles valid for original DRM file descriptor | Michel Dänzer | 2019-07-03 | 1 | -1/+1 |
* | r300g: implement GLSL disk shader caching | Rui Salvaterra | 2019-06-11 | 2 | -1/+40 |
* | r300g: restore performance after RADEON_FLAG_NO_INTERPROCESS_SHARING was added | Richard Thier | 2019-06-11 | 4 | -5/+17 |
* | gallium: Change PIPE_CAP_TGSI_FS_FBFETCH bool to PIPE_CAP_FBFETCH count | Kenneth Graunke | 2019-05-23 | 1 | -1/+1 |
* | winsys/amdgpu: add REWIND emulation via INDIRECT_BUFFER into cs_check_space | Marek Olšák | 2019-05-16 | 2 | -2/+2 |
* | gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE. | Eric Anholt | 2019-05-13 | 1 | -1/+2 |
* | delete autotools .gitignore files | Eric Engestrom | 2019-04-29 | 1 | -1/+0 |
* | gallium: set PIPE_CAP_MAX_FRAMES_IN_FLIGHT to 2 for all drivers | Marek Olšák | 2019-04-24 | 1 | -3/+0 |
* | gallium: replace DRM_CONF_THROTTLE with PIPE_CAP_MAX_FRAMES_IN_FLIGHT | Marek Olšák | 2019-04-23 | 1 | -0/+3 |
* | Delete autotools | Dylan Baker | 2019-04-15 | 2 | -45/+0 |
* | gallium: add PIPE_CAP_MAX_VARYINGS | Karol Herbst | 2019-02-07 | 1 | -0/+3 |
* | winsys/amdgpu,radeon: pass vm_alignment to buffer_from_handle | Marek Olšák | 2018-11-28 | 1 | -1/+1 |
* | meson: Add tests to suites | Dylan Baker | 2018-11-20 | 1 | -1/+2 |
* | radeonsi: stop command submission with PIPE_CONTEXT_LOSE_CONTEXT_ON_RESET only | Marek Olšák | 2018-11-09 | 1 | -1/+1 |
* | r300g: add PIPE_SHADER_CAP_SCALAR_ISA switch case to silence warning | Brian Paul | 2018-09-20 | 1 | -0/+4 |
* | gallium: add PIPE_CAP_MAX_TEXTURE_UPLOAD_MEMORY_BUDGET | Marek Olšák | 2018-09-07 | 1 | -0/+1 |
* | gallium: enable GL_AMD_depth_clamp_separate on r600, radeonsi | Marek Olšák | 2018-09-06 | 1 | -0/+1 |
* | gallium: Add a helper for implementing PIPE_CAP_* default values. | Eric Anholt | 2018-09-04 | 1 | -1/+3 |
* | gallium: Split out PIPE_CAP_TEXTURE_MIRROR_CLAMP_TO_EDGE. | Kenneth Graunke | 2018-08-24 | 1 | -0/+1 |
* | 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 | -0/+3 |
* | gallium: add storage_sample_count parameter into is_format_supported | Marek Olšák | 2018-07-31 | 2 | -2/+8 |
* | gallium: add PIPE_CAP_FRAMEBUFFER_MSAA_CONSTRAINTS | Marek Olšák | 2018-07-31 | 1 | -0/+1 |
* | gallium/util: remove dummy function util_format_is_supported | Marek Olšák | 2018-06-29 | 1 | -3/+0 |
* | amd,radeonsi: rename radeon_winsys_cs -> radeon_cmdbuf | Marek Olšák | 2018-06-19 | 2 | -2/+2 |
* | gallium: add support for programmable sample locations | Rhys Perry | 2018-06-14 | 1 | -0/+1 |
* | r300g/swtcl: make pipe_context uploaders use malloc'd memory as before | Marek Olšák | 2018-06-05 | 1 | -3/+6 |
* | gallium: add PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITY | Marek Olšák | 2018-05-29 | 1 | -0/+1 |
* | gallium: add initial support for conservative rasterization | Rhys Perry | 2018-04-30 | 1 | -0/+10 |
* | util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t... | Ian Romanick | 2018-03-29 | 1 | -3/+3 |