summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* lima/ppir: lower fdot in nir_opt_algebraicErico Nunes2019-07-315-80/+5
* nir/algebraic: add new fsum ops and fdot loweringErico Nunes2019-07-313-0/+11
* lima/ppir: refactor texture code to simplify schedulerErico Nunes2019-07-315-60/+7
* lima/ppir: lower texture projectionErico Nunes2019-07-311-0/+5
* Revert "st/dri: simplify dri_get_egl_image by reusing dri2_format_table"Kenneth Graunke2019-07-313-25/+42
* pan/midgard: Don't special case inline_constantAlyssa Rosenzweig2019-07-317-30/+13
* pan/midgard: De-special-case branchingAlyssa Rosenzweig2019-07-316-30/+11
* panfrost: Add MALI_SAMP_NORM_COORDS flagAlyssa Rosenzweig2019-07-313-3/+8
* panfrost: Simplify filter_mode definitionAlyssa Rosenzweig2019-07-313-41/+28
* pan/midgard: Shrink "compute FBD"Alyssa Rosenzweig2019-07-311-1/+1
* panfrost: Flip texture/sampler fieldsAlyssa Rosenzweig2019-07-312-2/+2
* panfrost: Add MALI_ATTR_IMAGE valueAlyssa Rosenzweig2019-07-312-0/+7
* st/dri: simplify dri_get_egl_image by reusing dri2_format_tableMike Blumenkrantz2019-07-313-42/+25
* gallium: add handling for YUV planar surfacesMike Blumenkrantz2019-07-318-84/+328
* gallium: add AYUV and XYUV formatsMike Blumenkrantz2019-07-315-0/+102
* pan/midgard: Simplify discard logicAlyssa Rosenzweig2019-07-311-17/+1
* pan/midgard: Add units for more instructionsAlyssa Rosenzweig2019-07-312-6/+6
* pan/midgard: Fix ball/bany opcode tableAlyssa Rosenzweig2019-07-312-17/+22
* pan/midgard: Document branch combination LUTAlyssa Rosenzweig2019-07-313-5/+25
* st/mesa: Skip scissor rect updates when scissor is entirely disabled.Kenneth Graunke2019-07-311-0/+3
* egl/drm: ensure the backing gbm is set before using itEmil Velikov2019-07-311-1/+1
* radv/gfx10: implement a GE bug workaroundSamuel Pitoiset2019-07-311-4/+23
* radv/gfx10: remove an obsolete VGT_REUSE_OFF workaroundSamuel Pitoiset2019-07-311-6/+0
* radv/gfx10: disable LATE_ALLOC_GS on Navi14Samuel Pitoiset2019-07-311-1/+8
* radv/gfx10: implement a bug workaround for GE_PC_ALLOCSamuel Pitoiset2019-07-312-17/+13
* radv/gfx10: implement a bug workaround for NGG -> legacy transitionsSamuel Pitoiset2019-07-312-2/+21
* radv: skip draw calls with 0-sized index buffersSamuel Pitoiset2019-07-311-0/+6
* autotools: delete leftover script wrapperEric Engestrom2019-07-311-16/+0
* virgl: make use of local variableEric Engestrom2019-07-311-1/+1
* mesa: add an ASSERTEDEric Engestrom2019-07-311-1/+1
* compiler/nir: add an ASSERTEDEric Engestrom2019-07-311-1/+1
* intel: add a couple of ASSERTEDEric Engestrom2019-07-313-3/+3
* tree-wide: replace MAYBE_UNUSED with ASSERTEDEric Engestrom2019-07-3181-145/+162
* r600: replace MAYBE_UNUSED with specific #ifdefEric Engestrom2019-07-311-2/+2
* gallium/aux: replace MAYBE_UNUSED with UNUSEDEric Engestrom2019-07-312-3/+3
* mesa: replace MAYBE_UNUSED with UNUSEDEric Engestrom2019-07-311-2/+2
* v3d: replace MAYBE_UNUSED with UNUSEDEric Engestrom2019-07-312-5/+5
* v3d: drop incorrect MAYBE_UNUSEDEric Engestrom2019-07-311-2/+2
* st/tests: drop incorrect MAYBE_UNUSEDEric Engestrom2019-07-311-2/+2
* radv: drop incorrect MAYBE_UNUSEDEric Engestrom2019-07-311-2/+2
* r600: move variable to proper scopeEric Engestrom2019-07-311-2/+1
* compiler: replace MAYBE_UNUSED with UNUSEDEric Engestrom2019-07-315-6/+6
* mesa: drop MAYBE_UNUSED varEric Engestrom2019-07-311-3/+1
* anv: drop MAYBE_UNUSED varEric Engestrom2019-07-311-4/+1
* i965: drop unused MAYBE_UNUSED functionEric Engestrom2019-07-311-11/+1
* i965: replace MAYBE_UNUSED with GEN conditionEric Engestrom2019-07-311-1/+2
* intel: replace MAYBE_UNUSED with UNUSEDEric Engestrom2019-07-315-10/+10
* intel: drop incorrect MAYBE_UNUSEDEric Engestrom2019-07-316-9/+9
* egl: replace MAYBE_UNUSED with UNUSEDEric Engestrom2019-07-311-1/+1
* radv/gfx10: add Wave32 support for compute shadersSamuel Pitoiset2019-07-317-6/+53