aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* pan/mdg: Dual source blend input/writeout supportIcecream952020-07-159-7/+54
* pan/mdg: Add a nir pass to reorder store_output intrinsicsIcecream952020-07-151-0/+46
* gallium: Dual source support in blend_factor_to_shaderIcecream952020-07-151-4/+4
* compiler: Add dual-source factors to blend_factorIcecream952020-07-151-0/+2
* freedreno/ir3: DCE unused arraysRob Clark2020-07-142-0/+29
* freedreno/a6xx: don't enable early-z/lrz if no z-testRob Clark2020-07-141-1/+4
* freedreno/ir3/ra: be better at failingRob Clark2020-07-142-22/+41
* freedreno/a6xx: bail instead of crash for compile failsRob Clark2020-07-141-0/+6
* freedreno/ir3: make compile fails more visibleRob Clark2020-07-141-2/+4
* freedreno/ir3: add missing VS driver paramsRob Clark2020-07-141-2/+4
* zink: enable tgsi texcoord pipe capMike Blumenkrantz2020-07-142-26/+39
* nouveau: expose HMMKarol Herbst2020-07-141-0/+3
* nvc0: support PIPE_CAP_RESOURCE_FROM_USER_MEMORY_COMPUTE_ONLYKarol Herbst2020-07-143-2/+101
* gallium: add PIPE_CAP_RESOURCE_FROM_USER_MEMORY_COMPUTE_ONLYKarol Herbst2020-07-145-5/+11
* nouveau: enable HMMKarol Herbst2020-07-142-3/+70
* nir: Support load/store of temps as scratch in nir_lower_explicit_ioJesse Natalie2020-07-141-3/+14
* nir: When nir_lower_vars_to_explicit_types is run on temps, update scratch_sizeJesse Natalie2020-07-141-2/+21
* nir_lower_io: Add addr_format_is_offset helperJesse Natalie2020-07-141-2/+8
* freedreno/regs: update a6xx PC regsJonathan Marek2020-07-146-55/+61
* freedreno/regs: update a6xx VPC regsJonathan Marek2020-07-146-53/+57
* freedreno/regs: update a6xx RB regsJonathan Marek2020-07-144-105/+161
* freedreno/regs: update a6xx GRAS registersJonathan Marek2020-07-148-160/+188
* turnip: remove use of tu_cs_entry for draw statesJonathan Marek2020-07-144-152/+134
* turnip: fix inconsistencies with tu6_load_state_sizeJonathan Marek2020-07-141-6/+14
* turnip: emit compute pipeline directly in CmdBindPipelineJonathan Marek2020-07-142-11/+6
* turnip: use DIRTY SDS bit to avoid making copies of pipeline load state ibJonathan Marek2020-07-142-41/+21
* zink: try to handle multisampled null buffersMike Blumenkrantz2020-07-144-7/+13
* zink: handle empty attachmentsMike Blumenkrantz2020-07-144-11/+60
* pan/mdg: Fix non-debug compiliationIcecream952020-07-141-1/+1
* Revert https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4580Michel Dänzer2020-07-1411-185/+10
* nouveau: expose HMMKarol Herbst2020-07-141-0/+3
* nvc0: support PIPE_CAP_RESOURCE_FROM_USER_MEMORY_COMPUTE_ONLYKarol Herbst2020-07-143-2/+101
* gallium: add PIPE_CAP_RESOURCE_FROM_USER_MEMORY_COMPUTE_ONLYKarol Herbst2020-07-145-5/+11
* nouveau: enable HMMKarol Herbst2020-07-142-3/+70
* zink: block resolve blits for depth/stencil buffersMike Blumenkrantz2020-07-141-0/+1
* zink: block vkCmdBlitImage usage for multi sampled blitsMike Blumenkrantz2020-07-141-0/+4
* zink: try copy_region hook for blits where we can't do a regular blit or resolveMike Blumenkrantz2020-07-141-0/+7
* mesa/main: use call_once instead of open-codingErik Faye-Lund2020-07-141-13/+3
* mesa/main: factor out one-time-init into a helperErik Faye-Lund2020-07-141-43/+52
* gv100/ir: set ftz bit on floating point operationsKarol Herbst2020-07-142-2/+8
* meson: fix android vulkan buildEric Engestrom2020-07-145-5/+5
* tu: Don't invalidate irrelevant state when changing pipelineConnor Abbott2020-07-141-9/+1
* freedreno/a6xx: Add some documentation for shared constsConnor Abbott2020-07-143-4/+24
* freedreno/a6xx: Rename and document HLSQ_UPDATE_CNTLConnor Abbott2020-07-149-22/+130
* clover: implements clEnqueueFillBufferSerge Martin2020-07-147-16/+60
* clover: add more cl_mem_object_type to pipe_texture_target mappingSerge Martin2020-07-141-0/+7
* radv: add the custom border color BO to the list of buffersSamuel Pitoiset2020-07-141-0/+4
* freedreno/registers: Rename SP_2D_SRC_FORMATKristian H. Kristensen2020-07-144-16/+13
* freedreno/a6xx: Split clear and blit texture into different functionsKristian H. Kristensen2020-07-141-84/+98
* freedreno/a6xx: Don't take pipe_blit_info in emit_blit_dstKristian H. Kristensen2020-07-141-11/+11