summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* nir: add lowering for gl_HelperInvocationRob Clark2018-07-182-0/+2
* r600: fix warnings when unref'ing pool->boMarek Olšák2018-07-171-3/+3
* r600g: some -Wsign-compare fixesKonstantin Kharlamov2018-07-176-14/+13
* r600g: constify some variablesKonstantin Kharlamov2018-07-175-10/+10
* r600g: do not use "fast-clear" for small textures (v3)Konstantin Kharlamov2018-07-171-0/+10
* freedreno: re-work fd_batch_reference() lockingRob Clark2018-07-172-23/+26
* freedreno: make fd_batch a one-shot thingRob Clark2018-07-172-11/+36
* freedreno: flush immediately when reading a pending batchRob Clark2018-07-172-30/+32
* freedreno: get rid of noop renderRob Clark2018-07-174-21/+6
* freedreno: fix samples=0 vs samples=1 confusionRob Clark2018-07-171-1/+1
* freedreno: comment for _invalidate_batch()Rob Clark2018-07-171-3/+13
* freedreno: hold batch references when flushingRob Clark2018-07-171-32/+38
* virgl: respect max_vertex_attrib_stride capErik Faye-Lund2018-07-173-2/+5
* virgl: Fix flush in virgl_encoder_inline_write.Lepton Wu2018-07-171-1/+1
* virgl: implement set_min_samplesErik Faye-Lund2018-07-175-0/+28
* r600: fix build after the removal of RADEON_PRIO_* flagsMarek Olšák2018-07-167-21/+12
* radeonsi: rework RADEON_PRIO flags to be <= 31Marek Olšák2018-07-162-22/+23
* radeonsi: merge DCC/CMASK/HTILE priority flagsMarek Olšák2018-07-166-12/+8
* radeonsi: remove non-GFX BO priority flagsMarek Olšák2018-07-168-19/+7
* mesa/virgl: Fix off-by-one and copy-paste error in multisample position evalu...Gert Wollny2018-07-161-3/+3
* nouveau: fix 3D blitter for unsigned to signed integer conversionsKarol Herbst2018-07-152-10/+22
* vc4: Tell NIR to lower fdiv instructionsJason Ekstrand2018-07-131-0/+1
* vc4: Switch to using u_transfer_helper for MSAA maps.Eric Anholt2018-07-132-100/+16
* v3d: Work around GFXH-1461 bug losing our Z/S clears.Eric Anholt2018-07-131-0/+30
* r600: Add spill output to group only if register or target index changesGert Wollny2018-07-131-24/+45
* radeonsi: add support for Vega20Marek Olšák2018-07-124-1/+5
* u_blitter: Add an option to draw the triangles using an index buffer.Eric Anholt2018-07-121-0/+1
* vc4: Don't automatically reallocate a PERSISTENT-mapped buffer.Eric Anholt2018-07-121-1/+1
* v3d: Don't automatically reallocate a PERSISTENT-mapped buffer.Eric Anholt2018-07-121-1/+1
* v3d: Fix stride of 1D_ARRAY mappings.Eric Anholt2018-07-121-1/+1
* v3d: Fix MRT blending with independent blending disabled.Eric Anholt2018-07-122-6/+14
* v3d: Implement noperspective varyings on V3D 4.x.Eric Anholt2018-07-093-0/+31
* v3d: Refactor flat shade/centroid flag emission.Eric Anholt2018-07-091-64/+76
* r600: report incorrect max-vertex-attrib for GL 4.4Erik Faye-Lund2018-07-091-1/+2
* r600/sb: fix crash in fold_alu_op3Roland Scheidegger2018-07-091-0/+2
* nv50/ir: fix Instruction::isActionEqual for PHI instructionsKarol Herbst2018-07-071-0/+6
* nvc0/ir: use the combined tid special registerRhys Perry2018-07-079-0/+61
* python: Use the print functionMathieu Bridon2018-07-062-28/+31
* v3d: Fix leak of the default attributes BOs.Eric Anholt2018-07-051-1/+10
* v3d: Fix leak of the spill BO on context destruction.Eric Anholt2018-07-051-0/+2
* v3d: Skip emitting per-RT blend state for RTs with blend disabled.Eric Anholt2018-07-051-2/+8
* v3d: Add proper support for GL_EXT_draw_buffers2's blending enables.Eric Anholt2018-07-054-25/+46
* r600: compare structure elements instead of doing a memcmpGert Wollny2018-07-051-1/+4
* r600: Add R4G4B4A4 and A1B5G5R5 to supported vertex formatsGert Wollny2018-07-051-0/+15
* r600: force LOD range to be only one value when mip.min filter is NONEGert Wollny2018-07-051-1/+9
* Shorten u_queue namesMarek Olšák2018-07-041-2/+2
* ac: fold LLVMContext creation into ac_llvm_context_initMarek Olšák2018-07-041-4/+1
* radeonsi: reorder code in si_llvm_context_initMarek Olšák2018-07-041-13/+13
* radeonsi: use ac_compile_module_to_binary to reduce compile timesMarek Olšák2018-07-042-31/+4
* nvc0: implement multisampled images on Maxwell+Rhys Perry2018-07-046-39/+48