summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-03-01mesa: Remove _EXT suffixes from FBO related enumsalways-ARB_framebuffer_objectIan Romanick45-194/+194
2019-03-01mesa: GL_ARB_framebuffer_object is not optionalIan Romanick15-82/+26
2019-03-01gallium: Always enable ARB_framebuffer_objectIan Romanick2-1/+9
2019-03-01nouveau: Enable GL_ARB_framebuffer_objectIan Romanick2-0/+5
2019-03-01r200: Enable GL_ARB_framebuffer_objectIan Romanick1-0/+1
2019-03-01radeon: Enable GL_ARB_framebuffer_objectIan Romanick2-1/+12
2019-03-01radeon: Don't call radeonIsFormatRenderable through the vtableIan Romanick4-4/+1
2019-03-01mesa: Add utility function _mesa_framebuffer_attachment_size_mismatchIan Romanick2-0/+40
2019-03-01Revert "swr/rast: Archrast codegen updates"Eric Engestrom8-351/+314
2019-03-01freedreno/a6xx: Enable UBWC modifierFritz Koenig4-1/+17
2019-03-01freedreno: UBWC allocatorFritz Koenig3-0/+36
2019-03-01freedreno/a6xx: UBWC supportFritz Koenig7-44/+160
2019-03-01freedreno: pass count to query_dmabuf_modifiersFritz Koenig1-1/+1
2019-03-01anv: fix typoEric Engestrom1-1/+1
2019-03-01anv: remove spaces around kwargs assignmentEric Engestrom1-4/+4
2019-03-01anv: drop unused parameterEric Engestrom1-3/+2
2019-03-01anv: simplify chained comparisonEric Engestrom1-1/+1
2019-02-28nir/copy_prop_vars: handle indirect vector elementsCaio Marcelo de Oliveira Filho2-24/+25
2019-02-28nir/copy_prop_vars: prefer using entries from equal derefsCaio Marcelo de Oliveira Filho1-4/+9
2019-02-28nir/copy_prop_vars: add tests for indirect array derefCaio Marcelo de Oliveira Filho1-7/+124
2019-02-28nir/copy_prop_vars: handle load/store of vector elementsCaio Marcelo de Oliveira Filho2-34/+114
2019-02-28nir/copy_prop_vars: use NIR_MAX_VEC_COMPONENTSCaio Marcelo de Oliveira Filho1-10/+22
2019-02-28nir/copy_prop_vars: rename/refactor store_to_entry helperCaio Marcelo de Oliveira Filho1-22/+20
2019-03-01etnaviv: fix compile warningsChristian Gmeiner2-2/+0
2019-03-01etnaviv: fix resource usage tracking across different pipe_context'sChristian Gmeiner7-29/+83
2019-03-01etnaviv: enable ETC2 texture compression support for HALTI0 GPUsChristian Gmeiner1-11/+1
2019-03-01etnaviv: hook-up etc2 patchingChristian Gmeiner3-0/+64
2019-03-01etnaviv: keep track of mapped bo addressChristian Gmeiner2-9/+11
2019-03-01etnaviv: implement ETC2 block patching for HALTI0Christian Gmeiner4-0/+201
2019-02-28intel/compiler: Re-prefix non-logical surface opcodes with VEC4Jason Ekstrand10-47/+25
2019-02-28intel/schedule_instructions: Move some commentsJason Ekstrand1-37/+37
2019-02-28intel/compiler: Drop unused surface opcodesJason Ekstrand7-60/+0
2019-02-28intel/fs: Get rid of the IMAGE_SIZE opcodeJason Ekstrand3-10/+5
2019-02-28intel/vec4: Drop dead code for handling typed surface messagesJason Ekstrand5-272/+0
2019-02-28intel/fs: Drop the fs_surface_builderJason Ekstrand5-471/+195
2019-02-28intel/fs: Re-order logical surface argumentsJason Ekstrand1-2/+2
2019-02-28intel/fs: Add an enum type for logical sampler inst sourcesJason Ekstrand3-39/+58
2019-02-28scons: Workaround failures with MSVC when using SCons 3.0.[2-4].Jose Fonseca1-1/+7
2019-02-28freedreno: Fix a couple of warningsKristian H. Kristensen2-2/+2
2019-02-28freedreno/a6xx: Don't zero SO buffer addressesKristian H. Kristensen1-38/+0
2019-02-28freedreno/a6xx: Only output MRT control for used framebuffersKristian H. Kristensen1-1/+1
2019-02-28gitlab-ci: install xmllint to validate 00-mesa-defaults.confEric Engestrom2-1/+4
2019-02-28driconf: add DTD to allow the drirc xml (00-mesa-defaults.conf) to be validatedEric Engestrom2-1/+28
2019-02-28vulkan: use VkBase{In,Out}Structure instead of a custom structEric Engestrom1-7/+2
2019-02-28vulkan/overlay: add support for fps output in fileLionel Landwerlin4-15/+39
2019-02-28vulkan/overlay: rework option parsingLionel Landwerlin6-113/+265
2019-02-28vulkan/overlay: fix min/max computationsLionel Landwerlin1-11/+11
2019-02-28egl/sl: use kms_swrast with vgem instead of a random GPUEmil Velikov1-8/+13
2019-02-28egl/sl: use drmDevice API to enumerate available devicesEmil Velikov1-36/+37
2019-02-28egl/sl: split out swrast probe into separate functionEmil Velikov1-16/+27