summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* amd: remove support for LLVM 5.0Marek Olšák2018-08-038-154/+40
* winsys/amdgpu: pass the BO list via the CS ioctl on DRM >= 3.27.0Marek Olšák2018-08-035-6/+60
* gallium/u_vbuf: handle indirect multidraws correctly and efficiently (v3)Marek Olšák2018-08-031-24/+180
* android: radv: build vulkan.radv conditionally to radeonsiMauro Rossi2018-08-031-0/+2
* util: return 0 for NaNs in float_to_ubyteRoland Scheidegger2018-08-031-6/+5
* anv/pipeline: Disable FS dispatch for pointless fragment shadersJason Ekstrand2018-08-031-4/+33
* nir: add fall through comment to nir_gather_infoTimothy Arceri2018-08-031-0/+1
* CleanSpec.mk: Remove HOST_OUT_releaseDan Willemsen2018-08-021-3/+3
* Android.common.mk: define HAVE_TIMESPEC_GETSumit Semwal2018-08-021-0/+7
* util: Android.mk: Convert implicit rules to static pattern rulesDan Willemsen2018-08-021-1/+1
* radeonsi: add new R600_DEBUG test "testclearbufperf"Darren Powell2018-08-028-11/+170
* mesa: add switch case for GL 2.0 in _mesa_compute_version()Brian Paul2018-08-021-0/+2
* intel/tools: add error2aub creation into autotoolsAndres Gomez2018-08-021-1/+23
* anv/pipeline: Do cross-stage linking optimizationsJason Ekstrand2018-08-021-0/+11
* anv/pipeline: Pull most of the anv_pipeline_compile_* into common codeJason Ekstrand2018-08-021-215/+92
* anv/pipeline: Add a separate "link" stageJason Ekstrand2018-08-021-128/+193
* anv/pipeline: Compile to NIR in compile_graphicsJason Ekstrand2018-08-021-161/+116
* anv/pipeline: Recompile all shaders if any are missing from the cacheJason Ekstrand2018-08-021-4/+37
* anv/pipeline: Drop anv_pipeline_add_compiled_stageJason Ekstrand2018-08-022-19/+10
* anv/pipeline: Pull shader compilation out into a helper.Jason Ekstrand2018-08-021-108/+120
* anv/pipeline: Call anv_pipeline_compile_* in a loopJason Ekstrand2018-08-021-26/+30
* anv/pipeline: Hash the entire pipeline in one goJason Ekstrand2018-08-021-53/+94
* anv/pipeline: Populate keys up-frontJason Ekstrand2018-08-021-55/+60
* anv/pipline: Add a helper struct for per-stage infoJason Ekstrand2018-08-022-95/+74
* meson: use correct keyword to fix a meson warningJon Turney2018-08-021-1/+1
* docs: add 18.3.0-devel release notes templateAndres Gomez2018-08-021-0/+71
* mesa: bump version to 18.3.0-develAndres Gomez2018-08-021-1/+1
* egl/main: fix indentationEric Engestrom2018-08-022-2/+2
* loader: fix indentationEric Engestrom2018-08-022-3/+3
* swr: Remove unnecessary memset callVlad Golovkin2018-08-021-1/+0
* mesa: replace binary constants with hexadecimal constants18.2-branchpointAndres Gomez2018-08-021-58/+58
* ddebug: use util_snprintf() in dd_get_debug_filename_and_mkdirAndres Gomez2018-08-021-3/+4
* kutil/queue: use util_snprintf() in util_queue_initAndres Gomez2018-08-021-3/+3
* gallium/aux/util: use util_snprintf() in test_texture_barrierAndres Gomez2018-08-021-2/+2
* glsl: use util_snprintf()Andres Gomez2018-08-026-27/+34
* intel/compiler: Add brw_get_compiler_config_value for disk cacheJordan Justen2018-08-014-2/+43
* i965: Disable shader cache with INTEL_DEBUG=shader_timeJordan Justen2018-08-012-2/+8
* glsl: make a copy of array indices that are used to deref a function out paramTimothy Arceri2018-08-021-0/+54
* anv/pipeline: Add populate_tcs/tes_key helpersJason Ekstrand2018-08-011-3/+25
* anv/pipeline: Rework the parameters to populate_wm_prog_keyJason Ekstrand2018-08-011-22/+24
* anv/pipeline: More aggressively optimize away color attachmentsJason Ekstrand2018-08-012-5/+14
* anv: Restrict the number of color regions to those actually writtenJason Ekstrand2018-08-011-0/+5
* anv/pipeline: Fix up deref modes if we delete a FS outputJason Ekstrand2018-08-011-0/+5
* nir/lower_indirect: Bail early if modes == 0Jason Ekstrand2018-08-011-0/+3
* intel/nir: Call nir_lower_io_to_scalar_earlyJason Ekstrand2018-08-011-5/+12
* intel/nir: Split IO arrays into elementsJason Ekstrand2018-08-011-0/+4
* i965/fs: Flag all slots of a flat input as flatJason Ekstrand2018-08-011-6/+9
* intel/nir: Use the correct scalar stage for consumers when linkingJason Ekstrand2018-08-011-1/+1
* docs: update 18.2.0 release notes for virglDave Airlie2018-08-021-1/+2
* nir/meson: fix c vs cpp args for nir testDylan Baker2018-08-011-1/+1