summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* iris: Drop a TODO commentKenneth Graunke2019-07-111-1/+0
* glsl/builtin types: Set the precision on the depth range paramsNeil Roberts2019-07-111-3/+3
* glsl: Add a constructor for glsl_struct_field to specify the precisionNeil Roberts2019-07-111-4/+12
* glsl: Add a macro for the default values for glsl_struct_fieldNeil Roberts2019-07-111-14/+12
* glsl/builtin_variables: Add a precision to the builtinsNeil Roberts2019-07-111-80/+170
* compiler: Save a single copy of the softfp64 shader in the context.Kenneth Graunke2019-07-104-11/+14
* radv: fix memory leak when restoring from cacheTimothy Arceri2019-07-111-0/+1
* freedreno: Generate headers from xml filesKristian H. Kristensen2019-07-1029-23904/+14118
* radv: switch to the new VS exports pathSamuel Pitoiset2019-07-101-116/+2
* radv: set the slot_index correctly for VARYING_SLOT_CLIP_DIST1Samuel Pitoiset2019-07-101-1/+1
* radv: add a new function for exporting VS outputsSamuel Pitoiset2019-07-101-0/+128
* radv: implement new path for exporting generic varyingsSamuel Pitoiset2019-07-101-32/+70
* radv: use the generic export path for clip/cull distancesSamuel Pitoiset2019-07-101-6/+6
* radv: remove an extra memcpy when exporting clip/cull distancesSamuel Pitoiset2019-07-101-6/+5
* intel/compiler: Add a "base class" for program keysJason Ekstrand2019-07-1030-240/+183
* i965/program_cache: Cast the key to char * before adding key_sizeJason Ekstrand2019-07-101-1/+1
* anv: Make the workaround BO a whole pageJason Ekstrand2019-07-101-1/+1
* anv: Set Stateless Data Port Access MOCSJason Ekstrand2019-07-101-0/+2
* panfrost: Clamp point sizeAlyssa Rosenzweig2019-07-106-4/+83
* pan/decode: Auto styleAlyssa Rosenzweig2019-07-104-122/+123
* panfrost: Move non-Gallium files outside of GalliumAlyssa Rosenzweig2019-07-1038-92/+196
* 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-104-1/+5
* gallium: give fragment-shader derivatives its own capErik Faye-Lund2019-07-104-1/+5
* gallium: give fragment-shader texture-lod its own capErik Faye-Lund2019-07-104-1/+7
* mesa/st: drop needless has_shader_model3 booleanErik Faye-Lund2019-07-102-3/+1
* 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
* panfrost: Be more honest about PIPE_CAPsAlyssa Rosenzweig2019-07-102-101/+39
* panfrost/midgard: Hit missed scheduling opportunityAlyssa Rosenzweig2019-07-101-1/+1
* panfrost/midgard: Include shader size for shader-dbAlyssa Rosenzweig2019-07-101-3/+5
* panfrost/midgard: Include loop count for shader-dbAlyssa Rosenzweig2019-07-102-2/+9
* panfrost/midgard: Dump shader-db statsAlyssa Rosenzweig2019-07-102-0/+40
* panfrost/midgard: Flush undefineds to zeroAlyssa Rosenzweig2019-07-105-6/+100
* panfrost/midgard: Specify channel count for broadcasting opsAlyssa Rosenzweig2019-07-101-8/+8
* panfrost/midgard: Don't try to "alias" texture registersAlyssa Rosenzweig2019-07-101-5/+0
* radv: compute correct number of input vertices for NGGSamuel Pitoiset2019-07-101-1/+24
* radv: remove extra code for exporting LayerID to the next stageSamuel Pitoiset2019-07-101-17/+2
* radv: set the LayerId output usage mask if FS needs itSamuel Pitoiset2019-07-101-0/+17
* panfrost: Update supported formatsAlyssa Rosenzweig2019-07-101-40/+10
* panfrost/mfbd: Cleanup format code selectionAlyssa Rosenzweig2019-07-102-72/+95