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
/
auxiliary
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: Plumb through a way to disable GLSL const lowering
Connor Abbott
2019-09-05
1
-0
/
+4
*
gallium: Don't emit identical endian-dependent pack/unpack code.
Eric Anholt
2019-08-28
1
-5
/
+11
*
gallium: Fix big-endian addressing of non-bitmask array formats.
Eric Anholt
2019-08-28
1
-6
/
+17
*
gallium: Drop a bit of dead code from the pack/unpack python.
Eric Anholt
2019-08-28
1
-2
/
+0
*
gallium: Drop the useless union wrapper on pack/unpack.
Eric Anholt
2019-08-28
1
-28
/
+22
*
gallium: Skip generating the pack/unpack union if we don't use it.
Eric Anholt
2019-08-28
1
-1
/
+1
*
gallium: Add the ASTC 3D formats.
Eric Anholt
2019-08-26
1
-0
/
+21
*
gallium: Add block depth to the format utils.
Eric Anholt
2019-08-26
2
-1
/
+26
*
gallium: Add a block depth field to the u_formats table.
Eric Anholt
2019-08-26
2
-356
/
+357
*
gallium/vl: use compute preference for all multimedia, not just blit
Ilia Mirkin
2019-08-20
1
-1
/
+1
*
gallium/util: widen type before multiplication
Erik Faye-Lund
2019-08-15
1
-1
/
+1
*
gallium/util: Add u_stream_outputs_for_vertices helper
Alyssa Rosenzweig
2019-08-12
1
-0
/
+19
*
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
[next]