summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/swr/swr_screen.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-12-06gallium/swr: Remove driver sourceJan Zielinski1-1155/+0
2021-12-03gallium: add new PIPE_CAP_IMAGE_STORE_FORMATTEDJuan A. Suarez Romero1-0/+1
2021-11-18gallium: rename PIPE_CAP_PREFER_BLIT_BASED_TEXTURE_TRANSFERMike Blumenkrantz1-1/+1
2021-11-08gallium: add missing point and line CAPsMarek Olšák1-0/+8
2021-11-08gallium: rename PIPE_CAPF_MAX_POINT_WIDTH -> MAX_POINT_SIZEMarek Olšák1-2/+2
2021-02-17gallium: Flip the default value of PIPE_CAP_SHAREABLE_SHADERS.Eric Anholt1-0/+3
2021-01-25swr: Don't report support for shader images.Eric Anholt1-1/+3
2020-12-14gallium: Add optional pipe_context to flush_frontbufferJesse Natalie1-1/+1
2020-12-10swr: fix crashes caused by incorrectly reporting SSBO supportjzielins1-10/+11
2020-09-22gallium: rename PIPE_TRANSFER_* -> PIPE_MAP_*Marek Olšák1-1/+1
2020-08-03swr: Bump maximum 2D texture size to 16kx16kjzielins1-1/+3
2020-07-22swr: Use the default behavior of ALLOW_MAPPED_BUFFERS.Eric Anholt1-1/+0
2020-07-22swr: Remove a bunch of default handling of pipe caps.Eric Anholt1-85/+0
2020-06-22gallium: Add pipe cap for primitive restart with fixed indexNeil Roberts1-0/+1
2020-05-13gallium: change comments to remove 'state tracker'Marek Olšák1-1/+1
2020-05-13gallium: rename 'state tracker' to 'frontend'Marek Olšák1-1/+1
2020-04-28gallium/swr: Fix crashes and failures in vertex fetchJan Zielinski1-0/+6
2020-01-24gallium/swr: implementation of tessellation shaders compilationJan Zielinski1-2/+5
2020-01-17gallium/swr: Disable showing detected arch message.Krzysztof Raszkowski1-6/+5
2019-12-14gallium/swr: Enable support bptc format.Denis Pauk1-2/+1
2019-12-13gallium/swr: Fix arb_transform_feedback2Tomasz Pyra1-2/+2
2019-12-03gallium/swr: Fix crash when use GL_TDFX_texture_compression_FXT1 format.Krzysztof Raszkowski1-1/+3
2019-11-14util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt1-2/+2
2019-11-08gallium/swr: Enable some ARB_gpu_shader5 extensionsKrzysztof Raszkowski1-0/+1
2019-10-29gallium/swr: Enable GL_ARB_gpu_shader5: multiple streamsKrzysztof Raszkowski1-1/+1
2019-08-22swr: use LLVM version string instead of re-computing itEric Engestrom1-2/+1
2019-08-06gallium: add PIPE_CAP_TGSI_ATOMINC_WRAP to indicate supportPierre-Eric Pelloux-Prayer1-0/+1
2019-07-22gallium: switch boolean -> bool at the interface definitionsIlia Mirkin1-18/+18
2019-07-19util: use standard name for snprintf()Eric Engestrom1-3/+3
2019-07-10gallium: get rid of PIPE_CAP_SM3Erik Faye-Lund1-2/+3
2019-07-03swr/swr: Enable ARB_viewport_arrayJan Zielinski1-1/+1
2019-06-05swr: fix support for GL_ARB_copy_image extensionKrzysztof Raszkowski1-1/+16
2019-05-30swr/rast: Enable ARB_GL_texture_buffer_rangeJan Zielinski1-1/+1
2019-05-23gallium: Change PIPE_CAP_TGSI_FS_FBFETCH bool to PIPE_CAP_FBFETCH countKenneth Graunke1-1/+1
2019-05-16swr: clean up supported OGL4.0/4.1 extensions listJan Zielinski1-4/+5
2019-05-13gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE.Eric Anholt1-3/+3
2019-04-15gallium: add support for formatted image loadsRhys Perry1-0/+1
2019-02-22swr/rast: bypass size limit for non-sampled texturesAlok Hota1-1/+3
2019-02-14swr: set PIPE_CAP_MAX_VARYINGS correctlyIlia Mirkin1-0/+2
2019-02-12gallium/swr: Param defaults for unhandled PIPE_CAPsAlok Hota1-4/+3
2018-09-07gallium: add PIPE_CAP_MAX_TEXTURE_UPLOAD_MEMORY_BUDGETMarek Olšák1-0/+1
2018-09-06gallium: enable GL_AMD_depth_clamp_separate on r600, radeonsiMarek Olšák1-0/+1
2018-08-24gallium: Split out PIPE_CAP_TEXTURE_MIRROR_CLAMP_TO_EDGE.Kenneth Graunke1-0/+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/+2
2018-08-07swr: don't export swr_create_screen_internalEmil Velikov1-1/+0
2018-08-02swr: Remove unnecessary memset callVlad Golovkin1-1/+0
2018-07-31gallium: add storage_sample_count parameter into is_format_supportedMarek Olšák1-0/+4
2018-07-31gallium: add PIPE_CAP_FRAMEBUFFER_MSAA_CONSTRAINTSMarek Olšák1-0/+1
2018-06-14gallium: add support for programmable sample locationsRhys Perry1-0/+1