summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* nir: define behavior of nir_op_bfm and nir_op_u/ibfe according to SM5 spec.Daniel Schürmann2019-06-246-35/+18
* nir/algebraic: add optimization pattern for ('ult', a, ('and', b, a)) and fri...Daniel Schürmann2019-06-241-0/+4
* lima/ppir: Add fsat opAndreas Baierl2019-06-244-0/+20
* lima/ppir: Add fneg opAndreas Baierl2019-06-244-0/+19
* lima/ppir: Add fabs opAndreas Baierl2019-06-244-0/+20
* util: support "y" and "n" in env_var_as_boolean()Eric Engestrom2019-06-241-0/+2
* lima/ppir: lower ffma in ppirAndreas Baierl2019-06-241-0/+1
* radv: add support for VK_AMD_buffer_markerSamuel Pitoiset2019-06-242-0/+36
* meson: error out if platforms contains empty stringTapani Pälli2019-06-241-0/+4
* anv: Add HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED in vk_formatNataraj Deshpande2019-06-243-3/+13
* iris: move sysvals to their own constant bufferTimur Kristóf2019-06-235-78/+73
* iris: Mark cbuf0 as not needing uploading every single timeKenneth Graunke2019-06-232-3/+14
* Revert "egl: drop empty eglfallbacks.c" and "egl: move fallback calls to egla...Eric Engestrom2019-06-226-38/+75
* egl: drop empty eglfallbacks.cEric Engestrom2019-06-225-53/+0
* egl: move fallback calls to eglapi.cEric Engestrom2019-06-222-22/+38
* egl: drop `_eglReturnFalse()` fallbacksEric Engestrom2019-06-221-24/+0
* egl: remove unnecessary eglGetProcAddress() fallbackEric Engestrom2019-06-222-2/+1
* egl: remove NULL assignments after calloc()Eric Engestrom2019-06-221-21/+0
* egl: move bad_param check further upEric Engestrom2019-06-222-6/+8
* iris: Drop bo != NULL check from blorp 48b invalidate function.Kenneth Graunke2019-06-211-1/+1
* Revert "iris: Don't check VF address high bits when there is no buffer."Kenneth Graunke2019-06-211-1/+1
* freedreno: Only upload UBO pointers for UBOs that haven't been lowered.Eric Anholt2019-06-211-1/+7
* freedreno: Remove silly return from ir3_optimize_nir().Eric Anholt2019-06-215-13/+11
* freedreno: Fix up end range of unaligned UBO loads.Eric Anholt2019-06-211-2/+3
* freedreno: Fix UBO load range detection on booleans.Eric Anholt2019-06-211-2/+1
* freedreno: Stop reporting max_const in shader-db.Eric Anholt2019-06-212-5/+2
* freedreno: Include binning shaders in shader-db.Eric Anholt2019-06-212-4/+11
* include: update GL headers from the registryMarek Olšák2019-06-2110-146/+692
* panfrost: Fix unused variable warningAlyssa Rosenzweig2019-06-211-2/+0
* panfrost: Remove the panfrost_driver abstractionBoris Brezillon2019-06-217-132/+110
* panfrost: Remove the perf counters interfaceBoris Brezillon2019-06-214-42/+0
* panfrost: ci: Fix parsing of crashed testsTomeu Vizoso2019-06-211-2/+2
* panfrost: Conditionally submit fragment jobAlyssa Rosenzweig2019-06-211-1/+4
* panfrost: Implement rasterizer discardAlyssa Rosenzweig2019-06-211-2/+12
* panfrost: Track buffer initializationAlyssa Rosenzweig2019-06-214-2/+43
* panfrost: Implement command stream scoreboardingAlyssa Rosenzweig2019-06-217-143/+558
* intel/icl: Add new ICL PCI-IDsAnuj Phogat2019-06-211-0/+2
* anv: Implement "pop-free" clippingJason Ekstrand2019-06-212-4/+86
* anv: Enable the guardband clip testJason Ekstrand2019-06-212-3/+21
* i965,iris: Move guardband calculations to a common locationJason Ekstrand2019-06-215-176/+126
* android: virgl: fix libmesa_winsys_virgil_common build and dependenciesMauro Rossi2019-06-214-2/+6
* android: winsys/amdgpu,radv: fix generated amdgfxregs.h header dependeciesMauro Rossi2019-06-213-3/+4
* radv: add support for VK_KHR_depth_stencil_resolveSamuel Pitoiset2019-06-212-0/+22
* radv: pass sample locations for transitions before depth/stencil resolvesSamuel Pitoiset2019-06-213-1/+34
* radv: clear the depth/stencil resolve attachment if necessarySamuel Pitoiset2019-06-211-18/+55
* radv: decompress HTILE if the resolve src image is compressedSamuel Pitoiset2019-06-211-1/+17
* radv: select the depth/stencil resolve method based on some conditionsSamuel Pitoiset2019-06-211-13/+65
* radv: implement all depth/stencil resolve modes using computeSamuel Pitoiset2019-06-212-0/+522
* radv: implement all depth/stencil resolve modes using graphicsSamuel Pitoiset2019-06-212-0/+614
* radv: record if a render pass has depth/stencil resolve attachmentsSamuel Pitoiset2019-06-212-1/+29