summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* swr/rast: Remove no-op VBROADCAST of vIDTim Rowley2017-12-151-2/+2
* swr/rast: SIMD16 Fetch - Fully widen 32-bit integer vertex componentsTim Rowley2017-12-154-17/+109
* swr/rast: Replace INSERT2 vextract/vinsert with JOIN2 vshuffleTim Rowley2017-12-153-105/+30
* swr/rast: SIMD16 Fetch - Fully widen 16-bit float vertex componentsTim Rowley2017-12-151-7/+48
* swr/rast: SIMD16 Fetch - Fully widen 32-bit float vertex componentsTim Rowley2017-12-154-32/+194
* swr/rast: Pass prim to ClipSimdTim Rowley2017-12-151-5/+5
* swr/rast: Pull most of the VPAI manipulation out of the binner/clipperTim Rowley2017-12-157-158/+177
* swr/rast: Move GatherScissors to headerTim Rowley2017-12-152-127/+127
* swr/rast: Rewrite Shuffle8bpcGatherd using shuffleTim Rowley2017-12-151-182/+62
* swr/rast: Convert gather masks to Nx1bitTim Rowley2017-12-152-40/+14
* swr/rast: WIP - Widen fetch shader to SIMD16Tim Rowley2017-12-151-27/+689
* swr/rast: Corrections to multi-scissor handlingTim Rowley2017-12-151-88/+88
* swr/rast: Binner fixes for viewport index offset handlingTim Rowley2017-12-152-2/+12
* swr/rast: Remove unneeded copy of gather maskTim Rowley2017-12-152-79/+23
* i965: Allow old begin/end queryobj for gen4/5 with HW contextsChris Wilson2017-12-151-6/+0
* freedreno: use u_transfer_helperRob Clark2017-12-152-229/+44
* gallium/util: add u_transfer_helperRob Clark2017-12-155-1/+649
* i965: enable EXT_disjoint_timer_query extensionTapani Pälli2017-12-151-0/+2
* mesa: GL_EXT_disjoint_timer_query extension API bitsTapani Pälli2017-12-156-1/+30
* glapi: add GL_EXT_disjoint_timer_queryTapani Pälli2017-12-153-2/+23
* mesa: add DisjointOperation to gl_shared_stateTapani Pälli2017-12-152-0/+9
* broadcom/vc5: Fix a typo in memcmp for sig unpack checking.Eric Anholt2017-12-141-1/+1
* broadcom/vc5: Enable NIR txd lowering on all txd instructions.Eric Anholt2017-12-141-0/+1
* nir: Add a new lowering option to lower all txd to txl.Eric Anholt2017-12-142-6/+14
* nir: Fix interaction of GL_CLAMP lowering with texture offsets.Eric Anholt2017-12-141-33/+42
* broadcom/vc5: Fix shader input/outputs for gallium's new NIR linking.Eric Anholt2017-12-141-4/+8
* gallivm: implement accurate corner behavior for textureGather with cube mapsRoland Scheidegger2017-12-141-103/+201
* gallivm: fix an issue with NaNs with seamless cube filteringRoland Scheidegger2017-12-141-0/+11
* intel/tools: Convert aubinator over to the common frameworkJason Ekstrand2017-12-143-690/+33
* intel/batch-decoder: Decode registersJason Ekstrand2017-12-141-0/+13
* intel/batch-decoder: Decode dynamic stateJason Ekstrand2017-12-141-0/+81
* intel/batch-decoder: Decode constants, binding tables, and samplersJason Ekstrand2017-12-141-0/+73
* intel/tools: Switch aubinator_error_decode over to the gen_print_batchJason Ekstrand2017-12-143-205/+37
* intel/batch-decoder: Decode graphics shadersJason Ekstrand2017-12-141-0/+95
* intel/batch-decoder: Decode vertex and index buffersJason Ekstrand2017-12-142-0/+161
* intel/batch-decoder: Decode MEDIA_INTERFACE_DESCRIPTOR_LOADJason Ekstrand2017-12-141-0/+145
* intel/tools: Add the start of a generic batch decoderJason Ekstrand2017-12-142-0/+306
* intel/decoder: Expose the raw field value in the iteratorJason Ekstrand2017-12-142-1/+3
* intel/disasm: Take a devinfo in gen_disasm_createJason Ekstrand2017-12-144-8/+7
* intel/decoder: Take a bit offset in gen_print_groupJason Ekstrand2017-12-145-23/+27
* intel/decoder: Stop rounding down to the nearest dwordJason Ekstrand2017-12-141-11/+12
* intel/decoder: Convert the iterator to work entirely in bitsJason Ekstrand2017-12-142-12/+9
* intel/decoder: Drop gen_field_decode helperJason Ekstrand2017-12-142-11/+0
* amd/common: add ac_build_waitcnt()Samuel Pitoiset2017-12-146-27/+17
* amd/common: more use of i32_1Samuel Pitoiset2017-12-141-4/+4
* amd/common: more use of i32_0Samuel Pitoiset2017-12-141-9/+9
* radeonsi: make use of ac_build_fdiv()Samuel Pitoiset2017-12-142-7/+2
* radv: export SampleMask from pixel shaders at full rateSamuel Pitoiset2017-12-142-16/+41
* radeonsi: make use of ac_get_spi_shader_z_format()Samuel Pitoiset2017-12-143-23/+4
* amd/common: add ac_get_spi_shader_z_format()Samuel Pitoiset2017-12-144-1/+84