summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600
AgeCommit message (Expand)AuthorFilesLines
2018-12-19r600: remove redundant semicolonNicolai Hähnle1-1/+1
2018-11-28winsys/amdgpu,radeon: pass vm_alignment to buffer_from_handleMarek Olšák1-1/+4
2018-11-29r600: make suballocator 256-bytes alignDave Airlie1-1/+1
2018-11-28winsys/amdgpu: explicitly declare whether buffer_map is permanent or notNicolai Hähnle6-9/+21
2018-11-21r600: clean up the GS ring buffers when the context is destroyedGert Wollny1-0/+6
2018-11-19r600: Only set context streamout strides info from the shader that has outputsGert Wollny1-3/+9
2018-11-09radeonsi: stop command submission with PIPE_CONTEXT_LOSE_CONTEXT_ON_RESET onlyMarek Olšák4-4/+4
2018-11-06r600: Add support for EXT_texture_sRGB_R8Gert Wollny1-0/+1
2018-11-04r600/sb: Fix constant logical operand in assert.Vinson Lee1-1/+1
2018-10-31configure: allow building with python3Emil Velikov1-1/+1
2018-10-30gallium: rework PIPE_HANDLE_USAGE_* flagsMarek Olšák1-1/+1
2018-10-26util: Change remaining uint32 cache ids to sha1David McFarland1-21/+22
2018-10-17Fix setting indent-tabs-mode in the Emacs .dir-locals.el filesNeil Roberts1-1/+1
2018-10-12r600/sb: Fix constant-logical-operand warning.Vinson Lee1-1/+1
2018-10-03r600: use build-id when available for disk cacheTimothy Arceri1-7/+7
2018-09-15r600/sb: use safe math optimizations when TGSI contains precise operationsGert Wollny3-1/+5
2018-09-10r600: fix HTILE for NPOT textures with mipmappingMarek Olšák1-2/+2
2018-09-07gallium: add PIPE_CAP_MAX_TEXTURE_UPLOAD_MEMORY_BUDGETMarek Olšák1-0/+4
2018-09-06gallium: enable GL_AMD_depth_clamp_separate on r600, radeonsiMarek Olšák3-2/+3
2018-09-06gallium: split depth_clip into depth_clip_near & depth_clip_farMarek Olšák2-4/+4
2018-09-06gallium: add PIPE_CAP_RASTERIZER_SUBPIXEL_BITSMarek Olšák1-0/+1
2018-09-05gallium: add PIPE_CAP_MAX_COMBINED_HW_ATOMIC_COUNTER{S,_BUFFERS}Erik Faye-Lund1-0/+10
2018-09-05gallium: add PIPE_CAP_MAX_COMBINED_SHADER_BUFFERSErik Faye-Lund1-0/+4
2018-09-04gallium: Add a helper for implementing PIPE_CAP_* default values.Eric Anholt1-1/+3
2018-08-24gallium: Split out PIPE_CAP_TEXTURE_MIRROR_CLAMP_TO_EDGE.Kenneth Graunke1-0/+1
2018-08-24Revert "configure: allow building with python3"Emil Velikov1-1/+1
2018-08-23gallium: add PIPE_CAP_MAX_SHADER_BUFFER_SIZEMarek Olšák1-0/+2
2018-08-23gallium: add PIPE_CAP_MAX_GS_INVOCATIONSMarek Olšák1-0/+3
2018-08-23configure: allow building with python3Emil Velikov1-1/+1
2018-08-21r600/eg: rework atomic counter emission with flushesDave Airlie6-31/+54
2018-08-10meson: Build with Python 3Mathieu Bridon1-1/+1
2018-08-01python: Use the unicode_escape codecMathieu Bridon1-1/+1
2018-07-31radeonsi: use storage_samples instead of color_samples in most placesMarek Olšák1-2/+2
2018-07-31gallium: add storage_sample_count parameter into is_format_supportedMarek Olšák4-1/+11
2018-07-31gallium: add PIPE_CAP_FRAMEBUFFER_MSAA_CONSTRAINTSMarek Olšák1-0/+1
2018-07-31r600: reduce num compute threads to 1024.Dave Airlie1-1/+1
2018-07-25r600: Scale integer valued texture border colors to float (v2)Gert Wollny1-1/+44
2018-07-23r600: enable tess_input_info for TESDave Airlie1-14/+6
2018-07-20r600: Correct evaluation of cube array index and faceGert Wollny1-1/+33
2018-07-20r600: correct texture offset for array index lookupGert Wollny1-5/+37
2018-07-20r600: Delay emission of texture gradients and lookup offsetsGert Wollny1-44/+48
2018-07-18r600: silence the signed overflow warning like radeonsiMarek Olšák1-1/+1
2018-07-17r600: fix warnings when unref'ing pool->boMarek Olšák1-3/+3
2018-07-17r600g: some -Wsign-compare fixesKonstantin Kharlamov6-14/+13
2018-07-17r600g: constify some variablesKonstantin Kharlamov5-10/+10
2018-07-17r600g: do not use "fast-clear" for small textures (v3)Konstantin Kharlamov1-0/+10
2018-07-16r600: fix build after the removal of RADEON_PRIO_* flagsMarek Olšák7-21/+12
2018-07-16radeonsi: merge DCC/CMASK/HTILE priority flagsMarek Olšák2-3/+3
2018-07-13r600: Add spill output to group only if register or target index changesGert Wollny1-24/+45
2018-07-09r600: report incorrect max-vertex-attrib for GL 4.4Erik Faye-Lund1-1/+2