summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nouveau/nv30
AgeCommit message (Expand)AuthorFilesLines
2020-06-02gallium: add shader caps INT16 and FP16_DERIVATIVESMarek Olšák1-0/+4
2020-04-29gallium: add pipe cap for scissored clears and pass scissor state to clear() ...Mike Blumenkrantz1-1/+1
2020-02-04util: Make helper functions for pack/unpacking pixel rows.Eric Anholt1-3/+1
2019-11-14util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt8-9/+9
2019-11-05util: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIANDylan Baker2-2/+2
2019-11-05util/u_endian: set PIPE_ARCH_*_ENDIAN to 1Dylan Baker2-2/+2
2019-10-28util: remove LIST_DEL macroTimothy Arceri1-1/+1
2019-10-28util: remove LIST_ADDTAIL macroTimothy Arceri1-1/+1
2019-10-28util: remove LIST_INITHEAD macroTimothy Arceri1-1/+1
2019-10-10gallium: remove PIPE_SHADER_CAP_SCALAR_ISAMarek Olšák1-2/+0
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 Mirkin3-7/+7
2019-07-10gallium: get rid of PIPE_CAP_SM3Erik Faye-Lund1-1/+3
2019-06-30gallium: Add CAP for opcode DIVGert Wollny1-0/+1
2019-06-12u_dynarray: turn util_dynarray_{grow, resize} into element-oriented macrosNicolai Hähnle1-1/+1
2019-05-23gallium: Change PIPE_CAP_TGSI_FS_FBFETCH bool to PIPE_CAP_FBFETCH countKenneth Graunke1-1/+1
2019-05-13gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE.Eric Anholt1-2/+2
2019-04-24gallium: set PIPE_CAP_MAX_FRAMES_IN_FLIGHT to 2 for all driversMarek Olšák1-3/+0
2019-04-23gallium: replace DRM_CONF_THROTTLE with PIPE_CAP_MAX_FRAMES_IN_FLIGHTMarek Olšák1-0/+3
2019-04-15gallium: add support for formatted image loadsRhys Perry1-0/+1
2019-02-07gallium: add PIPE_CAP_MAX_VARYINGSKarol Herbst1-0/+3
2019-01-01nv30: disable rendering to 3D texturesIlia Mirkin1-0/+6
2018-12-30nv30: fix some s3tc layout issuesIlia Mirkin2-7/+26
2018-12-30nv30: use correct helper to get blocks in y directionIlia Mirkin1-1/+1
2018-12-30nv30: add support for multi-layer transfersIlia Mirkin1-4/+35
2018-12-30nv30: fix rare issue with fp unbinding not finding the bufctxIlia Mirkin1-1/+1
2018-12-30nv30: avoid setting user_priv without setting cur_ctxIlia Mirkin1-3/+1
2018-12-03nouveau: set texture upload budgetIlia Mirkin1-1/+2
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-09-06gallium: split depth_clip into depth_clip_near & depth_clip_farMarek Olšák1-1/+1
2018-09-04gallium: Add a helper for implementing PIPE_CAP_* default values.Eric Anholt1-3/+3
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-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-29gallium/util: remove dummy function util_format_is_supportedMarek Olšák1-4/+0
2018-06-20gallium: add scalar isa shader capChristian Gmeiner1-0/+2
2018-06-14gallium: add support for programmable sample locationsRhys Perry1-0/+1
2018-05-30nv30: add a couple of missed shader capsIlia Mirkin1-0/+2
2018-05-30nv30: ensure that displayable formats are marked accordinglyIlia Mirkin1-4/+6
2018-05-29gallium: add PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITYMarek Olšák1-0/+1
2018-04-30gallium: add initial support for conservative rasterizationRhys Perry1-0/+10
2018-03-29util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...Ian Romanick1-3/+3
2018-03-20gallium: add packed uniform CAPTimothy Arceri1-0/+1
2018-02-17gallium: allow drivers to impose BO flags restrictions on constant buffer 0Marek Olšák1-0/+1
2018-01-30gallium: introduce PIPE_CAP_FENCE_SIGNAL v2Andres Rodriguez1-0/+1
2018-01-17gallium: remove PIPE_CAP_USER_CONSTANT_BUFFERSMarek Olšák1-1/+0
2018-01-17gallium: remove PIPE_CAP_TEXTURE_SHADOW_MAPMarek Olšák1-1/+0