aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* st/va: GetConfigAttributes: check profile and entrypoint combinationSatyajit Sahu2020-03-031-2/+6
* intel/isl: Implement D16_UNORM workarounds.Rafael Antognolli2020-03-031-2/+18
* st/va/postproc: reallocate interlaced destination bufferThong Thai2020-03-031-4/+1
* panfrost: fix transform feedbackLouis-Francis Ratté-Boulianne2020-03-031-0/+7
* gallium: add PIPE_CAP_PSIZ_CLAMPEDLouis-Francis Ratté-Boulianne2020-03-032-0/+2
* gallium: add PIPE_CAP_VIEWPORT_TRANSFORM_LOWEREDLouis-Francis Ratté-Boulianne2020-03-032-0/+4
* gallium: add PIPE_CAP_PACKED_STREAM_OUTPUTLouis-Francis Ratté-Boulianne2020-03-032-0/+4
* lima: don't disable tiling if there's linear modifier in listVasily Khoruzhick2020-03-031-3/+0
* ac: rename lds_size_per_cu to lds_size_per_workgroupSamuel Pitoiset2020-03-031-1/+1
* nvc0: enable EXT_texture_shadow_lodIlia Mirkin2020-03-022-4/+10
* st/mesa: allow TXB2/TXL2 to work with cube array shadow texturesIlia Mirkin2020-03-021-2/+4
* nv50,nvc0: add newly added PIPE_CAP's to listIlia Mirkin2020-03-022-0/+34
* intel: fix the gen 12 compute shader scratch IDsPaulo Zanoni2020-03-031-3/+8
* intel: fix the gen 11 compute shader scratch IDsPaulo Zanoni2020-03-031-1/+6
* iris: Wait for the GPU to be idle before invalidating the aux table.Rafael Antognolli2020-03-021-0/+12
* iris: Split aux map initialization from invalidation.Rafael Antognolli2020-03-023-9/+34
* gallivm/tessellator: use private functions for min/max to avoid namespace issuesDave Airlie2020-03-031-45/+45
* lima: add RGBA5551 and RGBA4444 formatsVasily Khoruzhick2020-03-024-25/+48
* r600/sfn: Don't try to catch exceptions, the driver doesn't throw anyGert Wollny2020-03-021-12/+6
* r600/sfn: Use static_cast when type is already knownGert Wollny2020-03-028-12/+12
* r600/sfn: Avoid using dynamic_cast to identify typeGert Wollny2020-03-022-17/+34
* lima: Add etc1 supportAndreas Baierl2020-03-022-9/+9
* st/va: remove unneeded codeThong Thai2020-02-281-22/+12
* freedreno: honor FD_MESA_DEBUG=nogrowRob Clark2020-02-281-4/+7
* freedreno/a6xx: enable SKIP_IB2_ENABLE properlyRob Clark2020-02-281-0/+8
* freedreno/a6xx: don't emit YIELD packetRob Clark2020-02-281-3/+0
* freedreno/a6xx: whitespace fixRob Clark2020-02-281-2/+2
* freedreno/a6xx: emit LRZ clear in sysmem tooRob Clark2020-02-281-0/+3
* freedreno/a6xx: remove unused paramRob Clark2020-02-281-3/+2
* freedreno/ir3: remove from_tgsiRob Clark2020-02-281-5/+6
* panfrost: LogicOp fixes and non 8-bit format supportIcecream952020-02-283-7/+23
* r600: add missing <array> includeGreg V2020-02-281-0/+1
* llvmpipe: add support for tessellation shadersDave Airlie2020-02-2812-8/+324
* gallium/nir/tgsi: only scan fragment shader inputs for usage_maskDave Airlie2020-02-281-2/+5
* draw: hook up final bits of tessellationDave Airlie2020-02-289-41/+446
* draw: add main tessellation codeDave Airlie2020-02-289-7/+2119
* draw: add JIT context/functions for tess stages.Dave Airlie2020-02-283-0/+313
* gallivm/nir: add tessellation i/o support.Dave Airlie2020-02-283-11/+174
* gallivm/tgsi/swr: add mask vec to the tcs storeDave Airlie2020-02-283-3/+5
* gallivm/nir: align store_var param order with load_varDave Airlie2020-02-283-5/+7
* gallivm/nir: add support for tess system valuesDave Airlie2020-02-282-1/+24
* gallivm/nir: split out 64-bit splitting codeDave Airlie2020-02-281-11/+20
* gallium/auxiliary: add the microsoft tessellator and a pipe wrapper.Dave Airlie2020-02-286-0/+3419
* gallium/u_vbuf: silence a warning by using unreachableMarek Olšák2020-02-271-1/+1
* nir: fix 5 warningsMarek Olšák2020-02-271-1/+1
* gallivm: fix 5 warningsMarek Olšák2020-02-273-4/+5
* gallium/u_threaded: convert dividing by index_size to a bit shiftMarek Olšák2020-02-281-1/+1
* gallium/u_threaded: fix uploading user indices with start != 0Marek Olšák2020-02-281-1/+2
* gallium: pass cso_velems_state into cso_context instead of pipe_vertex_elementMarek Olšák2020-02-2815-117/+130
* gallium/cso_hash: inline struct cso_hash_dataMarek Olšák2020-02-282-32/+28