aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* v3d: Put default vertex attribute values into the state uploader as well.Eric Anholt2018-12-073-8/+12
* v3d: Create a state uploader for packing our shaders together.Eric Anholt2018-12-074-13/+35
* v3d: Update simulator cache flushing code to match the kernel better.Eric Anholt2018-12-071-13/+19
* v3d: Use the TFU to do generatemipmap.Eric Anholt2018-12-077-1/+175
* v3d: Add the V3D TFU submit interface to the simulator.Eric Anholt2018-12-073-20/+90
* v3d: Use combined input/output segments.Eric Anholt2018-12-071-4/+7
* v3d: Add missing OES_half_float_linear support.Eric Anholt2018-12-071-0/+1
* v3d: Add support for RGBA_SRGB along with BGRA_SRGB.Eric Anholt2018-12-071-0/+2
* freedreno/ir3: track max flow control depth for a5xx/a6xxRob Clark2018-12-072-4/+4
* freedreno/ir3: sync instr/disasmRob Clark2018-12-071-1/+1
* freedreno/a6xx: blitter fixesRob Clark2018-12-072-3/+80
* freedreno: update generated headersRob Clark2018-12-077-35/+56
* freedreno/a5xx+a6xx: remove unused fs/vs pvt memRob Clark2018-12-074-20/+0
* freedreno: remove unused fd_surface fieldsRob Clark2018-12-071-5/+0
* freedreno: Add support for EXT_multisampled_render_to_textureKristian H. Kristensen2018-12-063-1/+7
* freedreno/a6xx: MSAARob Clark2018-12-0610-24/+74
* amd: remove support for LLVM 6.0Samuel Pitoiset2018-12-067-195/+38
* gallium: Android build fixesKristian H. Kristensen2018-12-051-0/+1
* nir: Make boolean conversions sized just like the othersJason Ekstrand2018-12-051-4/+4
* nouveau: set texture upload budgetIlia Mirkin2018-12-033-3/+6
* nv50,nvc0: add explicit handling of PIPE_CAP_MAX_VERTEX_ELEMENT_SRC_OFFSETIlia Mirkin2018-12-032-0/+4
* nv50: always keep TSC slot 0 boundIlia Mirkin2018-12-033-0/+31
* virgl: fix const warning on debug flags.Dave Airlie2018-12-042-3/+3
* nv50,nvc0: Fix gallium nine regression regarding sampler bindingsKarol Herbst2018-12-022-16/+12
* virgl: don't mark buffers as unclean after a writeGurchetan Singh2018-11-302-1/+10
* virgl: avoid large inline transfersGurchetan Singh2018-11-301-1/+5
* virgl: quadruple command buffer sizeGurchetan Singh2018-11-301-1/+1
* radeonsi: add memory management stress tests for GDSMarek Olšák2018-11-282-0/+48
* winsys/amdgpu: add support for allocating GDS and OA resourcesMarek Olšák2018-11-281-1/+3
* radeonsi: allow si_cp_dma_clear_buffer to clear GDS from any IBMarek Olšák2018-11-284-31/+33
* winsys/amdgpu,radeon: pass vm_alignment to buffer_from_handleMarek Olšák2018-11-284-3/+10
* radeonsi: fix is_oneway_access_only for bindless imagesMarek Olšák2018-11-281-6/+23
* radeonsi/nir: parse more information about bindless usageMarek Olšák2018-11-281-4/+32
* radeonsi: small cleanup for memory opcodesMarek Olšák2018-11-281-9/+4
* radeonsi: fix is_oneway_access_only for image storesMarek Olšák2018-11-281-12/+37
* radeonsi: use structured buffer intrinsics for image viewsMarek Olšák2018-11-282-10/+42
* radeonsi: clean up primitive binning enablementMarek Olšák2018-11-281-11/+16
* virgl: fix undefined shift to use unsigned.Dave Airlie2018-11-291-1/+1
* r600: make suballocator 256-bytes alignDave Airlie2018-11-291-1/+1
* winsys/amdgpu: explicitly declare whether buffer_map is permanent or notNicolai Hähnle2018-11-2814-28/+67
* virgl: Don't try handling server fences when they are not supportedGert Wollny2018-11-281-2/+4
* v3d: Add renderonly support.Eric Anholt2018-11-274-4/+68
* freedreno: implements get_sample_positionHyunjun Ko2018-11-271-0/+45
* freedreno/a3xx: also set FSSUPERTHREADENABLERob Clark2018-11-271-0/+1
* freedreno: use MSM_BO_SCANOUT with scanout buffersJonathan Marek2018-11-271-1/+3
* freedreno: use GENERIC instead of TEXCOORD for blit programJonathan Marek2018-11-271-1/+1
* freedreno: a2xx texture updateJonathan Marek2018-11-279-20/+212
* freedreno/a2xx: Compute depth base in gmem correctlyJonathan Marek2018-11-271-5/+7
* freedreno/a2xx: set VIZ_QUERY_ID on a20xJonathan Marek2018-11-271-0/+5
* freedreno: add missing a20x idsJonathan Marek2018-11-271-0/+2