| Commit message (Expand) | Author | Age | Files | Lines |
* | egl: move eglSurfaceAttrib() fallback to eglapi.c | Eric Engestrom | 2019-06-25 | 2 | -3/+5 |
* | egl: move eglQuerySurface() fallback to eglapi.c | Eric Engestrom | 2019-06-25 | 2 | -2/+5 |
* | egl: move eglQueryContext() fallback to eglapi.c | Eric Engestrom | 2019-06-25 | 2 | -3/+5 |
* | egl: move eglGetConfigAttrib() fallback to eglapi.c | Eric Engestrom | 2019-06-25 | 2 | -3/+5 |
* | egl: move eglChooseConfig() fallback to eglapi.c | Eric Engestrom | 2019-06-25 | 2 | -3/+6 |
* | egl: move eglGetConfigs() fallback to eglapi.c | Eric Engestrom | 2019-06-25 | 2 | -2/+4 |
* | freedreno/a5xx: fix batch leak in fd5 blitter path | Rob Clark | 2019-06-24 | 1 | -0/+1 |
* | radeonsi: don't set spi_ps_input_* for monolithic shaders | Marek Olšák | 2019-06-24 | 1 | -13/+26 |
* | radeonsi: rename and re-document cache flush flags | Marek Olšák | 2019-06-24 | 10 | -64/+66 |
* | radeonsi: fix AMD_DEBUG=nofmask | Marek Olšák | 2019-06-24 | 4 | -14/+20 |
* | radeonsi: flatten the switch for DPBB tunables | Marek Olšák | 2019-06-24 | 1 | -14/+4 |
* | radeonsi: set the calling convention for inlined function calls | Marek Olšák | 2019-06-24 | 4 | -2/+13 |
* | radeonsi: refactor si_update_vgt_shader_config | Nicolai Hähnle | 2019-06-24 | 2 | -28/+60 |
* | amd/rtld: update the ELF representation of LDS symbols | Nicolai Hähnle | 2019-06-24 | 1 | -7/+27 |
* | ac/surface: remove addrlib_family_rev_id | Marek Olšák | 2019-06-24 | 3 | -108/+7 |
* | glsl: Don't increase the iteration count when there are no terminators | Ian Romanick | 2019-06-24 | 1 | -1/+7 |
* | freedreno: Only upload the used part of UBO0 to the constant buffer. | Eric Anholt | 2019-06-24 | 2 | -5/+13 |
* | freedreno: Stop treating UBO 0 specially in UBO uploading. | Eric Anholt | 2019-06-24 | 3 | -40/+1 |
* | freedreno: Clamp UBO uploads to the constlen decided by the shader. | Rob Clark | 2019-06-24 | 1 | -0/+11 |
* | panfrost: Allow up to 16 UBOs | Alyssa Rosenzweig | 2019-06-24 | 1 | -1/+1 |
* | panfrost: DRY between shader stage setup | Alyssa Rosenzweig | 2019-06-24 | 1 | -19/+36 |
* | panfrost/midgard: Implement UBO reads | Alyssa Rosenzweig | 2019-06-24 | 1 | -14/+51 |
* | panfrost: Handle disabled/empty UBOs | Alyssa Rosenzweig | 2019-06-24 | 1 | -1/+13 |
* | panfrost: Identify "uniform buffer count" bits | Alyssa Rosenzweig | 2019-06-24 | 3 | -22/+21 |
* | panfrost: Upload UBOs | Alyssa Rosenzweig | 2019-06-24 | 1 | -0/+31 |
* | panfrost: Allow for dynamic UBO count | Alyssa Rosenzweig | 2019-06-24 | 1 | -11/+16 |
* | panfrost: Report UBO count | Alyssa Rosenzweig | 2019-06-24 | 1 | -2/+15 |
* | panfrost: Constant buffer refactor | Alyssa Rosenzweig | 2019-06-24 | 2 | -38/+34 |
* | panfrost: Replace varyings for point sprites | Alyssa Rosenzweig | 2019-06-24 | 1 | -1/+27 |
* | panfrost: Track point sprites in fragment shader key | Alyssa Rosenzweig | 2019-06-24 | 2 | -3/+39 |
* | i965: Move resources lowering after NIR linking | Caio Marcelo de Oliveira Filho | 2019-06-24 | 3 | -10/+33 |
* | glsl/nir: Fix copying 64-bit values in uniform storage | Caio Marcelo de Oliveira Filho | 2019-06-24 | 1 | -1/+1 |
* | glsl/nir: Fix copying vector constant values | Caio Marcelo de Oliveira Filho | 2019-06-24 | 1 | -1/+1 |
* | amd/common: lower bitfield_extract to ubfe/ibfe. | Daniel Schürmann | 2019-06-24 | 4 | -35/+22 |
* | amd/common: lower bitfield_insert to bfm & bitfield_select | Daniel Schürmann | 2019-06-24 | 3 | -26/+27 |
* | nir: introduce lowering of bitfield_insert to bfm and a new opcode bitfield_s... | Daniel Schürmann | 2019-06-24 | 3 | -0/+11 |
* | nir/algebraic: Use unsigned comparison when lowering bitfield insert/extract | Daniel Schürmann | 2019-06-24 | 1 | -2/+2 |
* | nir/algebraic: Remove unnecessary iand of [iu]bfe and bfm sources | Daniel Schürmann | 2019-06-24 | 1 | -0/+8 |
* | nir: define behavior of nir_op_bfm and nir_op_u/ibfe according to SM5 spec. | Daniel Schürmann | 2019-06-24 | 6 | -35/+18 |
* | nir/algebraic: add optimization pattern for ('ult', a, ('and', b, a)) and fri... | Daniel Schürmann | 2019-06-24 | 1 | -0/+4 |
* | lima/ppir: Add fsat op | Andreas Baierl | 2019-06-24 | 4 | -0/+20 |
* | lima/ppir: Add fneg op | Andreas Baierl | 2019-06-24 | 4 | -0/+19 |
* | lima/ppir: Add fabs op | Andreas Baierl | 2019-06-24 | 4 | -0/+20 |
* | util: support "y" and "n" in env_var_as_boolean() | Eric Engestrom | 2019-06-24 | 1 | -0/+2 |
* | lima/ppir: lower ffma in ppir | Andreas Baierl | 2019-06-24 | 1 | -0/+1 |
* | radv: add support for VK_AMD_buffer_marker | Samuel Pitoiset | 2019-06-24 | 2 | -0/+36 |
* | anv: Add HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED in vk_format | Nataraj Deshpande | 2019-06-24 | 3 | -3/+13 |
* | iris: move sysvals to their own constant buffer | Timur Kristóf | 2019-06-23 | 5 | -78/+73 |
* | iris: Mark cbuf0 as not needing uploading every single time | Kenneth Graunke | 2019-06-23 | 2 | -3/+14 |
* | Revert "egl: drop empty eglfallbacks.c" and "egl: move fallback calls to egla... | Eric Engestrom | 2019-06-22 | 6 | -38/+75 |