summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* iris: Bail on queries for INTEL_NO_HW=1.Kenneth Graunke2019-06-191-0/+5
* virgl: Support VIRGL_BIND_SHAREDDavid Riley2019-06-192-0/+3
* anv: write spirv-nir logs back to the applicationLionel Landwerlin2019-06-191-0/+35
* ac/nir: Set speculatable for buffer loads where allowedConnor Abbott2019-06-191-3/+4
* nir: Use reorderable access flagConnor Abbott2019-06-191-4/+12
* nir: Add a helper to determine if an intrinsic can be reorderedConnor Abbott2019-06-193-11/+13
* st/nir: Use gl_nir_opt_accessConnor Abbott2019-06-191-0/+2
* glsl/nir: Add optimization pass for access flagsConnor Abbott2019-06-194-0/+324
* nir: Add reorderable memory access enumConnor Abbott2019-06-192-1/+10
* nir/copy_prop_vars: Ignore volatile accessesConnor Abbott2019-06-191-0/+13
* glsl/nir: Propagate access qualifiersConnor Abbott2019-06-192-6/+59
* nir: Allow qualifiers on copy_deref and image instructionsConnor Abbott2019-06-196-12/+48
* ac,radeonsi: Always mark buffer stores as inaccessiblememonlyConnor Abbott2019-06-198-93/+61
* egl: add missing #includeEric Engestrom2019-06-191-0/+1
* radv: disable viewport clamping even if FS doesn't write ZSamuel Pitoiset2019-06-191-3/+1
* radv: implement compressed FMASK texture reads with RADV_PERFTEST=tccompatcmaskSamuel Pitoiset2019-06-197-1/+103
* radv: fix FMASK expand with SRGB formatsSamuel Pitoiset2019-06-191-1/+2
* panfrost: Move to use ralloc for some allocationsTomeu Vizoso2019-06-197-37/+44
* egl: Don't add hardware device if there is no render node v2.Mathias Fröhlich2019-06-191-2/+2
* etnaviv: support GL_ARB_seamless_cubemap_per_textureChristian Gmeiner2019-06-192-5/+9
* etnaviv: update headers from rnndbChristian Gmeiner2019-06-196-22/+33
* 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
* 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