summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-11-16glx: Remove an old DEFAULT_DRIVER_DIR default.Eric Anholt2-6/+2
2018-11-16radv: enable primitive binning by defaultSamuel Pitoiset2-7/+3
2018-11-16radv: add a debug option for disabling primitive binningSamuel Pitoiset2-0/+2
2018-11-16virgl: native fence fd supportRobert Foss7-16/+166
2018-11-16intel/aub_viewer: Print blend states properlyLionel Landwerlin1-2/+16
2018-11-16intel/aub_viewer: fix dynamic state printingLionel Landwerlin1-2/+2
2018-11-16intel/aubinator: fix ring buffer pointerLionel Landwerlin2-4/+4
2018-11-16intel/decoders: read ring buffer lengthLionel Landwerlin2-2/+5
2018-11-16egl/dri: fix error value with unknown drm formatLionel Landwerlin1-1/+1
2018-11-16gbm: Clarify acceptable formats for gbm_boDaniel Stone1-2/+2
2018-11-16Revert "radv: disable VK_SUBGROUP_FEATURE_VOTE_BIT"Connor Abbott1-4/+2
2018-11-15vc4: Don't return a vc4 BO handle on a renderonly screen.Eric Anholt1-2/+4
2018-11-15vc4: Make sure we make ro scanout resources for create_with_modifiers.Eric Anholt1-1/+9
2018-11-15i965: Fix calculation of layers array length for isl_viewDanylo Piliaiev1-15/+18
2018-11-15intel/compiler: Lower SSBO and shared loads/stores in NIRJason Ekstrand7-405/+421
2018-11-15nir: Add alignment parameters to SSBO, UBO, and shared accessJason Ekstrand7-10/+85
2018-11-15nir/lower_io: Add shared to get_io_offset_srcJason Ekstrand1-0/+2
2018-11-15nir/glsl: Force 32-bit for UBO and SSBO BooleansJason Ekstrand1-5/+12
2018-11-15nir/spirv: Force 32-bit for UBO and SSBO BooleansJason Ekstrand1-2/+8
2018-11-15nir/builder: Add a nir_pack/unpack/bitcast helpersJason Ekstrand2-76/+151
2018-11-15nir/builder: Add iadd_imm and imul_imm helpersJason Ekstrand3-11/+20
2018-11-15nir/builder: Assert that intN_t immediates fitJason Ekstrand1-0/+4
2018-11-15nir/lower_alu_to_scalar: Don't try to lower unpack_32_2x16Jason Ekstrand1-0/+1
2018-11-15glsl: Refactor type checking for redeclarationsIan Romanick1-12/+7
2018-11-15glsl: Omit redundant qualifier checks on redeclarationsIan Romanick1-6/+3
2018-11-15glsl: prevent qualifiers modification of predeclared variablesIan Romanick1-24/+27
2018-11-15v3d: Don't try to set PF flags on a LDTMU operationEric Anholt1-0/+6
2018-11-15v3d: Fix double-swapping of R/B on V3D 4.1Eric Anholt1-2/+3
2018-11-15egl: fix bad rebaseEric Engestrom1-1/+1
2018-11-15intel/compiler: Disassemble GEN6_SFID_DATAPORT_SAMPLER_CACHE as dp_samplerSagar Ghuge1-1/+1
2018-11-15egl: add missing glvnd entrypoint for EGL_ANDROID_blob_cacheEric Engestrom1-0/+3
2018-11-15gbm: add new entrypoint to symbols checkEric Engestrom1-0/+1
2018-11-15etnaviv: Make sure rs alignment checks matchGuido Günther1-6/+13
2018-11-14radeonsi: fix video APIs on Raven2Marek Olšák2-4/+8
2018-11-14i965: avoid 'unused variable' warningsAndrii Simiklit2-3/+3
2018-11-14compiler: avoid 'unused variable' warningsAndrii Simiklit1-2/+1
2018-11-14intel/tools: avoid 'unused variable' warningsAndrii Simiklit2-5/+8
2018-11-14st/xa: Bump minorThomas Hellstrom1-1/+1
2018-11-14st/xa: Support Component Alpha with trivial blendingThomas Hellstrom3-17/+35
2018-11-14st/xa: Minor renderer cleanupsThomas Hellstrom1-12/+12
2018-11-14st/xa: Fix transformations when we have both source and mask samplersThomas Hellstrom1-68/+49
2018-11-14st/xa: Support a couple of new formatsThomas Hellstrom2-9/+29
2018-11-14st/xa: Support higher color precision for solid picturesThomas Hellstrom2-26/+100
2018-11-14st/xa: Render update. Better support for solid picturesThomas Hellstrom5-440/+225
2018-11-14nir: Allow to skip integer ops in nir_lower_to_source_modsGert Wollny3-32/+58
2018-11-14nir/spirv: cast shift operand to u32Karol Herbst2-0/+31
2018-11-14nir: replace nir_load_system_value calls with appropiate builder functionsKarol Herbst9-30/+27
2018-11-14nir: add const_index parameters to system value builder functionKarol Herbst1-2/+19
2018-11-14radv: make use of nir_move_out_const_to_consumer()Timothy Arceri1-0/+4
2018-11-13anv: move helper function internallyLionel Landwerlin2-22/+22