summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: deduplicate min_esverts code in gfx10_ngg_calculate_subgroup_infoMarek Olšák2021-11-201-14/+5
* radeonsi: implement shader culling in GSMarek Olšák2021-11-206-18/+98
* radeonsi: don't use ctx.stage outside of si_llvm_translate_nirMarek Olšák2021-11-201-8/+8
* radeonsi: simplify si_get_vs_key_outputs for GSMarek Olšák2021-11-201-10/+3
* radeonsi: add is_gs parameter into si_vs_needs_prologMarek Olšák2021-11-203-10/+14
* radeonsi: restructure code that declares merged VS-GS and TES-GS SGPRsMarek Olšák2021-11-201-14/+13
* radeonsi: separate culling code from VS/TES (to be reused by GS)Marek Olšák2021-11-201-59/+72
* mesa/get: allow NV_pixel_buffer_object constants in GLES2Nicholas Bishop2021-11-191-4/+4
* d3d12: Validate opened D3D12 resource matches pipe templateJesse Natalie2021-11-193-9/+178
* d3d12: Generate a pipe format -> typeless mapping table tooJesse Natalie2021-11-192-10/+48
* d3d12: Generate format table using a macro listJesse Natalie2021-11-191-92/+95
* d3d12: Make format list all use macrosJesse Natalie2021-11-191-51/+59
* d3d12: Handle import/export of fd shared handlesJesse Natalie2021-11-191-6/+53
* winsys/d3d12: Populate winsys handle formatJesse Natalie2021-11-191-0/+1
* gallium, windows: Use HANDLE instead of FD for external objectsJesse Natalie2021-11-195-2/+21
* microsoft/compiler: Handle GLES external texturesJesse Natalie2021-11-191-0/+1
* d3d12: Support RGBX formats mapped to RGBAJesse Natalie2021-11-193-1/+18
* d3d12: Support PIPE_CAP_MIXED_COLOR_DEPTH_BITSJesse Natalie2021-11-191-0/+1
* d3d12: Support BGRA 555 and 565 formatsJesse Natalie2021-11-191-0/+4
* mesa/main, android: Log errors to logcatJesse Natalie2021-11-191-0/+8
* zink: be consistent about waiting on context queue on context destroyMike Blumenkrantz2021-11-191-1/+1
* zink: set batch state queue on creationMike Blumenkrantz2021-11-191-2/+1
* freedreno/a5xx: Emit MSAA state for sysmem rendering, too.Emma Anholt2021-11-192-39/+26
* freedreno/a5xx: Document the sRGB bit on RB_2D_SRC/DST info.Emma Anholt2021-11-191-0/+1
* freedreno/a5xx: Define a5xx_2d_surf_info like a6xx has.Emma Anholt2021-11-191-23/+9
* freedreno/a6xx: Disable sample averaging on non-ubwc z24s8 MSAA blits.Emma Anholt2021-11-192-20/+10
* freedreno/a6xx: Disable sample averaging on z/s or integer blits.Emma Anholt2021-11-192-17/+27
* ir3/lower_pcopy: Fix bug with "illegal" copies and swapsConnor Abbott2021-11-191-2/+16
* ir3/lower_pcopy: Fix shr.b illegal copy loweringConnor Abbott2021-11-191-2/+2
* ir3/spill: Support larger spill slot offsetConnor Abbott2021-11-191-9/+77
* ir3/ra: Add missing asserts to ra_push_interval()Connor Abbott2021-11-191-0/+4
* ir3/ra: Consider reg file size when swapping killed sourcesConnor Abbott2021-11-191-1/+7
* anv: initialize anv_bo_sync base fieldsLionel Landwerlin2021-11-191-2/+2
* anv: don't try to close fd = -1Lionel Landwerlin2021-11-191-4/+2
* radv: ignore the descriptor set layout when creating descriptor templateSamuel Pitoiset2021-11-191-1/+4
* radv: allow TC-compat CMASK with storage images on GFX10+Samuel Pitoiset2021-11-191-1/+3
* zink: add a compiler pass to scan for shader image useMike Blumenkrantz2021-11-191-0/+46
* zink: explicitly init glslMike Blumenkrantz2021-11-191-0/+2
* vulkan: move common format helpers to vk_formatAlejandro Piñeiro2021-11-1918-275/+80
* util/queue: fix a data race detected by TSAN when finishing the queueSamuel Pitoiset2021-11-192-6/+7
* glx/dri3: fix glXQueryContext does not return GLX_RENDER_TYPE valueQiang Yu2021-11-191-0/+2
* freedreno: Stop exposing MSAA image load/store on desktop GL.Emma Anholt2021-11-182-0/+10
* asahi: Fix BIND_PIPELINE sizing and alignmentAlyssa Rosenzweig2021-11-183-36/+25
* asahi: Remove obnoxious workaroundAlyssa Rosenzweig2021-11-181-4/+0
* asahi: Remove silly magic numbersAlyssa Rosenzweig2021-11-181-4/+4
* asahi: Fix agx_map_* structuresAlyssa Rosenzweig2021-11-183-37/+13
* asahi: Allocate special scratch buffersAlyssa Rosenzweig2021-11-181-0/+3
* asahi: Deflake addressesAlyssa Rosenzweig2021-11-181-1/+5
* asahi: Rename PANDECODE->AGXDECODEAlyssa Rosenzweig2021-11-181-1/+1
* pan/bi: Add XML for LD_BUFFERAlyssa Rosenzweig2021-11-183-1/+144