summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* bin/get-pick-list.sh: handle reverts prior to the branchpointEmil Velikov2018-11-151-1/+8
* bin/get-pick-list.sh: use test instead of [ ]Emil Velikov2018-11-151-4/+4
* bin/get-pick-list.sh: handle unofficial "broken by" tagEmil Velikov2018-11-151-1/+8
* bin/get-pick-list.sh: handle fixes tag with missing colonEmil Velikov2018-11-151-1/+5
* bin/get-pick-list.sh: flesh out is_sha_nominationEmil Velikov2018-11-151-2/+9
* bin/get-pick-list.sh: tweak the commit sha matching patternEmil Velikov2018-11-151-1/+1
* bin/get-pick-list.sh: handle the fixes tagEmil Velikov2018-11-152-84/+43
* bin/get-pick-list.sh: handle "typod" usecase.Emil Velikov2018-11-152-43/+8
* bin/get-pick-list.sh: prefix output with "[stable] "Emil Velikov2018-11-151-0/+15
* bin/get-pick-list.sh: simplify git oneline printingEmil Velikov2018-11-151-1/+1
* docs: document the staging branch and add reference to itEmil Velikov2018-11-152-0/+23
* docs/submittingpatches.html: correctly handle the <p> tagEmil Velikov2018-11-151-0/+2
* docs/releasing.html: polish cherry-picking/testing textEmil Velikov2018-11-151-12/+15
* etnaviv: Make sure rs alignment checks matchGuido Günther2018-11-151-6/+13
* docs: update calendar, add news item and link release notes for 18.2.5Juan A. Suarez Romero2018-11-153-7/+8
* docs: add sha256 checksums for 18.2.5Juan A. Suarez Romero2018-11-151-1/+2
* docs: add release notes for 18.2.5Juan A. Suarez Romero2018-11-151-0/+171
* 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-142-2/+2
* 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
* st/xa: Support a couple of new formatsThomas Hellstrom2018-11-142-9/+29
* st/xa: Support higher color precision for solid picturesThomas Hellstrom2018-11-142-26/+100
* st/xa: Render update. Better support for solid picturesThomas Hellstrom2018-11-145-440/+225
* nir: Allow to skip integer ops in nir_lower_to_source_modsGert Wollny2018-11-143-32/+58