summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2017-06-07tree-wide: remove trailing backslashEric Engestrom6-7/+7
2017-06-06radeonsi: fix a GPU hang with tessellation on 2-CU configsMarek Olšák1-1/+5
2017-06-05radeon: remove out of date LLVM_REVISION.txtEmil Velikov2-4/+0
2017-06-05gallium/u_threaded: fixes for MSVCBrian Paul1-7/+9
2017-06-06r600: refactor out some compressed resource state code.Dave Airlie1-24/+28
2017-06-06r600: document some of the missing shader constants.Dave Airlie1-0/+4
2017-06-06r600: add register info for atomic counters.Dave Airlie2-0/+51
2017-06-06r600: add missing RAT registers and operations.Dave Airlie3-0/+59
2017-06-06r600/sb: fix typo in field definitionsDave Airlie1-1/+1
2017-06-05tgsi/scan: fix scanning fragment shaders with PrimID and Position/FaceMarek Olšák1-7/+10
2017-06-05gallium/u_threaded: remove 16 bytes from tc_batchMarek Olšák2-3/+0
2017-06-05gallium/u_threaded: align batches and call slots to 16 bytesMarek Olšák2-3/+17
2017-06-05Android: use bionic pthread_barrier_* if possibleChih-Wei Huang1-1/+1
2017-06-05r600: fix incorrect and missing bit field in register headers.Dave Airlie1-3/+4
2017-06-02nvc0: Add support for ARB_post_depth_coverageLyude8-1/+15
2017-06-02gallium: Add a cap to check if the driver supports ARB_post_depth_coverageLyude17-0/+18
2017-06-02gallium: Add TGSI shader token for ARB_post_depth_coverageLyude3-0/+9
2017-06-02nvc0: disable BGRA8 images on FermiLyude1-5/+14
2017-06-02st/dri: Use fence extension in drisw.cGurchetan Singh1-0/+2
2017-06-02st/dri: move fence implemention into separate fileGurchetan Singh4-203/+263
2017-06-01automake: Link all libGL.so variants with -Bsymbolic.Jose Fonseca1-0/+1
2017-06-01etnaviv: always do cpu_fini in transfer_unmapLucas Stach1-3/+6
2017-06-01nvc0: Clean up unnecessary includes from gallium/auxiliary/vl/Rhys Kidd1-3/+0
2017-06-01r600/eg: add support for tracing IBs after a hang.Dave Airlie11-7/+785
2017-05-31radeonsi: remove unused si_pm4_state::compute_pktSamuel Pitoiset2-4/+1
2017-05-31radeonsi: remove chip_class define from si_pm4.hSamuel Pitoiset1-1/+0
2017-05-31radeonsi: merge si_pm4_free_state_simple() into si_pm4_free_state()Samuel Pitoiset2-8/+2
2017-05-30freedreno/a5xx: drop WFIs in emit_marker5()Rob Clark1-5/+0
2017-05-30freedreno/a5xx: timestamp / time-elapsed queriesRob Clark2-1/+97
2017-05-30freedreno/a5xx: rename query result structRob Clark1-23/+22
2017-05-30freedreno: update generated headersRob Clark6-18/+624
2017-05-30swr/rast: code cleanup (no functional change)Tim Rowley1-2/+6
2017-05-30swr/rast: whitespace changesTim Rowley3-8/+3
2017-05-30swr/rast: code cleanup (no functional change)Tim Rowley1-3/+4
2017-05-30swr/rast: allow early-z if shader uses depth valueTim Rowley1-1/+1
2017-05-30swr/rast: move wireframe/point triangle binning after cullingTim Rowley1-80/+76
2017-05-30swr/rast: remove unused functionsTim Rowley1-28/+0
2017-05-30swr/rast: code cleanup (no functional change)Tim Rowley1-60/+64
2017-05-30swr/rast: move binner utility functions to binner.hTim Rowley3-193/+225
2017-05-30swr/rast: SIMD16 FE - fix/use SIMD16 calcDeterminantIntVertical()Tim Rowley3-43/+65
2017-05-30swr/rast: add renderTargetArrayIndex to SWR_PS_CONTEXTTim Rowley2-5/+6
2017-05-30swr/rast: make simd16 logicops avx512f safeTim Rowley1-4/+10
2017-05-30swr/rast: SIMD16 FE - add SIMD16 types to jitterTim Rowley3-10/+11
2017-05-30swr/rast: SIMD16 FE - fix PA_STATE_OP::Reset()Tim Rowley1-0/+3
2017-05-30swr/rast: SIMD16 FE - simplify/refactor StreamOutTim Rowley1-42/+0
2017-05-30swr/rast: SIMD16 FE - fix conservative rasterizationTim Rowley1-0/+32
2017-05-30swr/rast: SIMD16 FE - interleaved simdvertex output in GSTim Rowley2-20/+31
2017-05-30swr/rast: fix _simd16_movemask_(ps,pd) native AVX512 intrinsicsTim Rowley1-4/+4
2017-05-30swr/rast: SIMD16 FE - primitive assembly simplificationTim Rowley2-50/+32
2017-05-30swr/rast: silence write of cfg graphTim Rowley1-3/+3