summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-07-31gallium: add storage_sample_count parameter into is_format_supportedMarek Olšák80-117/+244
2018-07-31gallium: add pipe_resource::nr_storage_samples, and set it same as nr_samplesMarek Olšák30-27/+65
2018-07-31gallium: add PIPE_CAP_FRAMEBUFFER_MSAA_CONSTRAINTSMarek Olšák18-0/+29
2018-07-31docs: update radeonsi features and release notesMarek Olšák2-10/+14
2018-07-31st/mesa: implement ASTC 2D LDR fallback for all driversMarek Olšák5-2/+80
2018-07-31st/mesa: add ETC2 & ASTC fast path for GetTex(Sub)ImageMarek Olšák1-0/+41
2018-07-31st/mesa: generalize fallback_copy_image for compressed texturesMarek Olšák1-6/+11
2018-07-31st/mesa: generalize code for the compressed texture map/unmap fallbackMarek Olšák2-23/+31
2018-07-31st/mesa: use st_compressed_format_fallback moreMarek Olšák1-12/+4
2018-07-31st/mesa: generalize st_etc_fallback -> st_compressed_format_fallbackMarek Olšák3-13/+17
2018-07-31mesa: add ASTC 2D LDR decoderMarek Olšák8-0/+2031
2018-08-01docs/features: mark virgl image features and GL4.2 as doneDave Airlie1-10/+10
2018-08-01virgl: also mark sampler views as dirtyGurchetan Singh1-1/+2
2018-08-01virgl: add memory barrier supportDave Airlie5-0/+29
2018-08-01virgl: add TXQS supportDave Airlie2-1/+3
2018-08-01virgl: add initial images support (v2)Dave Airlie8-0/+105
2018-07-31Make glXChooseFBConfig handle unspecified sRGB correctlyJon Turney2-2/+3
2018-07-31dri3: For 1.2, use root window instead of pixmap drawableOlivier Fourdan2-3/+10
2018-07-31i965: enable XFB and GeometryStreams for gen7+Alejandro Piñeiro1-0/+2
2018-07-31i965: Link XFB varyings for SPIR-V shadersNeil Roberts1-0/+1
2018-07-31nir/linker: Add the start of a pure-NIR linker for XFBNeil Roberts4-0/+321
2018-07-31nir/types: Add a wrapper to access gl_typeNeil Roberts2-0/+8
2018-07-31arb_gl_spirv: add calls to several nir loweringsAlejandro Piñeiro1-0/+8
2018-07-31compiler/spirv: add XFB and GeometryStreams capability check supportAlejandro Piñeiro2-2/+10
2018-07-31nir/gather_info: Set info.gs.uses_streamsNeil Roberts1-0/+5
2018-07-31spirv/nir: Fix the stream ID when emitting a primitive or vertexNeil Roberts1-2/+5
2018-07-31spirv: Handle the SpvDecorationStream decorationNeil Roberts2-2/+12
2018-07-31mesa/glspirv: Set last_vert_progNeil Roberts1-0/+7
2018-07-31spirv: Handle XFB variable decorationsNeil Roberts1-3/+9
2018-07-31spirv: Handle SpvExecutionModeXfbNeil Roberts1-1/+1
2018-07-31nir: Add members for the explicit XFB properties to nir_variableNeil Roberts2-1/+30
2018-07-31etnaviv: fix typo in query namesChristian Gmeiner1-2/+2
2018-07-31mesa: fix a typo (trivial)Tapani Pälli1-1/+1
2018-07-31mesa: add glRenderbufferStorage support for EXT_texture_norm16 formatsTapani Pälli1-3/+7
2018-07-30egl/surfaceless: Allow DRMless fallback.David Riley1-0/+19
2018-07-30egl/surfaceless: Define DRI_SWRastLoader extension when using swrast.David Riley1-4/+21
2018-07-30v3d: Dump the contents off all the buffers in CLIF mode.Eric Anholt2-25/+207
2018-07-30v3d: Split walking the CLs to generate relocs from walking CLs to dump.Eric Anholt3-37/+49
2018-07-30v3d: Include commands to run the BCL and RCL in CLIF dumps.Eric Anholt4-16/+47
2018-07-30v3d: Use a short, underscored name for packets in CLIF/CL dumping.Eric Anholt3-45/+72
2018-07-30v3d: Rename "configuration" and "config" in the XML to "cfg"Eric Anholt5-51/+54
2018-07-30v3d: s/colour/color in the XML.Eric Anholt4-39/+39
2018-07-30v3d: Rename primitives to prims in the XML to match CLIF names.Eric Anholt3-12/+12
2018-07-30v3d: Print CLIF fixed-point values as just their decimal value.Eric Anholt1-6/+16
2018-07-30v3d: When not doing terminal pretty-printing, comment struct field names.Eric Anholt1-1/+7
2018-07-30v3d: Add a separate flag for CLIF ABI output versus human-readable CLs.Eric Anholt7-5/+15
2018-07-30v3d: Add pack header support for f187 values.Eric Anholt7-22/+34
2018-07-30v3d: Move depth offset packet setup to CSO creation time.Eric Anholt4-33/+34
2018-07-31r600: reduce num compute threads to 1024.Dave Airlie1-1/+1
2018-07-30freedreno/a5xx: fix txf_msRob Clark3-0/+12