aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
* ddebug: add missing forward declarationPierre-Eric Pelloux-Prayer2020-03-301-0/+1
* meson: inline `inc_common`Eric Engestrom2020-03-2832-33/+34
* radeonsi/gfx10: fix descriptors and compute registers for compute-based cullingMarek Olšák2020-03-281-14/+39
* radeonsi/gfx10: fix the wave size for compute-based cullingMarek Olšák2020-03-285-6/+19
* radeonsi/gfx10: user correct ACQUIRE_MEM packet for compute-based cullingMarek Olšák2020-03-281-8/+23
* radeonsi/gfx10: fix ds.ordered.add intrinsic for compute-based cullingMarek Olšák2020-03-281-0/+3
* radeonsi/gfx10: don't use NGG culling if compute-based culling is usedMarek Olšák2020-03-281-0/+1
* radeonsi: add num_vbos_in_user_sgprs into the shader cache keyMarek Olšák2020-03-281-0/+3
* radeonsi: always create wait_mem_scratch for compute-based cullingMarek Olšák2020-03-281-1/+2
* radeonsi: set amdgpu-gds-size for mode == 2 of compute-based cullingMarek Olšák2020-03-281-1/+4
* radeonsi: fix incorrect ordered_wave_id initilization for compute-based cullingMarek Olšák2020-03-281-1/+2
* radeonsi: remove obsolete TODO comment related to compute-based cullingMarek Olšák2020-03-281-1/+0
* lima: Implement lima_texture_subdataVasily Khoruzhick2020-03-281-13/+65
* util: don't include p_defines.h and u_pointer.h from galliumMarek Olšák2020-03-2713-15/+12
* Move compiler.h and imports.h/c from src/mesa/main into src/utilMarek Olšák2020-03-272-2/+2
* wgl: use gldrv.h instead of stw_icd.hJesse Natalie2020-03-2710-647/+33
* wgl: add official gldrv.h header-fileJesse Natalie2020-03-271-0/+589
* nv50, nvc0: fix must_check warning of util_dynarray_resize_bytesKarol Herbst2020-03-272-6/+14
* nv50: remove unused variableErik Faye-Lund2020-03-271-2/+0
* intel/perf: break GL query stuff awayLionel Landwerlin2020-03-274-5/+1
* x86_init_func_common: Add ENDBR at function entryH.J. Lu2020-03-261-0/+5
* radeonsi: enable full out-of-order drawing when allow_draw_out_of_order is setMarek Olšák2020-03-261-2/+4
* mesa: allow out-of-order drawing to optimize immediate mode if it's safeMarek Olšák2020-03-263-0/+4
* radeonsi: Stop exposing PIPE_SHADER_CAP_FP16Kristian H. Kristensen2020-03-251-1/+1
* freedreno: ssbo: mark resource read or written depending on usageChristian Gmeiner2020-03-251-10/+15
* freedreno: ssbo: keep track if a buffer gets writtenChristian Gmeiner2020-03-252-0/+3
* freedreno: simplify fd_set_shader_buffers(..)Christian Gmeiner2020-03-251-16/+8
* freedreno: calculate modified bit mask only onceChristian Gmeiner2020-03-251-6/+2
* gallium/util: Add back (and rename) util_float_to_half implementationRoland Scheidegger2020-03-251-0/+57
* etnaviv: Emit PE.ALPHA_COLOR_EXT* on GPUs with half-float supportMarek Vasut2020-03-251-1/+2
* gallivm: disable rgtc/latc SNORM accellerated fetchesRoland Scheidegger2020-03-251-13/+19
* rbug: do not return void-valueErik Faye-Lund2020-03-251-1/+1
* rbug: clean up cast-warningsErik Faye-Lund2020-03-251-2/+2
* pipebuffer: clean up cast-warningsErik Faye-Lund2020-03-251-2/+2
* freedreno: Enable mediump loweringHyunjun Ko2020-03-242-2/+4
* freedreno/registers: more GRAS_CL_CNTL bits, Z_CLAMPJonathan Marek2020-03-241-1/+1
* radeonsi: clarify the conditions when FLUSH_AND_INV_DB is neededPierre-Eric Pelloux-Prayer2020-03-242-14/+7
* lima: Add missing source file to Android.mkRoman Stratiienko2020-03-231-0/+1
* iris: Set patch count threshold in 3DSTATE_HSSagar Ghuge2020-03-231-0/+7
* panfrost: Align Android makefiles with recent changesRoman Stratiienko2020-03-233-2/+6
* gallium/gallivm: Remove workaround disabling AVX code for newer CPUsJan Zielinski2020-03-231-9/+3
* gallivm: add support for rgtc/latc fetches.Dave Airlie2020-03-233-3/+415
* gallivm/s3tc: split out dxt5 alpha codeDave Airlie2020-03-231-35/+55
* etnaviv: nir: add compile_check_limitsJonathan Marek2020-03-221-38/+73
* vbo,gallium: make glBegin/End buffer size configurable by driversMarek Olšák2020-03-214-0/+8
* tgsi/util: Change boolean for boolMark Menzynski2020-03-202-3/+4
* lima: add support for R and RG formatsVasily Khoruzhick2020-03-207-37/+157
* lima: split pixel and texel format tablesVasily Khoruzhick2020-03-204-46/+78
* zink/spirv: do not use bitwise operations on booleansErik Faye-Lund2020-03-201-5/+22
* winsys/radeon: change to 3-space indentationMarek Olšák2020-03-198-2963/+2956