summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* panfrost/decode: Drop _replay prefixAlyssa Rosenzweig2019-07-121-1/+1
* panfrost: Precompute scoreboard dependentsAlyssa Rosenzweig2019-07-121-4/+54
* panfrost: Remove transient pool abstractionAlyssa Rosenzweig2019-07-122-54/+0
* panfrost: Subdivide fixed-size transient slabsAlyssa Rosenzweig2019-07-123-5/+21
* panfrost: Recycle fixed-size transient BOsAlyssa Rosenzweig2019-07-122-3/+26
* panfrost: Bookkeep transient indicesAlyssa Rosenzweig2019-07-123-2/+16
* panfrost: Rewrite allocate_transient with new abstractionAlyssa Rosenzweig2019-07-121-29/+20
* panfrost: Add pan_bo_for_screen helperAlyssa Rosenzweig2019-07-121-0/+10
* panfrost: Add panfrost_transient_bo arrayAlyssa Rosenzweig2019-07-123-0/+47
* panfrost: Don't upload vertex/tiler twiceAlyssa Rosenzweig2019-07-121-5/+15
* panfrost/drm: Check allocation size is positiveAlyssa Rosenzweig2019-07-121-0/+4
* ac: import ac_get_compute_resource_limits() from RadeonSISamuel Pitoiset2019-07-123-39/+6
* panfrost: Initialize shift/extra_flagsAlyssa Rosenzweig2019-07-122-1/+5
* panfrost: Fix build warningsAlyssa Rosenzweig2019-07-123-10/+7
* iris: Simplify devinfo access in calculate_result_on_gpu()Kenneth Graunke2019-07-121-3/+2
* v3d: acquire scoreboard lock before first tlb readIago Toral Quiroga2019-07-121-0/+2
* v3d: add color formats and swizzles to the fragment shader keyIago Toral Quiroga2019-07-121-0/+11
* pan/midgard: Correct component count clamping PSIZAlyssa Rosenzweig2019-07-111-1/+2
* panfrost: Remove unused display target fieldAlyssa Rosenzweig2019-07-112-4/+0
* panfrost/ci: Update expectationsAlyssa Rosenzweig2019-07-111-2/+1
* freedreno: Add dependency on the xml build to the winsys.Eric Anholt2019-07-111-1/+4
* iris: Disable SIMD32 when using a 16x MSAA framebuffer.Kenneth Graunke2019-07-111-7/+24
* panfrost: Wire up GLES2-class polygon offsetAlyssa Rosenzweig2019-07-111-0/+11
* etnaviv: remove dead translate_ts_sampler_format(..) declarationChristian Gmeiner2019-07-111-3/+0
* panfrost: Don't lie about Z/S formatsAlyssa Rosenzweig2019-07-114-6/+34
* panfrost: Place the height value in the height fieldTomeu Vizoso2019-07-111-1/+1
* iris: Fix key->input_vertices for 8_PATCH TCS mode.Kenneth Graunke2019-07-112-1/+10
* iris: Only set key->flat_shade if COL0/COL1 are written.Kenneth Graunke2019-07-113-3/+5
* iris: Drop comment about var->data.binding not being set.Kenneth Graunke2019-07-111-4/+0
* iris: Drop comments about missing NOSKenneth Graunke2019-07-111-6/+0
* iris: Drop a TODO commentKenneth Graunke2019-07-111-1/+0
* freedreno: Generate headers from xml filesKristian H. Kristensen2019-07-105-12/+12
* intel/compiler: Add a "base class" for program keysJason Ekstrand2019-07-103-40/+17
* panfrost: Clamp point sizeAlyssa Rosenzweig2019-07-104-2/+76
* panfrost: Move non-Gallium files outside of GalliumAlyssa Rosenzweig2019-07-1034-15039/+2
* panfrost: Style main Gallium driverAlyssa Rosenzweig2019-07-1027-819/+819
* panfrost/midgard: Apply code stylingAlyssa Rosenzweig2019-07-1011-212/+213
* panfrost/nir: Apply NIR styleAlyssa Rosenzweig2019-07-104-105/+105
* panfrost: Move midgard/nir* to nir folderAlyssa Rosenzweig2019-07-106-5/+5
* panfrost: TypofixAlyssa Rosenzweig2019-07-101-1/+1
* panfrost: Identify shared tiler structureAlyssa Rosenzweig2019-07-103-135/+142
* panfrost/midgard: Drop unnecessary assertAlyssa Rosenzweig2019-07-101-3/+1
* panfrost: Don't expose OES_standard_derivativesAlyssa Rosenzweig2019-07-101-1/+0
* gallium: get rid of PIPE_CAP_SM3Erik Faye-Lund2019-07-1021-28/+63
* gallium: give vertex-shader saturate its own capErik Faye-Lund2019-07-103-0/+4
* gallium: give fragment-shader derivatives its own capErik Faye-Lund2019-07-103-0/+4
* gallium: give fragment-shader texture-lod its own capErik Faye-Lund2019-07-103-0/+6
* panfrost: Fix copyright identifier in a few placesAlyssa Rosenzweig2019-07-102-2/+2
* panfrost: Bikeshed pan_screen.c commentAlyssa Rosenzweig2019-07-101-25/+21
* panfrost: Check GPU version before loadingAlyssa Rosenzweig2019-07-103-5/+28