aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* nir/find_array_copies: Use correct parent array lengthConnor Abbott2019-07-301-2/+3
* nir: Fix comparison for nir_deref_instr_is_known_out_of_bounds()Connor Abbott2019-07-301-1/+1
* radv/gfx10: only compile the GS copy shader on-demandSamuel Pitoiset2019-07-301-1/+2
* swr/rasterizer: Add memory tracking supportJan Zielinski2019-07-3012-26/+252
* swr/rasterizer: Better implementation of scatterJan Zielinski2019-07-307-79/+225
* swr/rasterizer: cleanups for tessellationJan Zielinski2019-07-302-28/+56
* rasterizer/swr: move BucketMgr to SwrContextJan Zielinski2019-07-3021-261/+290
* v3d: take into account separate_stencil when checking if stencil should be cl...Alejandro Piñeiro2019-07-301-1/+7
* radv: Don't include radv_private.h from radv_shader.hDaniel Schürmann2019-07-306-94/+143
* i965/gen10: Remove unnecessary workaround.Rafael Antognolli2019-07-291-16/+0
* iris: Fix SO offset to be 32-bit in DrawTransformFeedback handlingKenneth Graunke2019-07-291-1/+1
* intel: Use a system value for gl_FragCoordJason Ekstrand2019-07-2911-52/+19
* glsl: Treat gl_FragCoord as a varying even when it's a system valueJason Ekstrand2019-07-291-1/+3
* mesa/spirv: Set frag_coord_is_sysval to GLSLFragCoordIsSysValJason Ekstrand2019-07-291-0/+1
* intel/fs: Remove calculate_urb_setup from fs_visitorJason Ekstrand2019-07-292-14/+8
* freedreno/a6xx: fix MSAA resolve hangsRob Clark2019-07-291-11/+4
* freedreno/ir3: fix for array/reg store vs meta instructionsRob Clark2019-07-291-1/+4
* radeon/vcn/vp9: add Arcturus VP9 supportLeo Liu2019-07-291-3/+3
* radeon/vcn: add Arcturus decode supportLeo Liu2019-07-291-1/+11
* amd: add support for ArcturusMarek Olšák2019-07-293-0/+7
* radeonsi: add AMD_DEBUG=nogfx for testingMarek Olšák2019-07-292-0/+5
* radeonsi: add support for compute-only chipsMarek Olšák2019-07-296-6/+22
* gallium/auxiliary/vl: add compute shaders for deint yuvSonny Jiang2019-07-294-31/+403
* gallium/auxiliary/vl: don't call gfx functions on compute-only chipsSonny Jiang2019-07-291-75/+83
* gallium/auxiliary/vl: add PIPE_CAP_GRAPHICS check for vl compositorJames Zhu2019-07-292-64/+65
* gallium: create multimedia contexts as compute-only if graphics is unsupportedMarek Olšák2019-07-299-12/+21
* gallium: add PIPE_CAP_GRAPHICSMarek Olšák2019-07-293-0/+4
* radv: implement VK_EXT_index_type_uint8Samuel Pitoiset2019-07-293-6/+61
* anv: implement VK_EXT_index_type_uint8Lionel Landwerlin2019-07-294-22/+66
* vulkan: Bump headers to 1.1.117Lionel Landwerlin2019-07-291-21/+145
* intel/mi: only resolve to a temp register if source isn't in memoryEric Engestrom2019-07-291-1/+1
* nir: Fix helgrind complaints about data race in trivial_swizzle init.Eric Anholt2019-07-291-3/+3
* freedreno: Fix data race on making the shader's id.Eric Anholt2019-07-291-1/+2
* freedreno: Take a lock around shader variant creation.Eric Anholt2019-07-292-0/+7
* freedreno: Fix data races with allocating/freeing struct ir3.Eric Anholt2019-07-291-1/+1
* freedreno: Fix helgrind complaint on shader-db key setup.Eric Anholt2019-07-291-2/+1
* radv: Take variable descriptor counts into account for buffer entries.Bas Nieuwenhuizen2019-07-291-1/+10
* anv: Don't claim support for 24 and 48-bit formats on IVBJason Ekstrand2019-07-291-0/+8
* isl/formats: R8G8B8_UNORM_SRGB isn't supported on HSWJason Ekstrand2019-07-291-1/+5
* pan/midgard: Fix alpha test w.r.t new indexingAlyssa Rosenzweig2019-07-291-1/+2
* softpipe: Don't draw when rasterizer_discard is setGert Wollny2019-07-291-0/+3
* softpipe: Fix cube arrays layer selectionGert Wollny2019-07-291-8/+8
* vulkan/wsi/wayland: implement acquire timeoutLionel Landwerlin2019-07-291-25/+51
* util: add a timespec helperLionel Landwerlin2019-07-295-0/+673
* intel: replace large stack buffer with heap allocationEric Engestrom2019-07-293-31/+37
* radv/gfx10: do not use the fast depth or stencil clear bytes pathSamuel Pitoiset2019-07-291-2/+3
* ac: do not crash when the buffer data format is invalidSamuel Pitoiset2019-07-291-0/+1
* ac/nir: fix txf_ms with an offsetRhys Perry2019-07-291-2/+2
* radv: Delete unused local variables in optimization loopConnor Abbott2019-07-291-0/+2
* nir/find_array_copies: Handle wildcards and overlapping copiesConnor Abbott2019-07-293-185/+405