summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mesa/main: fixup requirements for GL_PRIMITIVES_GENERATEDErik Faye-Lund2018-11-261-0/+1
* mesa/main: fix incorrect depth-errorErik Faye-Lund2018-11-261-7/+50
* mesa/main: check cube-completeness in common codeErik Faye-Lund2018-11-261-15/+16
* mesa/main: factor out common error-checkingErik Faye-Lund2018-11-261-12/+34
* mesa/main: factor out tex-image error-checkingErik Faye-Lund2018-11-261-46/+64
* mesa/main: remove bogus error for zero-sized imagesErik Faye-Lund2018-11-261-36/+13
* mesa/main: remove ARB suffix from glGetnTexImageErik Faye-Lund2018-11-264-6/+15
* glsl: free or reuse memory allocated for TF varyingGert Wollny2018-11-261-1/+8
* radv: Fix opaque metadata descriptor last layer.Bas Nieuwenhuizen2018-11-261-1/+1
* mesa/st: Make st_pipe_vertex_format static.Mathias Fröhlich2018-11-262-4/+1
* mesa/st: Use binding information from the VAO in feedback rendering.Mathias Fröhlich2018-11-263-62/+68
* mesa/st: Avoid extra references in the feedback draw function scope.Mathias Fröhlich2018-11-261-2/+1
* mesa/st: Factor out array and buffer setup from st_atom_array.c.Mathias Fröhlich2018-11-262-22/+74
* mesa/st: Only unmap the uploader that was actually used.Mathias Fröhlich2018-11-261-1/+2
* mesa/st: Only care about the uploader if it was used.Mathias Fröhlich2018-11-261-3/+3
* nv50/ir: remove dnz flag when converting MAD to ADD due to optimizationsIlia Mirkin2018-11-241-0/+3
* winsys/amdgpu: fix a device handle leak in amdgpu_winsys_createMarek Olšák2018-11-231-0/+6
* winsys/amdgpu: fix a buffer leak in amdgpu_bo_from_handleMarek Olšák2018-11-231-0/+6
* radv: ignore subpass self-dependencies for CreateRenderPass() tooSamuel Pitoiset2018-11-231-0/+10
* radv: remove useless sync before CmdClear{Color,DepthStencil}Image()Samuel Pitoiset2018-11-231-6/+2
* mesa/main: remove overly strict query-validationErik Faye-Lund2018-11-231-14/+0
* mesa/main: fix validation of GL_TIMESTAMPErik Faye-Lund2018-11-231-1/+2
* mesa/main: fix validation of ARB_query_buffer_objectErik Faye-Lund2018-11-231-2/+2
* mesa/main: fix validation of transform-feedback overflow queriesErik Faye-Lund2018-11-231-2/+2
* mesa/main: fix validation of transform-feedback queriesErik Faye-Lund2018-11-231-2/+3
* mesa/main: fix validation of GL_TIME_ELAPSEDErik Faye-Lund2018-11-231-1/+2
* mesa/main: fix validation of GL_ANY_SAMPLES_PASSED_CONSERVATIVEErik Faye-Lund2018-11-231-2/+2
* mesa/main: fix validation of GL_ANY_SAMPLES_PASSEDErik Faye-Lund2018-11-231-1/+2
* mesa/main: fix validation of GL_SAMPLES_PASSEDErik Faye-Lund2018-11-231-1/+2
* mesa/main: simplify pipeline-statistics query validationErik Faye-Lund2018-11-231-2/+1
* mesa/main: use non-prefixed enums for consistencyErik Faye-Lund2018-11-231-33/+33
* mesa/main: correct year for EXT_occlusion_query_booleanErik Faye-Lund2018-11-231-1/+1
* mesa/main: correct requirement for EXT_occlusion_query_booleanErik Faye-Lund2018-11-231-1/+1
* anv: allow exporting an imported SYNC_FD semaphore typeTapani Pälli2018-11-231-1/+2
* glapi: add missing visibility argsEric Engestrom2018-11-221-1/+1
* anv/nir: Rework arguments to apply_pipeline_layoutJason Ekstrand2018-11-223-4/+8
* anv: Put robust buffer access in the pipeline hashJason Ekstrand2018-11-221-0/+6
* anv: Expose VK_EXT_scalar_block_layoutJason Ekstrand2018-11-222-0/+8
* vulkan: Update the XML and headers to 1.1.93Jason Ekstrand2018-11-222-21/+98
* radv: remove useless sync after CmdClear{Color,DepthStencil}Image()Samuel Pitoiset2018-11-221-4/+0
* vulkan: Allow storage images in the WSI.Bas Nieuwenhuizen2018-11-213-0/+3
* st/nine: Remove thread_submit warningAxel Davy2018-11-211-3/+0
* st/nine: Allow 'triple buffering' with thread_submitAxel Davy2018-11-212-17/+50
* virgl: add assert and missing function parameterRobert Foss2018-11-211-1/+4
* r600: clean up the GS ring buffers when the context is destroyedGert Wollny2018-11-211-0/+6
* radv: only sync CP DMA for transfer operations or bottom pipeSamuel Pitoiset2018-11-211-2/+6
* radv: ignore subpass self-dependenciesSamuel Pitoiset2018-11-211-0/+10
* Revert "nir/builder: Assert that intN_t immediates fit"Iago Toral Quiroga2018-11-211-4/+0
* nir/from_ssa: fix bit-size of temporary registerIago Toral Quiroga2018-11-211-2/+5
* mesa: Remove unneeded bitfield widths from the VAO.Mathias Fröhlich2018-11-211-2/+2