summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-12-12meson: libfreedreno depends upon libdrm (for fence support)Rhys Kidd1-3/+1
2018-12-12virgl: force linear texturing supportErik Faye-Lund1-2/+3
2018-12-09nv50/ir: fix use-after-free in ConstantFolding::visitKarol Herbst1-33/+49
2018-12-09nouveau: use atomic operations for driver statisticsKarol Herbst1-3/+4
2018-12-09nv50/ir: initialize relDegree staticlyKarol Herbst1-7/+16
2018-12-07shader-packingEric Anholt1-1/+2
2018-12-07tfuEric Anholt1-1/+1
2018-12-07vc4: Fix a leak of the transfer helper on screen destroy.Eric Anholt1-0/+3
2018-12-07v3d: Fix a leak of the transfer helper on screen destroy.Eric Anholt1-0/+2
2018-12-07v3d: Add VIR dumping of TMU config p0/p1.Eric Anholt1-14/+6
2018-12-07v3d: Garbage collect unused uniforms code.Eric Anholt1-88/+0
2018-12-07v3d: Split most of TEXTURE_SHADER_STATE setup out of sampler views.Eric Anholt1-58/+69
2018-12-07v3d: Avoid confusing auto-indenting in TEXTURE_SHADER_STATE packingEric Anholt1-4/+4
2018-12-07v3d: Fix handling of texture first_layer offsets for 3D textures.Eric Anholt1-5/+5
2018-12-07v3d: Return the right gl_SampleMaskIn[] value.Eric Anholt1-8/+0
2018-12-07v3d: Don't forget to flush writes to UBOs.Eric Anholt2-5/+16
2018-12-07v3d: Make an array for frag/vert texture state in the context.Eric Anholt7-42/+21
2018-12-07v3d: Put default vertex attribute values into the state uploader as well.Eric Anholt3-8/+12
2018-12-07v3d: Create a state uploader for packing our shaders together.Eric Anholt4-13/+35
2018-12-07v3d: Update simulator cache flushing code to match the kernel better.Eric Anholt1-13/+19
2018-12-07v3d: Use the TFU to do generatemipmap.Eric Anholt7-1/+175
2018-12-07v3d: Add the V3D TFU submit interface to the simulator.Eric Anholt3-20/+90
2018-12-07v3d: Use combined input/output segments.Eric Anholt1-4/+7
2018-12-07v3d: Add missing OES_half_float_linear support.Eric Anholt1-0/+1
2018-12-07v3d: Add support for RGBA_SRGB along with BGRA_SRGB.Eric Anholt1-0/+2
2018-12-07freedreno/ir3: track max flow control depth for a5xx/a6xxRob Clark2-4/+4
2018-12-07freedreno/ir3: sync instr/disasmRob Clark1-1/+1
2018-12-07freedreno/a6xx: blitter fixesRob Clark2-3/+80
2018-12-07freedreno: update generated headersRob Clark7-35/+56
2018-12-07freedreno/a5xx+a6xx: remove unused fs/vs pvt memRob Clark4-20/+0
2018-12-07freedreno: remove unused fd_surface fieldsRob Clark1-5/+0
2018-12-06freedreno: Add support for EXT_multisampled_render_to_textureKristian H. Kristensen3-1/+7
2018-12-06freedreno/a6xx: MSAARob Clark10-24/+74
2018-12-06amd: remove support for LLVM 6.0Samuel Pitoiset7-195/+38
2018-12-05gallium: Android build fixesKristian H. Kristensen1-0/+1
2018-12-05nir: Make boolean conversions sized just like the othersJason Ekstrand1-4/+4
2018-12-03nouveau: set texture upload budgetIlia Mirkin3-3/+6
2018-12-03nv50,nvc0: add explicit handling of PIPE_CAP_MAX_VERTEX_ELEMENT_SRC_OFFSETIlia Mirkin2-0/+4
2018-12-03nv50: always keep TSC slot 0 boundIlia Mirkin3-0/+31
2018-12-04virgl: fix const warning on debug flags.Dave Airlie2-3/+3
2018-12-02nv50,nvc0: Fix gallium nine regression regarding sampler bindingsKarol Herbst2-16/+12
2018-11-30virgl: don't mark buffers as unclean after a writeGurchetan Singh2-1/+10
2018-11-30virgl: avoid large inline transfersGurchetan Singh1-1/+5
2018-11-30virgl: quadruple command buffer sizeGurchetan Singh1-1/+1
2018-11-28radeonsi: add memory management stress tests for GDSMarek Olšák2-0/+48
2018-11-28winsys/amdgpu: add support for allocating GDS and OA resourcesMarek Olšák1-1/+3
2018-11-28radeonsi: allow si_cp_dma_clear_buffer to clear GDS from any IBMarek Olšák4-31/+33
2018-11-28winsys/amdgpu,radeon: pass vm_alignment to buffer_from_handleMarek Olšák4-3/+10
2018-11-28radeonsi: fix is_oneway_access_only for bindless imagesMarek Olšák1-6/+23
2018-11-28radeonsi/nir: parse more information about bindless usageMarek Olšák1-4/+32