summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* softpipe: Increase the GLSL feature levelGert Wollny2019-05-011-1/+1
* softpipe: Add support for TGSI_OPCODE_INTERP_CENTROIDGert Wollny2019-05-011-0/+42
* softpipe: Add support for TGSI_OPCODE_INTERP_OFFSETGert Wollny2019-05-011-0/+32
* softpipe: Add (fake) support for TGSI_OPCODE_INTERP_SAMPLEGert Wollny2019-05-011-1/+40
* softpipe: Add an per-input array for interpolator correctors to machineGert Wollny2019-05-012-4/+79
* softpipe: Factor out evaluation of the source indicesGert Wollny2019-05-011-28/+41
* softpipe: evaluate cube the faces on a per sample basesGert Wollny2019-05-011-24/+16
* softpipe: keep input lod for explicite derivativesGert Wollny2019-05-011-2/+4
* softpipe: tie in new code path for lod evaluationGert Wollny2019-05-012-46/+21
* softpipe: Move selection of shadow values up and clean parameter listGert Wollny2019-05-011-29/+43
* softpipe: Pipe gather_comp through from st_tgsi_get_samplesGert Wollny2019-05-012-5/+18
* softpipe: Prepare handling explicit gradientsGert Wollny2019-05-013-1/+42
* softpipe: Factor gradient evaluation out of the lambda evaluationGert Wollny2019-05-011-19/+119
* egl: return correct error code for a case req ver < 3 with forward-compatibleAndrii Simiklit2019-05-011-1/+4
* radeonsi/nir: call radeonsi nir opts before the scan passTimothy Arceri2019-05-012-0/+2
* radeonsi/nir: create si_nir_opts() helperTimothy Arceri2019-05-012-36/+43
* swr/rast: early exit on empty triangle maskAlok Hota2019-04-301-0/+6
* swr/rast: add guards for cpuid on LinuxAlok Hota2019-04-301-0/+2
* swr/rast: add flat shadingAlok Hota2019-04-301-0/+13
* swr/rast: add SWR_STATIC_ASSERT() macroAlok Hota2019-04-301-1/+8
* swr/rast: update guardband rects at draw setupAlok Hota2019-04-301-2/+3
* swr/rast: add more llvm intrinsicsAlok Hota2019-04-301-0/+3
* st/va: properly set stride and offset in vlVaDeriveImageJulien Isorce2019-04-301-10/+25
* radeonsi: implement resource_get_infoJulien Isorce2019-04-301-8/+35
* gallium: add resource_get_info to pipe_screenJulien Isorce2019-04-304-0/+51
* freedreno/ir3: fixes for half reg in/outRob Clark2019-04-304-13/+39
* st/nine: Check discard_delayed_release is set before allocating moreAxel Davy2019-04-301-0/+2
* st/nine: Throttle rendering similarly for thread_submitAxel Davy2019-04-302-22/+22
* st/nine: Optimize a bit writeonly buffersAxel Davy2019-04-301-1/+6
* st/nine: Use TGSI_SEMANTIC_GENERIC for fogAxel Davy2019-04-302-28/+29
* st/nine: Enable computing const_rangesAxel Davy2019-04-301-1/+1
* st/nine: Handle const_ranges in nine_stateAxel Davy2019-04-301-2/+26
* st/nine: Cache constant buffer sizeAxel Davy2019-04-307-23/+52
* st/nine: Propagate const_range to contextAxel Davy2019-04-307-15/+37
* st/nine: Prepare constant compaction in nine_shaderAxel Davy2019-04-302-28/+118
* st/nine: Refactor counting of constantsAxel Davy2019-04-301-25/+21
* st/nine: Track constant slots usedAxel Davy2019-04-301-2/+11
* st/nine: Refactor ct_ctorAxel Davy2019-04-301-89/+95
* st/nine: Make swvp_on imply IS_VSAxel Davy2019-04-302-6/+10
* st/nine: Refactor shader constants ureg_src computationAxel Davy2019-04-302-95/+99
* st/nine: Manually upload vs and ps constantsAxel Davy2019-04-301-0/+46
* st/nine: use helper ureg_DECL_sampler everywhereAxel Davy2019-04-301-1/+1
* st/nine: Compact pixel shader keyAxel Davy2019-04-302-15/+31
* st/nine: Compact nine_ff_get_projected_keyAxel Davy2019-04-304-8/+24
* st/nine: Refactor param->relAxel Davy2019-04-301-4/+6
* st/nine: Regroup param->rel testsAxel Davy2019-04-301-8/+3
* st/nine: Control shader constant inlining with drircAxel Davy2019-04-304-1/+14
* st/nine: Recompile optimized shaders based on b/i constsAxel Davy2019-04-309-5/+211
* drirc: Add Gallium nine workaround for Rayman LegendsAxel Davy2019-04-301-0/+5
* st/nine: Add drirc option to use data_internal for dynamic texturesAxel Davy2019-04-307-2/+28