summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
* radeonsi: fix undefined shift in macro definitionDave Airlie2019-06-191-1/+1
* nouveau: fix frees in unsupported IR error paths.Dave Airlie2019-06-194-0/+6
* panfrost: Move clearing logic into pan_jobRohan Garg2019-06-183-48/+68
* virgl: fix sync issue regarding discard/unsync transfersChia-I Wu2019-06-181-5/+15
* panfrost: Enable sRGBAlyssa Rosenzweig2019-06-181-4/+0
* panfrost: Disable AFBC on sRGB buffersAlyssa Rosenzweig2019-06-181-0/+7
* panfrost: Enable sRGB fixed-function blendingAlyssa Rosenzweig2019-06-182-3/+17
* panfrost: Specify sRGB in the render targetAlyssa Rosenzweig2019-06-181-1/+4
* panfrost: Implement sRGB texturingAlyssa Rosenzweig2019-06-181-1/+1
* panfrost: Add sRGB render target flagAlyssa Rosenzweig2019-06-182-0/+2
* panfrost: Implement tiled renderingAlyssa Rosenzweig2019-06-181-0/+4
* panfrost: Decode rendering block typeAlyssa Rosenzweig2019-06-183-7/+37
* panfrost: Refactor texture targetsAlyssa Rosenzweig2019-06-186-27/+81
* panfrost: Figure out job requirements in pan_job.cRohan Garg2019-06-183-8/+16
* panfrost: Reset job counters once the job is submittedRohan Garg2019-06-182-5/+4
* panfrost: Initial implementation of panfrost_job_submitRohan Garg2019-06-183-5/+23
* virgl_hw: add YUV supportGurchetan Singh2019-06-181-0/+6
* virgl: sync to virglrenderer virgl_hw.hGurchetan Singh2019-06-181-3/+10
* panfrost/midgard: Enable autovectorizationAlyssa Rosenzweig2019-06-181-2/+1
* panfrost: Add support for TXS instructionsBoris Brezillon2019-06-183-2/+60
* panfrost: Prepare things to support non-native texture opsBoris Brezillon2019-06-181-16/+19
* panfrost: Move sysval upload logic out of panfrost_emit_for_draw()Boris Brezillon2019-06-182-17/+54
* panfrost: Make the sysval logic more genericBoris Brezillon2019-06-181-22/+39
* panfrost: Adapt to constant name change in UABITomeu Vizoso2019-06-181-1/+1
* panfrost: ci: Update resultsTomeu Vizoso2019-06-181-15/+0
* v3d: only flush jobs accessing the query BO when reading query resultsIago Toral Quiroga2019-06-181-2/+2
* v3d: add a helper function to flush jobs using a BOIago Toral Quiroga2019-06-182-0/+12
* iris: Support more RGBX pipe formats.Kenneth Graunke2019-06-171-2/+13
* iris: Make resource_copy_region handle packed depth-stencil resources.Kenneth Graunke2019-06-171-0/+10
* iris: Order CS stall and TC invalidate for format reinterpretation hacksKenneth Graunke2019-06-171-3/+2
* iris: Be more aggressive at post-format-reintepret TC invalidate hackKenneth Graunke2019-06-171-8/+5
* virgl: Assume sRGB write control for older guest kernels or virglrenderer hostsGert Wollny2019-06-171-1/+2
* freedreno/a6xx: disallow UBWC for x24s8Rob Clark2019-06-171-4/+15
* freedreno/a6xx: un-swap X24S8_UINTRob Clark2019-06-172-5/+6
* gallium: Remove unused util_ringbufferCaio Marcelo de Oliveira Filho2019-06-174-193/+0
* llvmpipe: Don't use u_ringbuffer for lp_scene_queueCaio Marcelo de Oliveira Filho2019-06-171-36/+48
* panfrost/midgard: Simplify 2D array logicAlyssa Rosenzweig2019-06-171-4/+1
* panfrost/midgard: Handle non-zero component in storeAlyssa Rosenzweig2019-06-172-8/+9
* panfrost/midgard: Apply writemask to LUTsAlyssa Rosenzweig2019-06-172-3/+8
* amd: update addrlibMarek Olšák2019-06-171-0/+24
* radeonsi: reduce MAX_GEOMETRY_OUTPUT_VERTICESNicolai Hähnle2019-06-171-1/+4
* panfrost: Cleanup default blend modeAlyssa Rosenzweig2019-06-171-19/+8
* panfrost: Don't accidentally include blend shaderAlyssa Rosenzweig2019-06-171-0/+2
* panfrost/midgard: Use typeless moves internallyAlyssa Rosenzweig2019-06-173-39/+15
* virgl: better support for PIPE_TRANSFER_DISCARD_WHOLE_RESOURCEChia-I Wu2019-06-174-25/+92
* virgl: add virgl_rebind_resourceChia-I Wu2019-06-174-0/+148
* virgl: save virgl_hw_res in virgl_transferChia-I Wu2019-06-175-14/+22
* virgl: add resource_reference to virgl_winsysChia-I Wu2019-06-174-32/+21
* panfrost/midgard: Add rounding mode specific opcodesAlyssa Rosenzweig2019-06-173-20/+49
* panfrost: Drop draws with complete scissorAlyssa Rosenzweig2019-06-172-4/+20