aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/nv30
Commit message (Expand)AuthorAgeFilesLines
* gallium: add pipe cap for scissored clears and pass scissor state to clear() ...Mike Blumenkrantz2020-04-291-1/+1
* util: Make helper functions for pack/unpacking pixel rows.Eric Anholt2020-02-041-3/+1
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-148-9/+9
* util: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIANDylan Baker2019-11-052-2/+2
* util/u_endian: set PIPE_ARCH_*_ENDIAN to 1Dylan Baker2019-11-052-2/+2
* util: remove LIST_DEL macroTimothy Arceri2019-10-281-1/+1
* util: remove LIST_ADDTAIL macroTimothy Arceri2019-10-281-1/+1
* util: remove LIST_INITHEAD macroTimothy Arceri2019-10-281-1/+1
* gallium: remove PIPE_SHADER_CAP_SCALAR_ISAMarek Olšák2019-10-101-2/+0
* 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-223-7/+7
* gallium: get rid of PIPE_CAP_SM3Erik Faye-Lund2019-07-101-1/+3
* gallium: Add CAP for opcode DIVGert Wollny2019-06-301-0/+1
* u_dynarray: turn util_dynarray_{grow, resize} into element-oriented macrosNicolai Hähnle2019-06-121-1/+1
* gallium: Change PIPE_CAP_TGSI_FS_FBFETCH bool to PIPE_CAP_FBFETCH countKenneth Graunke2019-05-231-1/+1
* gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE.Eric Anholt2019-05-131-2/+2
* gallium: set PIPE_CAP_MAX_FRAMES_IN_FLIGHT to 2 for all driversMarek Olšák2019-04-241-3/+0
* gallium: replace DRM_CONF_THROTTLE with PIPE_CAP_MAX_FRAMES_IN_FLIGHTMarek Olšák2019-04-231-0/+3
* gallium: add support for formatted image loadsRhys Perry2019-04-151-0/+1
* gallium: add PIPE_CAP_MAX_VARYINGSKarol Herbst2019-02-071-0/+3
* nv30: disable rendering to 3D texturesIlia Mirkin2019-01-011-0/+6
* nv30: fix some s3tc layout issuesIlia Mirkin2018-12-302-7/+26
* nv30: use correct helper to get blocks in y directionIlia Mirkin2018-12-301-1/+1
* nv30: add support for multi-layer transfersIlia Mirkin2018-12-301-4/+35
* nv30: fix rare issue with fp unbinding not finding the bufctxIlia Mirkin2018-12-301-1/+1
* nv30: avoid setting user_priv without setting cur_ctxIlia Mirkin2018-12-301-3/+1
* nouveau: set texture upload budgetIlia Mirkin2018-12-031-1/+2
* 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 depth_clip into depth_clip_near & depth_clip_farMarek Olšák2018-09-061-1/+1
* gallium: Add a helper for implementing PIPE_CAP_* default values.Eric Anholt2018-09-041-3/+3
* 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
* 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/util: remove dummy function util_format_is_supportedMarek Olšák2018-06-291-4/+0
* gallium: add scalar isa shader capChristian Gmeiner2018-06-201-0/+2
* gallium: add support for programmable sample locationsRhys Perry2018-06-141-0/+1
* nv30: add a couple of missed shader capsIlia Mirkin2018-05-301-0/+2
* nv30: ensure that displayable formats are marked accordinglyIlia Mirkin2018-05-301-4/+6
* gallium: add PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITYMarek Olšák2018-05-291-0/+1
* 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-3/+3
* 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: introduce PIPE_CAP_FENCE_SIGNAL v2Andres Rodriguez2018-01-301-0/+1
* 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