summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: simplify r600_resource typecasts in si_clear_bufferMarek Olšák2017-01-051-5/+5
* radeonsi: always use SDMA for big buffer clears and first buffer usesMarek Olšák2017-01-051-0/+20
* radeonsi: use SDMA in rvid_buffer_clear on CIK-VIMarek Olšák2017-01-051-2/+2
* radeonsi: use SDMA for initial clearing of DCC/CMASK/HTILE on CIK-VIMarek Olšák2017-01-053-8/+6
* radeonsi: implement SDMA-based buffer clearing for CIK-VIMarek Olšák2017-01-053-0/+54
* gallium/hud: increase the vertex buffer size for textMarek Olšák2017-01-051-1/+1
* gallium/hud: add an option to sort items below graphsMarek Olšák2017-01-052-5/+33
* gallium/hud: add an option to reset the color counterMarek Olšák2017-01-052-3/+19
* gallium/hud: allow more data sources per paneMarek Olšák2017-01-051-13/+15
* gallium/hud: add an option to rename each data sourceMarek Olšák2017-01-051-2/+35
* gallium: remove TGSI_OPCODE_SUBMarek Olšák2017-01-0529-190/+64
* gallium: remove TGSI_OPCODE_ABSMarek Olšák2017-01-0521-88/+8
* st/nine: Remove all usage of ureg_SUB in nine_shaderAxel Davy2017-01-051-8/+8
* st/nine: Remove all usage of ureg_SUB in nine_ffAxel Davy2017-01-051-20/+20
* st/nine: Do not map SUB and ABS to their gallium equivalent.Axel Davy2017-01-051-2/+23
* st/va: fix incorrect argument in vl_compositor_cleanupNayan Deshmukh2017-01-051-1/+1
* swr: remove unneeded llvm version checkTim Rowley2017-01-051-4/+0
* swr: fix windows build breakGeorge Kyriazis2017-01-052-4/+7
* radeonsi: update clip_regs if clip_disable changes to fix a hangMarek Olšák2017-01-051-0/+5
* gallium: add PIPE_CAP_GLSL_OPTIMIZE_CONSERVATIVELYMarek Olšák2017-01-0517-0/+19
* va: call texture_get_handle while the mutex is being heldMarek Olšák2017-01-041-2/+5
* vdpau: call texture_get_handle while the mutex is being heldMarek Olšák2017-01-042-6/+13
* radeonsi: capitalize VM hex addr when dumping buffer listSamuel Pitoiset2017-01-041-1/+1
* gallium/hud: add a path separator between dump directory and filenameEdmondo Tommasina2017-01-031-1/+2
* r600/sb: Fix loop optimization related hangs on egHeiko Przybyl2017-01-036-30/+68
* vl/zscan: fix "Fix trivial sign compare warnings"Christian König2017-01-031-1/+1
* st/va: error handlingNayan Deshmukh2017-01-031-3/+15
* st/vdpau: error handlingNayan Deshmukh2017-01-033-15/+50
* vl/compositor: implement error handlingNayan Deshmukh2017-01-032-3/+12
* gallium/hud: fix the windows build by disabling file dumpingMarek Olšák2017-01-021-0/+2
* gallium/hud: set filedescriptor for fps graphEdmondo Tommasina2017-01-011-0/+2
* gallium/hud: set filedescriptor for cpu graphEdmondo Tommasina2017-01-011-0/+2
* gallium/hud: move file initialization to a functionEdmondo Tommasina2017-01-013-11/+20
* gallium/hud: dump hud_driver_query values to filesEdmondo Tommasina2017-01-013-0/+19
* freedreno/ir3: rework varying slots (maybe??)Rob Clark2016-12-301-4/+9
* nir: Rename convert_to_ssa lower_regs_to_ssaJason Ekstrand2016-12-292-2/+2
* vc4: Rework scheduling of thread switch to cut one more NOP.Eric Anholt2016-12-291-46/+75
* vc4: Fill thread switching delay slotsJonas Pfeil2016-12-291-7/+38
* vc4: Enable NIR-based loop unrolling.Eric Anholt2016-12-291-0/+5
* freedreno/ir3: fix linkage::var sizeRob Clark2016-12-271-1/+1
* freedreno/ir3: treat clipvertex like a normal varyingRob Clark2016-12-271-3/+1
* freedreno/a5xx: transform-feedback supportRob Clark2016-12-277-38/+209
* freedreno: update generated headersRob Clark2016-12-277-43/+81
* freedreno/ir3: UBO support for 64b GPUs (a5xx)Rob Clark2016-12-271-3/+24
* freedreno/ir3: rework location of driver constantsRob Clark2016-12-276-53/+75
* freedreno/a5xx: fix emit for bo addressesRob Clark2016-12-271-3/+9
* freedreno/a5xx: texture layoutRob Clark2016-12-272-2/+2
* ttn: set ->info->num_ubosRob Clark2016-12-271-1/+4
* clover: Use Clang's diagnosticsVedran Miletić2016-12-241-1/+6
* swr: fix icc compile errorBruce Cherniak2016-12-231-1/+1