summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* radv: remove radv_userdata_info::indirect fieldSamuel Pitoiset2019-01-283-12/+6
* mesa/main: Expose EXT_sRGB_write_controlGert Wollny2019-01-283-5/+4
* mesa/main/version: Lower the requirements for GLES 3.0Gert Wollny2019-01-281-2/+2
* mesa/main: Use flag for EXT_sRGB instead of EXT_framebuffer_sRGB where possibleGert Wollny2019-01-285-5/+5
* mesa/st: rework support for sRGB framebuffer attachementsGert Wollny2019-01-284-18/+31
* i965: Set flag for EXT_sRGBGert Wollny2019-01-281-0/+1
* mesa:main: Add flag for EXT_sRGB to gl_extensionsGert Wollny2019-01-281-0/+1
* virgl: Set sRGB write control CAP based on host capabilitiesGert Wollny2019-01-283-0/+13
* Gallium: Add new CAPS to indicate whether a driver can switch SRGB writeGert Wollny2019-01-283-0/+6
* spirv: Don't use special semantics when counting vertex attribute sizeNeil Roberts2019-01-281-6/+4
* glsl_types: Rename parameter of glsl_count_attribute_slotsNeil Roberts2019-01-284-10/+17
* spirv/nir: handle location decorations on block interface membersNeil Roberts2019-01-282-9/+66
* etnaviv: add linear sampling supportChristian Gmeiner2019-01-283-1/+25
* etnaviv: update headers from rnndbChristian Gmeiner2019-01-288-55/+227
* etnaviv: extend etna_resource with an addressing modeChristian Gmeiner2019-01-284-8/+22
* nvc0: don't put text segment into bufctxIlia Mirkin2019-01-276-13/+16
* radv/ac: fix some fp16 handlingTimothy Arceri2019-01-282-2/+2
* v3d: Create separate sampler states for the various blend formats.Eric Anholt2019-01-274-50/+303
* v3d: Move the sampler state to the long-lived state uploader.Eric Anholt2019-01-273-6/+13
* v3d: Use the symbolic names for wrap modes from the XML.Eric Anholt2019-01-272-11/+14
* v3d: Fix stencil sampling from a separate-stencil buffer.Eric Anholt2019-01-272-0/+7
* v3d: Fix stencil sampling from packed depth/stencil.Eric Anholt2019-01-271-1/+1
* v3d: Fix release-build warning about utile_h.Eric Anholt2019-01-271-2/+1
* v3d: Flush blit jobs immediately after generating them.Eric Anholt2019-01-271-0/+8
* v3d: Fix BO stats accounting for imported buffers.Eric Anholt2019-01-271-0/+3
* v3d: Drop maximum number of texture units down to 16.Eric Anholt2019-01-272-4/+4
* v3d: Avoid duplicating limits defines between gallium and v3d core.Eric Anholt2019-01-279-17/+52
* v3d: Fix overly-large vattr_sizes structs.Eric Anholt2019-01-271-2/+2
* v3d: Rename gallium-local limits defines from VC5 to V3D.Eric Anholt2019-01-2711-33/+33
* radv: Remove unused variable.Bas Nieuwenhuizen2019-01-271-1/+0
* radv: add device->instance extension dependenciesNiklas Haas2019-01-271-0/+27
* radv: correctly use vulkan 1.0 by defaultNiklas Haas2019-01-271-1/+1
* glsl: fix block member alignment validation for vec3Niklas Haas2019-01-271-4/+4
* spirv: Add support for SPV_EXT_physical_storage_bufferJason Ekstrand2019-01-265-3/+55
* spirv: Implement OpConvertPtrToU and OpConvertUToPtrJason Ekstrand2019-01-262-2/+75
* spirv: Handle OpTypeForwardPointerJason Ekstrand2019-01-261-33/+66
* spirv: Drop a bogus assertJason Ekstrand2019-01-261-1/+0
* nir: Allow SSBOs and global to aliasJason Ekstrand2019-01-261-1/+6
* nir/validate: Allow array derefs of vectors for nir_var_mem_globalJason Ekstrand2019-01-261-1/+2
* nir/lower_io: Add support for nir_var_mem_globalJason Ekstrand2019-01-261-0/+12
* nir/lower_io: Add a 32 and 64-bit global address formatsJason Ekstrand2019-01-262-30/+123
* nir: Add load/store/atomic global intrinsicsJason Ekstrand2019-01-263-1/+39
* st/nine: Enable debug info if NDEBUG is not setAxel Davy2019-01-2611-26/+26
* st/nine: Immediately upload user provided texturesAxel Davy2019-01-261-0/+13
* i965: Always compile fp64 funcs when neededMatt Turner2019-01-261-1/+2
* intel/compiler: Add a file-level description of brw_eu_validate.cMatt Turner2019-01-261-1/+13
* freedreno: add renderonly scanoutJonathan Marek2019-01-268-10/+66
* freedreno/a2xx: fix unused variable warningRob Clark2019-01-261-1/+0
* tgsi: remove culldist semantic from docsTimothy Arceri2019-01-261-18/+0
* ac/nir_to_llvm: fix clamp shadow reference for more hardwareTimothy Arceri2019-01-261-1/+1