summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/swr/swr_screen.cpp
Commit message (Expand)AuthorAgeFilesLines
* gallium/swr: implementation of tessellation shaders compilationJan Zielinski2020-01-241-2/+5
* gallium/swr: Disable showing detected arch message.Krzysztof Raszkowski2020-01-171-6/+5
* gallium/swr: Enable support bptc format.Denis Pauk2019-12-141-2/+1
* gallium/swr: Fix arb_transform_feedback2Tomasz Pyra2019-12-131-2/+2
* gallium/swr: Fix crash when use GL_TDFX_texture_compression_FXT1 format.Krzysztof Raszkowski2019-12-031-1/+3
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-141-2/+2
* gallium/swr: Enable some ARB_gpu_shader5 extensionsKrzysztof Raszkowski2019-11-081-0/+1
* gallium/swr: Enable GL_ARB_gpu_shader5: multiple streamsKrzysztof Raszkowski2019-10-291-1/+1
* swr: use LLVM version string instead of re-computing itEric Engestrom2019-08-221-2/+1
* gallium: add PIPE_CAP_TGSI_ATOMINC_WRAP to indicate supportPierre-Eric Pelloux-Prayer2019-08-061-0/+1
* gallium: switch boolean -> bool at the interface definitionsIlia Mirkin2019-07-221-18/+18
* util: use standard name for snprintf()Eric Engestrom2019-07-191-3/+3
* gallium: get rid of PIPE_CAP_SM3Erik Faye-Lund2019-07-101-2/+3
* swr/swr: Enable ARB_viewport_arrayJan Zielinski2019-07-031-1/+1
* swr: fix support for GL_ARB_copy_image extensionKrzysztof Raszkowski2019-06-051-1/+16
* swr/rast: Enable ARB_GL_texture_buffer_rangeJan Zielinski2019-05-301-1/+1
* gallium: Change PIPE_CAP_TGSI_FS_FBFETCH bool to PIPE_CAP_FBFETCH countKenneth Graunke2019-05-231-1/+1
* swr: clean up supported OGL4.0/4.1 extensions listJan Zielinski2019-05-161-4/+5
* gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE.Eric Anholt2019-05-131-3/+3
* gallium: add support for formatted image loadsRhys Perry2019-04-151-0/+1
* swr/rast: bypass size limit for non-sampled texturesAlok Hota2019-02-221-1/+3
* swr: set PIPE_CAP_MAX_VARYINGS correctlyIlia Mirkin2019-02-141-0/+2
* gallium/swr: Param defaults for unhandled PIPE_CAPsAlok Hota2019-02-121-4/+3
* gallium: add PIPE_CAP_MAX_TEXTURE_UPLOAD_MEMORY_BUDGETMarek Olšák2018-09-071-0/+1
* gallium: enable GL_AMD_depth_clamp_separate on r600, radeonsiMarek Olšák2018-09-061-0/+1
* gallium: Split out PIPE_CAP_TEXTURE_MIRROR_CLAMP_TO_EDGE.Kenneth Graunke2018-08-241-0/+1
* gallium: add PIPE_CAP_MAX_SHADER_BUFFER_SIZEMarek Olšák2018-08-231-0/+2
* gallium: add PIPE_CAP_MAX_GS_INVOCATIONSMarek Olšák2018-08-231-0/+2
* swr: don't export swr_create_screen_internalEmil Velikov2018-08-071-1/+0
* swr: Remove unnecessary memset callVlad Golovkin2018-08-021-1/+0
* gallium: add storage_sample_count parameter into is_format_supportedMarek Olšák2018-07-311-0/+4
* gallium: add PIPE_CAP_FRAMEBUFFER_MSAA_CONSTRAINTSMarek Olšák2018-07-311-0/+1
* gallium: add support for programmable sample locationsRhys Perry2018-06-141-0/+1
* gallium: add PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITYMarek Olšák2018-05-291-0/+2
* gallium: add initial support for conservative rasterizationRhys Perry2018-04-301-0/+10
* util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...Ian Romanick2018-03-291-2/+2
* gallium: add packed uniform CAPTimothy Arceri2018-03-201-0/+1
* gallium: allow drivers to impose BO flags restrictions on constant buffer 0Marek Olšák2018-02-171-0/+1
* gallium: drop all the guard band float caps.Dave Airlie2018-02-141-5/+0
* gallium: introduce PIPE_CAP_FENCE_SIGNAL v2Andres Rodriguez2018-01-301-0/+1
* swr: refactor swr_create_screen to allow for proper cleanup on errorChuck Atkins2018-01-221-6/+20
* swr: Support simd16 vertex shadersGeorge Kyriazis2018-01-191-6/+0
* gallium: remove PIPE_CAP_USER_CONSTANT_BUFFERSMarek Olšák2018-01-171-1/+0
* gallium: remove PIPE_CAP_TEXTURE_SHADOW_MAPMarek Olšák2018-01-171-1/+0
* gallium: remove PIPE_CAP_TWO_SIDED_STENCILMarek Olšák2018-01-171-1/+0
* gallium: plumb context priority through to driverRob Clark2017-12-191-0/+1
* swr: Correct texture allocation and limit max size to 2GBBruce Cherniak2017-12-131-3/+9
* gallium: add PIPE_CAP_SIGNED_VERTEX_BUFFER_OFFSETMarek Olšák2017-11-061-0/+1
* gallium: add cap for driver specified max combined shader resources.Dave Airlie2017-11-011-0/+1
* swr: Rework scratch space allocationGeorge Kyriazis2017-10-191-1/+1