summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update version to 18.2.0-rc2mesa-18.2.0-rc2Andres Gomez2018-08-091-1/+1
* meson: use correct keyword to fix a meson warningJon Turney2018-08-071-1/+1
* vc4: Fix a leak of the no-vertex-elements workaround BO.Eric Anholt2018-08-071-0/+2
* vc4: Fix context creation when syncobjs aren't supported.Eric Anholt2018-08-071-2/+6
* drisw: Fix build on Android Nougat, which lacks shm (v2)Chad Versace2018-08-071-0/+11
* meson, install_megadrivers: Also remove stale symlinksGert Wollny2018-08-071-2/+4
* v3d: Emit the VCM_CACHE_SIZE packet.Eric Anholt2018-08-076-4/+45
* v3d: Avoid spilling that breaks the r5 usage after a ldvary.Eric Anholt2018-08-071-0/+9
* v3d: Make sure that QPU instruction-has-a-dest matches VIR.Eric Anholt2018-08-072-1/+11
* v3d: Wait for TMU writes to complete before continuing after a spill.Eric Anholt2018-08-071-1/+6
* v3d: Make sure we don't emit a thrsw before the last one finished.Eric Anholt2018-08-071-2/+13
* intel: aubinator: fix read the context/ringLionel Landwerlin2018-08-061-2/+2
* nvc0/ir: return 0 in imageLoad on incomplete texturesKarol Herbst2018-08-062-3/+31
* gallium/u_vbuf: handle indirect multidraws correctly and efficiently (v3)Marek Olšák2018-08-061-24/+180
* android: radv: build vulkan.radv conditionally to radeonsiMauro Rossi2018-08-061-0/+2
* intel/tools: add error2aub creation into autotoolsAndres Gomez2018-08-021-1/+23
* swr: Remove unnecessary memset callVlad Golovkin2018-08-021-1/+0
* Update version to 18.2.0-rc1mesa-18.2.0-rc1Andres Gomez2018-08-021-1/+1
* 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
* gallium: fix ddebug on windowsDylan Baker2018-08-011-1/+5
* util: move process.[ch] to u_process.[ch]Dylan Baker2018-08-017-8/+8
* ac,radeonsi: reduce optimizations for complex compute shaders on older APUs (v2)Marek Olšák2018-08-016-13/+68
* v3d: Actually put the "%s" in the snprintf.Eric Anholt2018-08-011-1/+1
* vc4: Fix automake linking error.Juan A. Suarez Romero2018-08-011-0/+9
* scons: require scons 2.4 or greaterJuan A. Suarez Romero2018-08-011-0/+6
* travis: install scons from pipJuan A. Suarez Romero2018-08-011-3/+5
* docs: mark ARB_ES3_2_compatibility as done for radeonsiMarek Olšák2018-08-012-1/+2
* intel: tools: aubwrite: split gen[89] from gen10+Lionel Landwerlin2018-08-015-186/+416
* python: Use the unicode_escape codecMathieu Bridon2018-08-012-2/+2
* python: Explicitly add the 'L' suffix on Python 3Mathieu Bridon2018-08-011-1/+10
* python: Explicitly use byte stringsMathieu Bridon2018-08-011-2/+2