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
/
svga
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
*
svga: Treat forced coherent maps as maps of persistent memory
Thomas Hellstrom
2020-04-01
2
-18
/
+7
*
svga, winsys/svga: Fix persistent memory discard maps
Thomas Hellstrom
2020-04-01
3
-5
/
+38
*
svga: Use pipe_shader_state_from_tgsi to set shader state
Neha Bhende
2020-02-10
1
-1
/
+1
*
svga: fix size of format_conversion_table[]
Neha Bhende
2020-02-10
1
-0
/
+2
*
svga: Fix banded DMA upload
Thomas Hellstrom
2020-02-06
1
-10
/
+11
*
util: Make helper functions for pack/unpacking pixel rows.
Eric Anholt
2020-02-04
1
-14
/
+3
*
svga: Avoid discard DMA uploads
Thomas Hellstrom
2020-01-29
1
-1
/
+1
*
util: Move gallium's PIPE_FORMAT utils to /util/format/
Eric Anholt
2019-11-14
14
-14
/
+14
*
svga: check return value of define_query_vgpu{9,10}
Philipp Sieweck
2019-11-05
1
-8
/
+23
*
util: remove LIST_IS_EMPTY macro
Timothy Arceri
2019-10-28
1
-2
/
+2
*
util: remove LIST_DEL macro
Timothy Arceri
2019-10-28
2
-11
/
+11
*
util: remove LIST_ADD macro
Timothy Arceri
2019-10-28
2
-8
/
+8
*
util: remove LIST_ADDTAIL macro
Timothy Arceri
2019-10-28
2
-2
/
+2
*
util: remove LIST_INITHEAD macro
Timothy Arceri
2019-10-28
3
-7
/
+7
*
svga: Fix banded DMA upload unmap
Thomas Hellstrom
2019-10-24
1
-1
/
+1
*
gallium: remove PIPE_SHADER_CAP_SCALAR_ISA
Marek Olšák
2019-10-10
1
-6
/
+0
*
svga: replace binary HAVE_LLVM checks with LLVM_AVAILABLE
Eric Engestrom
2019-09-06
1
-1
/
+1
*
svga: Drop unsupported formats from the format table.
Eric Anholt
2019-08-19
1
-170
/
+0
*
svga: Remove duplication in the format table.
Eric Anholt
2019-08-19
1
-329
/
+322
*
svga: Factor out the format conversion table entry lookup.
Eric Anholt
2019-08-19
1
-16
/
+25
*
gallium: add AYUV and XYUV formats
Mike Blumenkrantz
2019-07-31
1
-0
/
+2
*
tree-wide: replace MAYBE_UNUSED with ASSERTED
Eric Engestrom
2019-07-31
3
-6
/
+6
*
u_blitter: add a msaa parameter to util_blitter_clear
Pierre-Eric Pelloux-Prayer
2019-07-23
1
-1
/
+2
*
gallium: switch boolean -> bool at the interface definitions
Ilia Mirkin
2019-07-22
7
-46
/
+46
*
util: use standard name for snprintf()
Eric Engestrom
2019-07-19
2
-9
/
+9
*
util: use standard name for sprintf()
Eric Engestrom
2019-07-19
1
-1
/
+1
*
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
5
-9
/
+33
*
svga: Map vertex- index- and constant buffers ansynchronously when reading
Thomas Hellstrom
2019-06-20
2
-4
/
+9
*
svga: Fix index buffer uploads
Thomas Hellstrom
2019-06-20
6
-172
/
+142
*
winsys/svga: Make it possible to specify coherent resources
Thomas Hellstrom
2019-06-20
3
-2
/
+8
*
gallium: add z24s8_as_r8g8b8a8 format
Rob Clark
2019-06-15
1
-0
/
+1
*
svga: Remove unnecessary check for the pre flush bit for setting vertex buffers
Charmaine Lee
2019-06-06
1
-4
/
+4
*
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
*
svga: Add an environment variable to force coherent surface memory
Thomas Hellstrom
2019-05-17
5
-28
/
+64
*
svga: Set the rendered-to flag for dma transfers to surfaces
Thomas Hellstrom
2019-05-17
1
-0
/
+4
*
svga: Remove the surface_invalidate winsys function
Thomas Hellstrom
2019-05-17
3
-13
/
+12
*
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
6
-502
/
+11
*
svga: Avoid bouncing buffer data in malloced buffers
Thomas Hellstrom
2019-05-02
3
-13
/
+36
*
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
*
svga: add new ATC formats to the format conversion table
Jonathan Marek
2019-04-23
1
-0
/
+3
*
Delete autotools
Dylan Baker
2019-04-15
2
-51
/
+0
*
svga: stop using pipe_sampler_view_release()
Brian Paul
2019-03-17
2
-28
/
+14
*
svga: remove SVGA_RELOC_READ flag in SVGA3D_BindGBSurface()
Brian Paul
2019-03-08
1
-1
/
+1
[next]