aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* i915: Delete swizzling detection logic.Kenneth Graunke2018-11-174-31/+0
* nv50/ir/ra: enforce max register requirement, and change spill orderIlia Mirkin2018-11-164-16/+26
* nv50/ir/ra: improve condition for short regs, unify with cond for 16-bitIlia Mirkin2018-11-161-7/+7
* nv50/ir: delete MINMAX instruction that is no longer in the BBIlia Mirkin2018-11-161-1/+1
* egl: Print the actual message to the console from _eglError().Eric Anholt2018-11-161-12/+20
* loader: Factor out the common driver opening logic from each loader.Eric Anholt2018-11-1615-238/+131
* loader: Stop using a local definition for an in-tree headerEric Anholt2018-11-161-8/+2
* egl: Move loader_set_logger() up to egl_dri2.c.Eric Anholt2018-11-165-10/+2
* glx: Move DRI extensions pointer loading to driOpenDriver().Eric Anholt2018-11-166-52/+26
* glx: Remove an old DEFAULT_DRIVER_DIR default.Eric Anholt2018-11-162-6/+2
* radv: enable primitive binning by defaultSamuel Pitoiset2018-11-162-7/+3
* radv: add a debug option for disabling primitive binningSamuel Pitoiset2018-11-162-0/+2
* virgl: native fence fd supportRobert Foss2018-11-167-16/+166
* intel/aub_viewer: Print blend states properlyLionel Landwerlin2018-11-161-2/+16
* intel/aub_viewer: fix dynamic state printingLionel Landwerlin2018-11-161-2/+2
* intel/aubinator: fix ring buffer pointerLionel Landwerlin2018-11-162-4/+4
* intel/decoders: read ring buffer lengthLionel Landwerlin2018-11-162-2/+5
* egl/dri: fix error value with unknown drm formatLionel Landwerlin2018-11-161-1/+1
* gbm: Clarify acceptable formats for gbm_boDaniel Stone2018-11-161-2/+2
* Revert "radv: disable VK_SUBGROUP_FEATURE_VOTE_BIT"Connor Abbott2018-11-161-4/+2
* vc4: Don't return a vc4 BO handle on a renderonly screen.Eric Anholt2018-11-151-2/+4
* vc4: Make sure we make ro scanout resources for create_with_modifiers.Eric Anholt2018-11-151-1/+9
* i965: Fix calculation of layers array length for isl_viewDanylo Piliaiev2018-11-151-15/+18
* intel/compiler: Lower SSBO and shared loads/stores in NIRJason Ekstrand2018-11-157-405/+421
* nir: Add alignment parameters to SSBO, UBO, and shared accessJason Ekstrand2018-11-157-10/+85
* nir/lower_io: Add shared to get_io_offset_srcJason Ekstrand2018-11-151-0/+2
* nir/glsl: Force 32-bit for UBO and SSBO BooleansJason Ekstrand2018-11-151-5/+12
* nir/spirv: Force 32-bit for UBO and SSBO BooleansJason Ekstrand2018-11-151-2/+8
* nir/builder: Add a nir_pack/unpack/bitcast helpersJason Ekstrand2018-11-152-76/+151
* nir/builder: Add iadd_imm and imul_imm helpersJason Ekstrand2018-11-153-11/+20
* nir/builder: Assert that intN_t immediates fitJason Ekstrand2018-11-151-0/+4
* nir/lower_alu_to_scalar: Don't try to lower unpack_32_2x16Jason Ekstrand2018-11-151-0/+1
* glsl: Refactor type checking for redeclarationsIan Romanick2018-11-151-12/+7
* glsl: Omit redundant qualifier checks on redeclarationsIan Romanick2018-11-151-6/+3
* glsl: prevent qualifiers modification of predeclared variablesIan Romanick2018-11-151-24/+27
* v3d: Don't try to set PF flags on a LDTMU operationEric Anholt2018-11-151-0/+6
* v3d: Fix double-swapping of R/B on V3D 4.1Eric Anholt2018-11-151-2/+3
* egl: fix bad rebaseEric Engestrom2018-11-151-1/+1
* intel/compiler: Disassemble GEN6_SFID_DATAPORT_SAMPLER_CACHE as dp_samplerSagar Ghuge2018-11-151-1/+1
* egl: add missing glvnd entrypoint for EGL_ANDROID_blob_cacheEric Engestrom2018-11-151-0/+3
* gbm: add new entrypoint to symbols checkEric Engestrom2018-11-151-0/+1
* etnaviv: Make sure rs alignment checks matchGuido Günther2018-11-151-6/+13
* radeonsi: fix video APIs on Raven2Marek Olšák2018-11-142-4/+8
* i965: avoid 'unused variable' warningsAndrii Simiklit2018-11-142-3/+3
* compiler: avoid 'unused variable' warningsAndrii Simiklit2018-11-141-2/+1
* intel/tools: avoid 'unused variable' warningsAndrii Simiklit2018-11-142-5/+8
* st/xa: Bump minorThomas Hellstrom2018-11-141-1/+1
* st/xa: Support Component Alpha with trivial blendingThomas Hellstrom2018-11-143-17/+35
* st/xa: Minor renderer cleanupsThomas Hellstrom2018-11-141-12/+12
* st/xa: Fix transformations when we have both source and mask samplersThomas Hellstrom2018-11-141-68/+49