index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
nouveau
/
nv30
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: add pipe cap for scissored clears and pass scissor state to clear() ...
Mike Blumenkrantz
2020-04-29
1
-1
/
+1
*
util: Make helper functions for pack/unpacking pixel rows.
Eric Anholt
2020-02-04
1
-3
/
+1
*
util: Move gallium's PIPE_FORMAT utils to /util/format/
Eric Anholt
2019-11-14
8
-9
/
+9
*
util: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIAN
Dylan Baker
2019-11-05
2
-2
/
+2
*
util/u_endian: set PIPE_ARCH_*_ENDIAN to 1
Dylan Baker
2019-11-05
2
-2
/
+2
*
util: remove LIST_DEL macro
Timothy Arceri
2019-10-28
1
-1
/
+1
*
util: remove LIST_ADDTAIL macro
Timothy Arceri
2019-10-28
1
-1
/
+1
*
util: remove LIST_INITHEAD macro
Timothy Arceri
2019-10-28
1
-1
/
+1
*
gallium: remove PIPE_SHADER_CAP_SCALAR_ISA
Marek Olšák
2019-10-10
1
-2
/
+0
*
gallium: add PIPE_CAP_TGSI_ATOMINC_WRAP to indicate support
Pierre-Eric Pelloux-Prayer
2019-08-06
1
-0
/
+1
*
gallium: switch boolean -> bool at the interface definitions
Ilia Mirkin
2019-07-22
3
-7
/
+7
*
gallium: get rid of PIPE_CAP_SM3
Erik Faye-Lund
2019-07-10
1
-1
/
+3
*
gallium: Add CAP for opcode DIV
Gert Wollny
2019-06-30
1
-0
/
+1
*
u_dynarray: turn util_dynarray_{grow, resize} into element-oriented macros
Nicolai Hähnle
2019-06-12
1
-1
/
+1
*
gallium: Change PIPE_CAP_TGSI_FS_FBFETCH bool to PIPE_CAP_FBFETCH count
Kenneth Graunke
2019-05-23
1
-1
/
+1
*
gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE.
Eric Anholt
2019-05-13
1
-2
/
+2
*
gallium: set PIPE_CAP_MAX_FRAMES_IN_FLIGHT to 2 for all drivers
Marek Olšák
2019-04-24
1
-3
/
+0
*
gallium: replace DRM_CONF_THROTTLE with PIPE_CAP_MAX_FRAMES_IN_FLIGHT
Marek Olšák
2019-04-23
1
-0
/
+3
*
gallium: add support for formatted image loads
Rhys Perry
2019-04-15
1
-0
/
+1
*
gallium: add PIPE_CAP_MAX_VARYINGS
Karol Herbst
2019-02-07
1
-0
/
+3
*
nv30: disable rendering to 3D textures
Ilia Mirkin
2019-01-01
1
-0
/
+6
*
nv30: fix some s3tc layout issues
Ilia Mirkin
2018-12-30
2
-7
/
+26
*
nv30: use correct helper to get blocks in y direction
Ilia Mirkin
2018-12-30
1
-1
/
+1
*
nv30: add support for multi-layer transfers
Ilia Mirkin
2018-12-30
1
-4
/
+35
*
nv30: fix rare issue with fp unbinding not finding the bufctx
Ilia Mirkin
2018-12-30
1
-1
/
+1
*
nv30: avoid setting user_priv without setting cur_ctx
Ilia Mirkin
2018-12-30
1
-3
/
+1
*
nouveau: set texture upload budget
Ilia Mirkin
2018-12-03
1
-1
/
+2
*
gallium: add PIPE_CAP_MAX_TEXTURE_UPLOAD_MEMORY_BUDGET
Marek Olšák
2018-09-07
1
-0
/
+1
*
gallium: enable GL_AMD_depth_clamp_separate on r600, radeonsi
Marek Olšák
2018-09-06
1
-0
/
+1
*
gallium: split depth_clip into depth_clip_near & depth_clip_far
Marek Olšák
2018-09-06
1
-1
/
+1
*
gallium: Add a helper for implementing PIPE_CAP_* default values.
Eric Anholt
2018-09-04
1
-3
/
+3
*
gallium: Split out PIPE_CAP_TEXTURE_MIRROR_CLAMP_TO_EDGE.
Kenneth Graunke
2018-08-24
1
-0
/
+1
*
gallium: add PIPE_CAP_MAX_SHADER_BUFFER_SIZE
Marek Olšák
2018-08-23
1
-0
/
+2
*
gallium: add PIPE_CAP_MAX_GS_INVOCATIONS
Marek Olšák
2018-08-23
1
-0
/
+2
*
gallium: add storage_sample_count parameter into is_format_supported
Marek Olšák
2018-07-31
1
-0
/
+4
*
gallium: add PIPE_CAP_FRAMEBUFFER_MSAA_CONSTRAINTS
Marek Olšák
2018-07-31
1
-0
/
+1
*
gallium/util: remove dummy function util_format_is_supported
Marek Olšák
2018-06-29
1
-4
/
+0
*
gallium: add scalar isa shader cap
Christian Gmeiner
2018-06-20
1
-0
/
+2
*
gallium: add support for programmable sample locations
Rhys Perry
2018-06-14
1
-0
/
+1
*
nv30: add a couple of missed shader caps
Ilia Mirkin
2018-05-30
1
-0
/
+2
*
nv30: ensure that displayable formats are marked accordingly
Ilia Mirkin
2018-05-30
1
-4
/
+6
*
gallium: add PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITY
Marek Olšák
2018-05-29
1
-0
/
+1
*
gallium: add initial support for conservative rasterization
Rhys Perry
2018-04-30
1
-0
/
+10
*
util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...
Ian Romanick
2018-03-29
1
-3
/
+3
*
gallium: add packed uniform CAP
Timothy Arceri
2018-03-20
1
-0
/
+1
*
gallium: allow drivers to impose BO flags restrictions on constant buffer 0
Marek Olšák
2018-02-17
1
-0
/
+1
*
gallium: introduce PIPE_CAP_FENCE_SIGNAL v2
Andres Rodriguez
2018-01-30
1
-0
/
+1
*
gallium: remove PIPE_CAP_USER_CONSTANT_BUFFERS
Marek Olšák
2018-01-17
1
-1
/
+0
*
gallium: remove PIPE_CAP_TEXTURE_SHADOW_MAP
Marek Olšák
2018-01-17
1
-1
/
+0
*
gallium: remove PIPE_CAP_TWO_SIDED_STENCIL
Marek Olšák
2018-01-17
1
-1
/
+0
[next]