index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
svga
/
svga_screen.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: switch boolean -> bool at the interface definitions
Ilia Mirkin
2019-07-22
1
-2
/
+2
*
util: use standard name for snprintf()
Eric Engestrom
2019-07-19
1
-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
/
+2
*
svga: Support ARB_buffer_storage
Thomas Hellstrom
2019-06-20
1
-1
/
+2
*
svga: clamp max_const_buffers to SVGA_MAX_CONST_BUFS
Brian Paul
2019-05-29
1
-1
/
+2
*
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
-8
/
+8
*
svga: add SVGA_NO_LOGGING env var (v2)
Brian Paul
2019-05-02
1
-1
/
+15
*
svga: move host logging to winsys
Charmaine Lee
2019-05-02
1
-6
/
+6
*
gallium: set PIPE_CAP_MAX_FRAMES_IN_FLIGHT to 2 for all drivers
Marek Olšák
2019-04-24
1
-2
/
+0
*
gallium: replace DRM_CONF_THROTTLE with PIPE_CAP_MAX_FRAMES_IN_FLIGHT
Marek Olšák
2019-04-23
1
-0
/
+2
*
gallium: add PIPE_CAP_MAX_VARYINGS
Karol Herbst
2019-02-07
1
-0
/
+2
*
scons/svga: remove opt from the list of valid build types
Brian Paul
2018-10-26
1
-2
/
+0
*
svga: Enable Opengl 3.3 compatibility profile
Neha Bhende
2018-09-20
1
-1
/
+1
*
svga: assign a separate function for is_format_supported() for vgpu10 device
Charmaine Lee
2018-09-10
1
-0
/
+2
*
svga: check sample count devcaps
Charmaine Lee
2018-09-10
1
-0
/
+8
*
svga: add git version logging at init time
Charmaine Lee
2018-09-10
1
-0
/
+3
*
svga: add SM4_1 enable debug print
Charmaine Lee
2018-09-10
1
-0
/
+4
*
svga: implement support for GL_ARB_texture_query_lod
Brian Paul
2018-09-10
1
-1
/
+1
*
svga: Add support for arb_texture_gather
Neha Bhende
2018-09-10
1
-1
/
+3
*
svga: add support for FS sample mask output
Brian Paul
2018-09-10
1
-2
/
+2
*
svga: add support for independent blend function per render target
Charmaine Lee
2018-09-10
1
-1
/
+1
*
svga: add support for cubemap array
Charmaine Lee
2018-09-10
1
-1
/
+3
*
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
*
svga: update device header files from upstream
Brian Paul
2018-09-05
1
-11
/
+0
*
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
*
svga: simplify Mesa version string
Eric Engestrom
2018-08-16
1
-1
/
+1
*
bin: always define MESA_GIT_SHA1 to make it directly usable in code
Eric Engestrom
2018-08-16
1
-5
/
+1
*
gallium: add PIPE_CAP_FRAMEBUFFER_MSAA_CONSTRAINTS
Marek Olšák
2018-07-31
1
-0
/
+1
*
gallium: add scalar isa shader cap
Christian Gmeiner
2018-06-20
1
-0
/
+6
*
gallium: add support for programmable sample locations
Rhys Perry
2018-06-14
1
-0
/
+1
*
gallium: add PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITY
Marek Olšák
2018-05-29
1
-0
/
+3
*
gallium: add initial support for conservative rasterization
Rhys Perry
2018-04-30
1
-0
/
+13
*
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: drop all the guard band float caps.
Dave Airlie
2018-02-14
1
-5
/
+0
*
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
-2
/
+0
*
gallium: remove PIPE_CAP_TEXTURE_SHADOW_MAP
Marek Olšák
2018-01-17
1
-2
/
+0
*
gallium: remove PIPE_CAP_TWO_SIDED_STENCIL
Marek Olšák
2018-01-17
1
-2
/
+0
*
svga: add num-commands-per-draw HUD query
Brian Paul
2018-01-17
1
-0
/
+2
*
gallium: plumb context priority through to driver
Rob Clark
2017-12-19
1
-0
/
+1
*
svga: move svga_is_format_supported() to svga_format.c
Brian Paul
2017-11-28
1
-121
/
+0
*
svga: s/unsigned/SVGA3dDevCapIndex/
Brian Paul
2017-11-28
1
-3
/
+6
*
svga: add missing PIPE_SHADER_CAP_MAX_HW_ATOMIC_COUNTER* cases
Brian Paul
2017-11-16
1
-0
/
+2
[next]