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
/
auxiliary
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: avoid warning on Windows
Erik Faye-Lund
2019-08-08
1
-1
/
+1
*
gallium/util: add a helper to compute vertex count from primitive count
Iago Toral Quiroga
2019-08-08
1
-0
/
+44
*
gallium/dump: add missing query-type to short-list
Erik Faye-Lund
2019-08-07
1
-0
/
+1
*
gallium/dump: add missing query-type to short-list
Erik Faye-Lund
2019-08-07
1
-0
/
+1
*
gallium: add PIPE_CAP_TGSI_ATOMINC_WRAP to indicate support
Pierre-Eric Pelloux-Prayer
2019-08-06
1
-0
/
+1
*
radeonsi: make sure that rasterizer state != NULL and remove all NULL checking
Marek Olšák
2019-08-06
2
-0
/
+8
*
radeonsi: make sure that DSA state != NULL and remove all NULL checking
Marek Olšák
2019-08-06
2
-0
/
+8
*
radeonsi: make sure that blend state != NULL and remove all NULL checking
Marek Olšák
2019-08-06
2
-0
/
+9
*
gallium/utils: drop PIPE_SUBSYSTEM_WINDOWS_USER
Eric Engestrom
2019-08-02
5
-9
/
+9
*
gallium: Implement GL_EXT_shader_samples_identical via a new capability
Kenneth Graunke
2019-08-01
1
-0
/
+1
*
gallium/util: Add util_set_shader_buffers_mask helper
Alyssa Rosenzweig
2019-08-01
2
-0
/
+42
*
gallium: add AYUV and XYUV formats
Mike Blumenkrantz
2019-07-31
3
-0
/
+97
*
tree-wide: replace MAYBE_UNUSED with ASSERTED
Eric Engestrom
2019-07-31
5
-11
/
+11
*
gallium/aux: replace MAYBE_UNUSED with UNUSED
Eric Engestrom
2019-07-31
1
-2
/
+2
*
gallium: Add PIPE_CAP_TEXTURE_SHADOW_LOD
Sagar Ghuge
2019-07-30
1
-0
/
+3
*
gallium: create multimedia contexts as compute-only if graphics is unsupported
Marek Olšák
2019-07-29
1
-0
/
+11
*
gallium: add PIPE_CAP_GRAPHICS
Marek Olšák
2019-07-29
1
-0
/
+1
*
gallium/u_transfer_helper: fix assert in RGTC case
Rob Clark
2019-07-24
1
-26
/
+27
*
gallium+mesa: fix tgsi_semantic array type
Eric Engestrom
2019-07-24
1
-2
/
+4
*
u_blitter: add a msaa parameter to util_blitter_clear
Pierre-Eric Pelloux-Prayer
2019-07-23
2
-7
/
+10
*
u_blitter: enable msaa when dst num samples is > 1
Pierre-Eric Pelloux-Prayer
2019-07-23
1
-6
/
+12
*
gallium: switch boolean -> bool at the interface definitions
Ilia Mirkin
2019-07-22
3
-28
/
+28
*
util: use standard name for vsnprintf()
Eric Engestrom
2019-07-19
2
-2
/
+2
*
util: use standard name for snprintf()
Eric Engestrom
2019-07-19
6
-14
/
+14
*
util: use standard name for vasprintf()
Eric Engestrom
2019-07-19
2
-2
/
+2
*
util: use standard name for sprintf()
Eric Engestrom
2019-07-19
1
-14
/
+14
*
util: use standard name for strdup()
Eric Engestrom
2019-07-19
1
-1
/
+1
*
gallium: Add PIPE_CAP_TGSI_FS_POINT_IS_SYSVAL
Andreas Baierl
2019-07-18
1
-0
/
+1
*
u_format: Remove pointless comments.
Eric Anholt
2019-07-16
1
-6
/
+0
*
gallium: use MAP_DIRECTLY to mean supression of DISCARD in buffer_subdata
Marek Olšák
2019-07-15
2
-7
/
+14
*
gallium: get rid of PIPE_CAP_SM3
Erik Faye-Lund
2019-07-10
1
-6
/
+3
*
gallium: give vertex-shader saturate its own cap
Erik Faye-Lund
2019-07-10
1
-0
/
+1
*
gallium: give fragment-shader derivatives its own cap
Erik Faye-Lund
2019-07-10
1
-0
/
+1
*
gallium: give fragment-shader texture-lod its own cap
Erik Faye-Lund
2019-07-10
1
-0
/
+3
*
gallium: Add util_format_is_unorm8 check
Alyssa Rosenzweig
2019-07-09
1
-1
/
+16
*
util: add util_copy_shader_buffer.
Dave Airlie
2019-07-07
1
-0
/
+16
*
gallium/u_blitter: add return to fix the build
Marek Olšák
2019-07-03
1
-0
/
+1
*
radeonsi/gfx10: generate gfx10_format_table.h
Nicolai Hähnle
2019-07-03
1
-1
/
+2
*
gallium/u_blitter: implement copying from ZS to color and vice versa
Marek Olšák
2019-07-03
4
-35
/
+308
*
gallium/util: rewrite depth-stencil blit shaders
Marek Olšák
2019-07-03
3
-183
/
+46
*
gallium/u_blitter: enable MSAA when blitting to MSAA surfaces
Brian Paul
2019-07-03
1
-22
/
+34
*
gallium: Add CAP for opcode DIV
Gert Wollny
2019-06-30
1
-0
/
+1
*
gallium/u_transfer_helper: Don't leak a reference to the resource.
Kenneth Graunke
2019-06-28
1
-0
/
+2
*
gallium: Make util_copy_image_view handle shader_access
Kenneth Graunke
2019-06-27
1
-0
/
+2
*
gallium: Teach GALLIUM_REFCNT_LOG about array textures
Kenneth Graunke
2019-06-27
1
-0
/
+9
*
gallium/util: Make it possible to disable persistent maps in the upload manager
Thomas Hellstrom
2019-06-20
2
-2
/
+16
*
gallium/util: Make u_debug_flush support persistent maps
Thomas Hellstrom
2019-06-20
2
-29
/
+66
*
meson: Search for execinfo.h
Jory Pratt
2019-06-19
1
-4
/
+4
*
gallium: Remove unused util_ringbuffer
Caio Marcelo de Oliveira Filho
2019-06-17
2
-189
/
+0
*
gallium: add z24s8_as_r8g8b8a8 format
Rob Clark
2019-06-15
1
-0
/
+7
[next]