aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* ac/nir: add a workaround for viewing a slice of 3D as a 2D imageConnor Abbott2019-08-261-3/+32
* radv: fix getting the index type size for uint8_tSamuel Pitoiset2019-08-261-1/+1
* virgl: fix format conversion for recent gallium changes.Dave Airlie2019-08-268-18/+305
* virgl: drop unused format fieldDave Airlie2019-08-262-2/+0
* lima/ppir: enable vectorize optimizationErico Nunes2019-08-251-0/+5
* lima/ppir: lower selects to scalarsErico Nunes2019-08-251-0/+5
* lima: fix ppir spill stack allocationErico Nunes2019-08-254-9/+25
* intel/fs: Drop the gl_program from fs_visitorJason Ekstrand2019-08-2515-31/+17
* lima: move format handling to unified placeQiang Yu2019-08-258-103/+190
* radv: Change memory type order for GPUs without dedicated VRAMAlex Smith2019-08-241-3/+15
* lima/ppir: print register index and components number for spilled registerVasily Khoruzhick2019-08-241-1/+3
* lima/ppir: add control flow supportVasily Khoruzhick2019-08-246-23/+168
* lima/ppir: add better liveness analysisVasily Khoruzhick2019-08-245-74/+225
* lima/ppir: validate shader outputsVasily Khoruzhick2019-08-241-0/+13
* lima/ppir: turn store_color into ALU nodeVasily Khoruzhick2019-08-234-61/+27
* lima/ppir: create ppir block for each corresponding NIR blockVasily Khoruzhick2019-08-232-4/+49
* lima/ppir: add dummy opVasily Khoruzhick2019-08-233-5/+21
* lima/ppir: add write after read deps for registersVasily Khoruzhick2019-08-231-2/+25
* lima/ppir: fix ordering depsVasily Khoruzhick2019-08-231-6/+8
* lima/ppir: set write mask for texture loads if dest is regVasily Khoruzhick2019-08-231-1/+5
* lima/ppir: add support for unconditional branches and condition negationVasily Khoruzhick2019-08-234-8/+34
* lima/ppir: clone ld_{uni,tex,var} into each blockVasily Khoruzhick2019-08-234-5/+103
* lima/ppir: refactor const loweringVasily Khoruzhick2019-08-236-128/+99
* anv: Only re-emit non-dynamic state that has changed.Rafael Antognolli2019-08-232-24/+50
* pan/decode: Validate and quiet helper invocation flagAlyssa Rosenzweig2019-08-231-1/+8
* pan/midgard: Analyze helper invocationsAlyssa Rosenzweig2019-08-232-0/+22
* util: fix compilation on macosLionel Landwerlin2019-08-231-1/+1
* i965: Silence brw_blorp uninitialized warningCaio Marcelo de Oliveira Filho2019-08-231-1/+1
* tgsi: Remove unused localCaio Marcelo de Oliveira Filho2019-08-231-1/+0
* iris: Guard GEN9-only function in Iris state to avoid warningCaio Marcelo de Oliveira Filho2019-08-231-0/+2
* intel/decoders: Avoid uninitialized variable warningsCaio Marcelo de Oliveira Filho2019-08-231-2/+2
* compiler/glsl: Fix warning about unused functionCaio Marcelo de Oliveira Filho2019-08-231-1/+3
* anv: Drop unused local variableCaio Marcelo de Oliveira Filho2019-08-231-1/+0
* intel/compiler: Silence maybe-uninitialized warning in GCC 9.1.1Caio Marcelo de Oliveira Filho2019-08-231-1/+3
* radv: additional query fixesAndres Rodriguez2019-08-171-7/+8
* iris: Fix large timeout handling in rel2abs()Kenneth Graunke2019-08-231-13/+14
* iris: Set MOCS in all STATE_BASE_ADDRESS commandsKenneth Graunke2019-08-231-1/+14
* glx: Fix up glXQueryGLXPbufferSGIX on macOS.Vinson Lee2019-08-231-1/+0
* radeonsi/nir: Rewrite output scanningConnor Abbott2019-08-231-126/+150
* radeonsi/nir: Rewrite store intrinsic gatheringConnor Abbott2019-08-231-59/+84
* radeonsi/nir: Add const_index when loading GS inputsConnor Abbott2019-08-231-1/+1
* radeonsi/nir: Don't add const offset to indirectConnor Abbott2019-08-231-19/+6
* ac/nir: Assert GS input index is constantConnor Abbott2019-08-231-0/+1
* ac/nir: Handle const array offsets in get_deref_offset()Connor Abbott2019-08-231-6/+11
* radeonsi/nir: Don't recompute num_inputs and num_outputsConnor Abbott2019-08-231-24/+3
* st/nir: Fix num_inputs for VS inputsConnor Abbott2019-08-231-3/+2
* radv/gfx10: do not use NGG with NAVI14Samuel Pitoiset2019-08-231-0/+1
* radv/gfx10: don't initialize VGT_INSTANCE_STEP_RATE_0Samuel Pitoiset2019-08-231-1/+2
* ac,radv,radeonsi: remove LLVM 7 supportSamuel Pitoiset2019-08-2313-320/+65
* egl: reset blob cache set/get functions on terminateTapani Pälli2019-08-231-0/+4