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
Commit message (
Expand
)
Author
Age
Files
Lines
*
svga: simplify failure code in emit_rss_vgpu9()
Brian Paul
2018-01-11
1
-17
/
+12
*
svga: remove unused fail parameter to EMIT_RS(), EMIT_RS_FLOAT()
Brian Paul
2018-01-11
1
-57
/
+57
*
svga: add assertion in svga_queue_rs()
Brian Paul
2018-01-11
1
-0
/
+1
*
svga: whitespace/formatting fixes in svga_state_rss.c
Brian Paul
2018-01-11
1
-79
/
+75
*
svga: update SVGA_NEW_ flags for updating sampler state
Brian Paul
2017-12-28
1
-3
/
+4
*
svga: whitespace, formatting fixes in svga_state_tss.c
Brian Paul
2017-12-28
1
-34
/
+21
*
svga: check for null fs pointer in update_samplers()
Brian Paul
2017-12-28
1
-1
/
+1
*
svga: move variant->fs_shadow_compare_units assignment
Brian Paul
2017-12-27
1
-2
/
+2
*
svga: use tgsi_util_get_shadow_ref_src_index() in a couple place
Brian Paul
2017-12-26
1
-22
/
+7
*
svga: fix TGSI_TEXTURE_SHADOW1D coordinate selection
Brian Paul
2017-12-26
1
-3
/
+1
*
svga: fix shadow comparison failures
Brian Paul
2017-12-26
5
-36
/
+78
*
gallium: plumb context priority through to driver
Rob Clark
2017-12-19
1
-0
/
+1
*
svga: trivial whitespace/formatting fixes in svga_pipe_rasterizer.c
Brian Paul
2017-12-12
1
-9
/
+5
*
gallium/u_upload_mgr: allow drivers to specify pipe_resource::flags
Marek Olšák
2017-12-05
2
-4
/
+4
*
meson: define driver dependencies
Dylan Baker
2017-12-04
1
-0
/
+5
*
meson: build svga driver on linux
Dylan Baker
2017-11-28
1
-0
/
+88
*
svga: move svga_is_format_supported() to svga_format.c
Brian Paul
2017-11-28
3
-121
/
+129
*
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
*
svga: s/unsigned/enum tgsi_texture_type/
Brian Paul
2017-11-15
1
-5
/
+5
*
svga: issue debug warning for unsupported two-sided stencil state
Brian Paul
2017-11-15
1
-0
/
+15
*
gallium: add CAPs to support HW atomic counters. (v3)
Dave Airlie
2017-11-10
1
-0
/
+4
*
gallium: remove unused and deprecated u_time.h
Nicolai Hähnle
2017-11-09
1
-1
/
+0
*
util: move os_time.[ch] to src/util
Nicolai Hähnle
2017-11-09
1
-1
/
+1
*
gallium: add PIPE_CAP_SIGNED_VERTEX_BUFFER_OFFSET
Marek Olšák
2017-11-06
1
-0
/
+1
*
svga: Use __asm__ instead of asm
Dylan Baker
2017-11-01
2
-8
/
+5
*
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
*
svga: fix format_conversion_table breakage
Brian Paul
2017-10-16
1
-2
/
+7
*
gallium: Create a new PIPE_CAP_TILE_RASTER_ORDER for vc4.
Eric Anholt
2017-10-10
1
-0
/
+1
*
gallium: Add support for 5551 with the 1-bit field in the low bit.
Eric Anholt
2017-10-10
1
-0
/
+2
*
gallium: add PIPE_CAP_TGSI_ANY_REG_AS_ADDRESS
Marek Olšák
2017-10-06
1
-0
/
+1
*
svga: wrap long comments in svga_tgsi_vgpu10.c
Brian Paul
2017-10-03
1
-4
/
+6
*
svga: tweak pre-VGPU10 rasterization offsets
Brian Paul
2017-10-03
1
-17
/
+7
*
svga: if we get nr_samples==1, store nr_samples=0
Brian Paul
2017-10-03
1
-4
/
+7
*
svga: emit sampler constants only if sampler view exists
Charmaine Lee
2017-10-03
1
-7
/
+12
*
svga: fix incorrect case in svga_typeless_format()
Brian Paul
2017-10-03
1
-2
/
+1
*
svga: add typeless switch cases in svga_typeless_format()
Brian Paul
2017-10-03
1
-0
/
+10
*
svga: Allow sRGB format with PIPE_BIND_DISPLAY_TARGET binding flag on vgpu10.
Neha Bhende
2017-10-03
1
-2
/
+7
*
gallium: add PIPE_FORMAT_R10G10B10X2_UNORM
Nicolai Hähnle
2017-10-02
1
-0
/
+1
*
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
*
svga: silence unused var warning in optimized build with MAYBE_UNUSED
Brian Paul
2017-09-26
1
-1
/
+1
*
scons: use python3-compatible print()
Eric Engestrom
2017-09-25
1
-1
/
+1
*
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: add PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVE
Nicolai Hähnle
2017-09-18
1
-1
/
+6
*
gallium: introduce PIPE_CAP_LOAD_CONSTBUF
Timothy Arceri
2017-09-15
1
-0
/
+1
[next]