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
*
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
*
svga: add context pointer to the invalidate surface interface
Charmaine Lee
2017-04-07
4
-11
/
+16
*
svga: remove pre-SVGA3D_HWVERSION_WS8_B1 code
Brian Paul
2017-04-07
1
-71
/
+5
*
svga: remove redundant surface propagation
Charmaine Lee
2017-04-07
2
-12
/
+8
*
svga: Fix zslice index to svga_texture_copy_handle_resource()
Charmaine Lee
2017-04-07
1
-7
/
+10
*
svga: specify include path for git_sha1.h for out-of-src builds
Brian Paul
2017-04-07
1
-0
/
+3
*
svga: Fix out-of-sync backing surface
Charmaine Lee
2017-04-07
1
-21
/
+70
*
svga: add a reset flag to svga_propagate_surface()
Charmaine Lee
2017-04-07
4
-8
/
+19
*
svga: add the has_backed_views flag
Charmaine Lee
2017-04-07
3
-0
/
+15
*
svga: only destroy render target view from a context that created it
Charmaine Lee
2017-04-07
1
-12
/
+23
*
svga: disable rasterization if rasterizer_discard is set or FS undefined
Charmaine Lee
2017-04-07
6
-39
/
+128
*
svga: do not emulate wide points in GS when doing transform feedback
Charmaine Lee
2017-04-07
1
-3
/
+5
*
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
*
svga: add comment on svga_buffer_hw_storage_map()
Brian Paul
2017-04-03
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
*
svga: handle P016 format as well
Christian König
2017-03-13
1
-0
/
+1
*
svga: remove shebang from svgadump/svga_dump.py
Emil Velikov
2017-03-10
1
-1
/
+0
*
svga: remove execute bit from svga_dump.py
Emil Velikov
2017-03-10
1
-0
/
+0
*
gallium: s/uint/enum pipe_render_cond_flag/ for set_render_condition()
Brian Paul
2017-03-08
1
-1
/
+1
*
gallium: s/uint/enum pipe_shader_type/ for set_constant_buffer()
Brian Paul
2017-03-08
1
-1
/
+1
*
gallium: s/unsigned/enum pipe_shader_type/ for pipe_screen::get_shader_param()
Brian Paul
2017-03-08
1
-3
/
+5
*
gallium/util: replace pipe_mutex_unlock() with mtx_unlock()
Timothy Arceri
2017-03-07
4
-12
/
+12
*
gallium/util: replace pipe_mutex_lock() with mtx_lock()
Timothy Arceri
2017-03-07
4
-8
/
+8
*
gallium/util: replace pipe_mutex_destroy() with mtx_destroy()
Timothy Arceri
2017-03-07
2
-3
/
+3
*
gallium/util: replace pipe_mutex_init() with mtx_init()
Timothy Arceri
2017-03-07
2
-3
/
+3
*
gallium/util: replace pipe_mutex with mtx_t
Timothy Arceri
2017-03-07
2
-3
/
+3
*
svga: pass NULL to ureg_get_tokens()
Timothy Arceri
2017-03-05
2
-6
/
+3
*
svga: fix crash regression since e027935a795
Brian Paul
2017-03-02
2
-4
/
+5
*
svga: s/unsigned/pipe_prim_type/
Brian Paul
2017-03-02
4
-2
/
+8
*
svga: whitespace fixes in svga_context.h
Brian Paul
2017-03-02
1
-10
/
+9
*
svga: whitespace and formatting fixes in svga_stage.c
Brian Paul
2017-03-02
1
-44
/
+40
*
svga: fix MSVC build error after PIPE_CAP_USER_INDEX_BUFFERS removal
Brian Paul
2017-02-24
1
-1
/
+1
*
gallium: remove PIPE_CAP_USER_INDEX_BUFFERS
Marek Olšák
2017-02-25
1
-1
/
+0
*
svga: implement user index buffers
Marek Olšák
2017-02-25
2
-2
/
+13
*
gallium: remove TGSI_OPCODE_CLAMP
Marek Olšák
2017-02-18
1
-1
/
+0
*
gallium: set pipe_context uploaders in drivers (v3)
Marek Olšák
2017-02-14
1
-0
/
+18
*
gallium: add separate PIPE_CAP_INT64_DIVMOD
Ilia Mirkin
2017-02-09
1
-0
/
+1
*
gallium: turn PIPE_SHADER_CAP_DOUBLES into a screen capability
Nicolai Hähnle
2017-02-02
1
-3
/
+1
*
svga: remove const qualifier from SVGA3D_vgpu10_GenMips() prototype
Emil Velikov
2017-01-27
1
-1
/
+1
*
gallium: Add integer 64 capability
Dave Airlie
2017-01-27
1
-0
/
+1
*
gallium: add PIPE_CAP_TGSI_MUL_ZERO_WINS
Ilia Mirkin
2017-01-23
1
-0
/
+1
*
gallium: add PIPE_CAP_TGSI_FS_FBFETCH
Ilia Mirkin
2017-01-16
1
-0
/
+1
*
gallium: remove TGSI_OPCODE_SUB
Marek Olšák
2017-01-05
2
-52
/
+0
*
gallium: remove TGSI_OPCODE_ABS
Marek Olšák
2017-01-05
2
-25
/
+0
*
gallium: add PIPE_CAP_GLSL_OPTIMIZE_CONSERVATIVELY
Marek Olšák
2017-01-05
1
-0
/
+1
[next]