summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* r600g/sb: Don't crash on empty if jump targetGlenn Kennard2015-08-281-1/+4
* r600g/sb: Don't read junk after EOPGlenn Kennard2015-08-283-1/+6
* r600g/sb: Handle undef in read port trackerGlenn Kennard2015-08-281-1/+1
* nir: Convert the builder to use the new NIR cursor API.Kenneth Graunke2015-08-274-22/+22
* gallium/util: fix code formatting in u_blitter.hBrian Paul2015-08-271-30/+25
* nouveau: avoid build failures since 0fc21ecfIlia Mirkin2015-08-263-3/+3
* gallium/radeon: read_registers should return bool meaning success or failureMarek Olšák2015-08-264-8/+10
* radeonsi: add IB parser support for CP DMA packetsMarek Olšák2015-08-264-61/+122
* radeonsi: add IB tracing support for debug contextsMarek Olšák2015-08-265-16/+105
* radeonsi: remove old CS tracing codeMarek Olšák2015-08-265-47/+3
* radeonsi: parse and dump status registers on GPU hangMarek Olšák2015-08-261-0/+52
* radeonsi: add an IB parserMarek Olšák2015-08-261-0/+245
* radeonsi: save the contents of indirect buffers for debug contextsMarek Olšák2015-08-263-0/+15
* radeonsi: generate register and packet tables for an IB parser from sid.hMarek Olšák2015-08-264-0/+190
* radeonsi: remove duplicated register definitions and instruction definitionsMarek Olšák2015-08-261-3160/+0
* r600g,radeonsi: remove unused ill-formed register field definitionsMarek Olšák2015-08-262-2/+0
* radeonsi: add an initial dump_debug_state implementation dumping shadersMarek Olšák2015-08-264-0/+64
* radeonsi: allow si_dump_key to write to a fileMarek Olšák2015-08-262-18/+19
* gallium/ddebug: new pipe for hang detection and driver state dumping (v2)Marek Olšák2015-08-2610-0/+2134
* gallium: add flags parameter to pipe_screen::context_createMarek Olšák2015-08-2656-64/+95
* gallium: add an interface for dumping debug driver stateMarek Olšák2015-08-262-0/+17
* radeonsi: mark unreachable paths to avoid warningsGrazvydas Ignotas2015-08-262-3/+3
* gallium/auxiliary: optimize rgb9e5 helper some moreRoland Scheidegger2015-08-261-45/+42
* gallium/auxiliary: optimize rgb9e5 helper a bitRoland Scheidegger2015-08-261-18/+17
* gallium/ttn: Use nir_builder_insert() rather than poking at cf_list.Kenneth Graunke2015-08-251-16/+16
* nir: Store gl_shader_stage in nir_shader.Kenneth Graunke2015-08-251-4/+21
* freedreno/ir3: fix compile break after splitting out nir_control_flow.hRob Clark2015-08-251-0/+1
* freedreno/ir3: fix compile break after fxn->start_block removalRob Clark2015-08-251-1/+1
* nir: move control flow modification to its own fileConnor Abbott2015-08-241-0/+1
* freedreno/a4xx: formats updateRob Clark2015-08-241-5/+5
* freedreno: update generated headersRob Clark2015-08-245-5/+8
* Revert "radeon/winsys: increase the IB size for VM"Marek Olšák2015-08-234-17/+6
* nv50: fix 2d engine blits for 64- and 128-bit formatsIlia Mirkin2015-08-231-0/+4
* nv50: account for the int RT0 rule for alpha-to-one/covIlia Mirkin2015-08-233-11/+23
* nv50,nvc0: disable depth bounds test on blitIlia Mirkin2015-08-232-0/+3
* r600g: Fix assert in tgsi_cmpGlenn Kennard2015-08-231-2/+2
* nouveau: add codegen/unordered_set.h to the tarballEmil Velikov2015-08-221-1/+2
* winsys/sw/kms-dri: don't attempt to bundle the sconscriptEmil Velikov2015-08-221-2/+0
* winsys/amdgpu: automake: remove missing headersEmil Velikov2015-08-221-2/+0
* android: enable amdgpu winsys in radeonsi driverMauro Rossi2015-08-221-2/+2
* android: fix cflags and includes for amdgpu winsysMauro Rossi2015-08-221-0/+10
* vc4: Actually allow math results to allocate into r4.Eric Anholt2015-08-212-1/+7
* vc4: Fold the 16-bit integer pack into the instructions generating it.Eric Anholt2015-08-215-30/+22
* vc4: Reuse QPU dumping for packing bits in QIR.Eric Anholt2015-08-213-22/+26
* vc4: Make _dest variants of qir ALU helpers to provide an explicit dest.Eric Anholt2015-08-212-4/+20
* vc4: Use the SSA defs list for figuring out eligible MOVs for copy prop.Eric Anholt2015-08-211-12/+10
* st/nine: Always use user constant buffersKrzysztof Sobiecki2015-08-211-1/+3
* st/nine: Silent warning in nine_ffAxel Davy2015-08-211-0/+2
* st/nine: Silent warning in sm1_declusage_to_tgsiAxel Davy2015-08-211-1/+1
* st/nine: Silent warning in NineCubeTexture9_ctorAxel Davy2015-08-211-1/+1