summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mesa/main: Exit early when trying to create an unsupported context APIHEADmainJordan Justen2023-05-181-0/+18
* vtn: add more info to bitcast bit size error messageMike Blumenkrantz2023-05-181-2/+2
* vtn: print spirv ids for type mismatch in bcselMike Blumenkrantz2023-05-181-1/+1
* vtn: print spirv id for type mismatch errorMike Blumenkrantz2023-05-181-1/+1
* vtn: add spirv index to type mismatch error for debuggingMike Blumenkrantz2023-05-181-3/+3
* nir: Drop unused argument from nir_ssa_dest_init_for_typeAlyssa Rosenzweig2023-05-176-16/+10
* nir: Drop unused name from nir_ssa_dest_initAlyssa Rosenzweig2023-05-17118-323/+283
* spirv: Improve the 'ID is the wrong kind of value' error messagesCaio Oliveira2023-05-172-5/+63
* anv: mark images compressed for untracked layout/accessLionel Landwerlin2023-05-173-0/+68
* ci/v3d: add flaking opengl 1.1@depthstencil-default_fb-drawpixels-float-and-u...David Heidelberg2023-05-171-0/+1
* vulkan/pipeline_cache: don't log warnings for client-invisible cachesDaniel Schürmann2023-05-177-29/+9
* docs/rusticl: add Contributing sectionnorablackcat2023-05-172-3/+19
* spirv: Fix gl_spirv_validation when OpLine with strings is presentCaio Oliveira2023-05-171-1/+9
* spirv: Extract vtn_handle_debug_text() helperCaio Oliveira2023-05-172-31/+53
* docs/venus: update vtest instructionsYiwei Zhang2023-05-171-1/+3
* iris: Set CS stall bit during HIZ_CCS_WT surface fast clearSagar Ghuge2023-05-171-0/+4
* anv: Set CS stall bit during HIZ_CCS_WT surface fast clearSagar Ghuge2023-05-171-0/+4
* Uprev Piglit to d8c08d123fadb986e9a8a7887b922ff63fcff52eCollabora's Gfx CI Team2023-05-174-4/+6
* Add checks for NULL dxil_validatorLuca Bacci2023-05-173-5/+12
* anv: put private binding BOs into execlistsLionel Landwerlin2023-05-174-4/+34
* intel/dev: remove dg2 0x5698 pci idJonathan Gray2023-05-171-1/+0
* anv: drop duplicated nir_opt_dce passesRohan Garg2023-05-171-3/+0
* anv: use the common vulkan runtime to do the heavy liftingRohan Garg2023-05-171-15/+5
* zink: add feedback loop usage for swapchainsMike Blumenkrantz2023-05-171-0/+2
* vulkan/wsi: add feedback loop usage to swapchain caps if supportedMike Blumenkrantz2023-05-175-0/+21
* pvr: Fix deferred_control_stream_flagsJames Glanville2023-05-171-1/+1
* pvr: Fix seg fault on unused ds attachmentJames Glanville2023-05-171-3/+4
* pvr: Transfer image to buffer dest rectOskar Rundgren2023-05-171-0/+9
* pvr: Transfer optimisation remove unused features from APIOskar Rundgren2023-05-178-132/+11
* pvr: Transfer check valid source address maskOskar Rundgren2023-05-171-1/+1
* pvr: fix texel unwind workaround mappingsOskar Rundgren2023-05-171-4/+7
* pvr: Transfer remove byte unwind workaroundOskar Rundgren2023-05-171-69/+1
* pvr: Transfer support flipped rectangle mappingOskar Rundgren2023-05-173-10/+45
* pvr: Transfer block compressed with 3d twiddled layoutOskar Rundgren2023-05-171-0/+6
* pvr: Transfer ignore non zero stride for twiddled surfaceOskar Rundgren2023-05-171-3/+1
* pvr: PBE fix mesa pipe swizzle conversionOskar Rundgren2023-05-171-36/+100
* radv: fix resetting VRS if the graphics pipeline doesn't enable itSamuel Pitoiset2023-05-171-7/+9
* llvmpipe: only include old Transform includes when neededPierre-Eric Pelloux-Prayer2023-05-171-4/+4
* radv: fix emitting VRS state with a null fragment shaderSamuel Pitoiset2023-05-171-1/+1
* llvmpipe/cs: refactor cs generator args to use an enumDave Airlie2023-05-171-80/+104
* draw: move to use common sampler/image binding codeDave Airlie2023-05-174-335/+64
* llvmpipe: move to common sampler/image binding codeDave Airlie2023-05-175-245/+14
* gallivm: add common code for sample/image tracking.Dave Airlie2023-05-173-0/+297
* gallivm/draw/llvmpipe: consolidate the sampler/image dynamic state fnsDave Airlie2023-05-174-602/+331
* gallivm: refactor common resources out of contextsDave Airlie2023-05-1735-1007/+721
* llvmpipe: refactor fs/cs jit structure members.Dave Airlie2023-05-172-50/+41
* draw: align common members in jit context structs.Dave Airlie2023-05-172-114/+124
* freedreno: implement GL_ARB_indirect_parametersAmber2023-05-175-3/+45
* ir3, freedreno: implement GL_ARB_shader_draw_parametersAmber2023-05-1713-22/+84
* nir: Remove legacy atomicsAlyssa Rosenzweig2023-05-161-60/+17