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: 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
*
gallium: add CAPs to support HW atomic counters. (v3)
Dave Airlie
2017-11-10
1
-0
/
+4
*
gallium: add PIPE_CAP_SIGNED_VERTEX_BUFFER_OFFSET
Marek Olšák
2017-11-06
1
-0
/
+1
*
gallium: add cap for driver specified max combined shader resources.
Dave Airlie
2017-11-01
1
-0
/
+1
*
svga: format the version string like the rest of mesa
Eric Engestrom
2017-10-16
1
-5
/
+5
*
gallium: Create a new PIPE_CAP_TILE_RASTER_ORDER for vc4.
Eric Anholt
2017-10-10
1
-0
/
+1
*
gallium: add PIPE_CAP_TGSI_ANY_REG_AS_ADDRESS
Marek Olšák
2017-10-06
1
-0
/
+1
*
svga: Allow sRGB format with PIPE_BIND_DISPLAY_TARGET binding flag on vgpu10.
Neha Bhende
2017-10-03
1
-2
/
+7
*
gallium: add LDEXP TGSI instruction and corresponding cap
Nicolai Hähnle
2017-09-29
1
-0
/
+3
*
svga: add missing PIPE_SHADER_CAP_INT64_ATOMICS switch cases
Brian Paul
2017-09-28
1
-0
/
+2
*
svga: trivial whitespace clean-ups in svga_screen.c
Brian Paul
2017-09-28
1
-11
/
+13
*
svga: start advertising PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION
Neha Bhende
2017-09-28
1
-1
/
+3
*
gallium: Add PIPE_SHADER_CAP_INT64_ATOMICS
Jan Vesely
2017-09-21
1
-0
/
+1
*
gallium: Add PIPE_SHADER_CAP_FP16
Jan Vesely
2017-09-18
1
-0
/
+6
*
gallium: introduce PIPE_CAP_LOAD_CONSTBUF
Timothy Arceri
2017-09-15
1
-0
/
+1
*
gallium: introduce PIPE_CAP_MEMOBJ
Timothy Arceri
2017-08-03
1
-0
/
+1
*
gallium: add PIPE_QUERY_SO_OVERFLOW_ANY_PREDICATE and corresponding cap
Nicolai Hähnle
2017-08-02
1
-0
/
+1
*
gallium: add PIPE_CAP_NIR_SAMPLERS_AS_DEREF
Nicolai Hähnle
2017-07-31
1
-0
/
+1
*
svga: only support 4x, 8x, 16x msaa
Brian Paul
2017-07-22
1
-0
/
+5
*
drivers/svga: Connect driver-side fence_* functions
Sinclair Yeh
2017-07-17
1
-1
/
+15
*
drivers/svga, winsys/svga/drm: Thread through timeout for fence_finish
Sinclair Yeh
2017-07-17
1
-1
/
+1
*
svga: fix PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE value
Brian Paul
2017-07-10
1
-1
/
+4
*
svga: add new num-failed-allocations HUD query
Brian Paul
2017-06-16
1
-0
/
+2
*
svga: clamp device line width to at least 1 to fix HWv8 line stippling
Brian Paul
2017-06-15
1
-4
/
+4
*
gallium: add PIPE_CAP_BINDLESS_TEXTURE
Samuel Pitoiset
2017-06-14
1
-0
/
+1
*
gallium: Add a cap to check if the driver supports ARB_post_depth_coverage
Lyude
2017-06-02
1
-0
/
+1
*
svga: init svga_screen::swc_mutex with mtx_recursive
Brian Paul
2017-05-24
1
-1
/
+1
*
svga: move logging initialization code into new function
Brian Paul
2017-05-24
1
-22
/
+31
*
svga: log the process command line to the vmware.log file
Brian Paul
2017-05-24
1
-0
/
+16
*
svga: Add the ability to log messages to vmware.log on the host.
Sinclair Yeh
2017-05-24
1
-0
/
+14
*
gallium: add PIPE_CAP_ALLOW_MAPPED_BUFFERS_DURING_EXECUTION
Marek Olšák
2017-05-17
1
-0
/
+1
*
gallium: add PIPE_CAP_CAN_BIND_CONST_BUFFER_AS_VERTEX
Marek Olšák
2017-05-10
1
-0
/
+1
*
svga: add DEBUG_SAMPLERS
Brian Paul
2017-04-26
1
-0
/
+1
*
svga: fail screen creation if HW version is too old
Brian Paul
2017-04-26
1
-0
/
+7
*
gallium: add PIPE_SHADER_CAP_TGSI_SKIP_MERGE_REGISTERS
Samuel Pitoiset
2017-04-26
1
-0
/
+3
*
gallium: add PIPE_CAP_TGSI_TES_LAYER_VIEWPORT
Nicolai Hähnle
2017-04-14
1
-0
/
+1
*
gallium: add PIPE_CAP_TGSI_BALLOT
Nicolai Hähnle
2017-04-05
1
-0
/
+1
*
gallium: add sparse buffer interface and capability
Nicolai Hähnle
2017-04-05
1
-0
/
+1
*
gallium: Add a cap to check if the driver supports fill_rectangle
Lyude
2017-03-31
1
-0
/
+1
*
gallium: remove support for predicates from TGSI (v2)
Marek Olšák
2017-04-01
1
-6
/
+0
*
gallium: add PIPE_CAP_TGSI CLOCK
Nicolai Hähnle
2017-03-31
1
-0
/
+1
*
gallium: add PIPE_CAP_TGSI_TEX_TXF_LZ
Marek Olšák
2017-03-15
1
-0
/
+1
*
gallium: s/unsigned/enum pipe_shader_type/ for pipe_screen::get_shader_param()
Brian Paul
2017-03-08
1
-3
/
+5
[next]