summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* anv: Make border colors the right size and alignment on HSWJason Ekstrand2019-06-182-12/+48
* imgui: bump imgui memory editor copyLionel Landwerlin2019-06-182-30/+38
* panfrost/midgard: Enable autovectorizationAlyssa Rosenzweig2019-06-181-2/+1
* nir: add a vectorization passConnor Abbott2019-06-184-0/+457
* 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
* nir/lower_tex: Add a way to lower TXS(non-0-LOD) instructionsBoris Brezillon2019-06-182-0/+52
* nir/lower_tex: Update ->sampler_dim value before calling get_texture_size()Boris Brezillon2019-06-181-2/+5
* nir/lower_tex: Actually report when projector lowering happenedBoris Brezillon2019-06-181-4/+4
* panfrost: Adapt to constant name change in UABITomeu Vizoso2019-06-181-1/+1
* panfrost: ci: Update resultsTomeu Vizoso2019-06-181-15/+0
* radv: adjust the DCC base VA for mipmapped color attachmentsSamuel Pitoiset2019-06-181-0/+5
* radv: fix color decompressions for FMASK/CMASKSamuel Pitoiset2019-06-181-1/+2
* radv: do not decompress levels without DCC with the graphics pathSamuel Pitoiset2019-06-181-15/+20
* radv: do not decompress levels without DCC with the compute pathSamuel Pitoiset2019-06-181-0/+5
* radv: check if DCC is enabled per mip not for the whole imageSamuel Pitoiset2019-06-186-19/+23
* v3d: implement simultaneous peripheral access exceptions for V3D 4.1+Iago Toral Quiroga2019-06-183-6/+43
* 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
* glsl: Fix out of bounds read in shader_cache_read_program_metadataKenneth Graunke2019-06-171-3/+2
* anv: Set STATE_BASE_ADDRESS upper bounds on gen7Jason Ekstrand2019-06-171-0/+17
* radv: Disable linear tiled compressed textures.Bas Nieuwenhuizen2019-06-181-0/+4
* anv:Use VK_EXT_separate_stencil_usage to avoid stencil shadows on gen7Jason Ekstrand2019-06-174-2/+16
* anv: Add stencil texturing support for gen7Jason Ekstrand2019-06-173-7/+96
* anv/blorp: Update shadow images when clearing or uploadingJason Ekstrand2019-06-171-11/+104
* anv/cmd_buffer: Add a stencil transition helperJason Ekstrand2019-06-171-35/+75
* anv/blorp: Take an aspect in anv_image_copy_to_shadowJason Ekstrand2019-06-173-3/+4
* anv/formats: Re-arrange the way se set some flag bitsJason Ekstrand2019-06-171-6/+5
* 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
* radv: add mipmaps support for DCC decompression on computeSamuel Pitoiset2019-06-171-52/+54
* radv: add mipmaps support for color decompressions (DCC/FMASK/CMASK)Samuel Pitoiset2019-06-171-99/+129
* radv: set the DCC/FCE predicates from the base levelSamuel Pitoiset2019-06-171-0/+2
* radv: load the fast color clear values from the base levelSamuel Pitoiset2019-06-171-6/+6