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
Commit message (
Expand
)
Author
Age
Files
Lines
*
tgsi: infer that dst[1] of DFRACEXP is an integer
Nicolai Hähnle
2017-09-29
5
-6
/
+9
*
gallivm: add support for TGSI instructions with two outputs
Nicolai Hähnle
2017-09-29
3
-1
/
+31
*
gallivm: add dst register index to lp_build_tgsi_context::emit_store
Nicolai Hähnle
2017-09-29
6
-20
/
+27
*
tgsi: clarify the semantics of DFRACEXP
Nicolai Hähnle
2017-09-29
4
-22
/
+20
*
tgsi: fix the documentation of DLDEXP
Nicolai Hähnle
2017-09-29
1
-1
/
+1
*
tgsi: infer that DLDEXP's second source has an integer type
Nicolai Hähnle
2017-09-29
4
-7
/
+11
*
r600: cleanup set_occlusion_query_state
Nicolai Hähnle
2017-09-29
3
-14
/
+3
*
r300: add missing case PIPE_SHADER_CAP_INT64_ATOMICS
Nicolai Hähnle
2017-09-29
1
-0
/
+1
*
radeonsi: fix border color translation for integer textures
Nicolai Hähnle
2017-09-29
3
-29
/
+60
*
radeonsi: clamp border colors for upgraded depth textures
Nicolai Hähnle
2017-09-29
1
-59
/
+60
*
radeonsi: clamp depth comparison value only for fixed point formats
Nicolai Hähnle
2017-09-29
6
-14
/
+53
*
radeonsi/gfx9: fix geometry shaders without output vertices
Nicolai Hähnle
2017-09-29
1
-3
/
+5
*
radeonsi: move descriptor logs to after corresponding draw/compute packet
Nicolai Hähnle
2017-09-29
2
-8
/
+6
*
amd/common: remove ac_shader_abi::chip_class
Nicolai Hähnle
2017-09-29
1
-2
/
+0
*
gallium/radeon: fix a comment
Nicolai Hähnle
2017-09-29
1
-1
/
+1
*
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
*
gallium/util: use new util_vasprintf() function
Brian Paul
2017-09-28
1
-1
/
+2
*
svga: start advertising PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION
Neha Bhende
2017-09-28
1
-1
/
+3
*
etnaviv: optimize RS transfers
Lucas Stach
2017-09-28
1
-4
/
+25
*
etnaviv: add resource subregion copy
Lucas Stach
2017-09-28
2
-0
/
+32
*
etnaviv: support tile aligned RS blits
Lucas Stach
2017-09-28
1
-8
/
+78
*
st/va: use pipe transfer_map to map upload buffer
Leo Liu
2017-09-28
1
-3
/
+9
*
gallium/docs: add reference links for resource_create method
Gwan-gyeong Mun
2017-09-28
1
-2
/
+2
*
gallium/docs: fix a reference link for get_paramf
Gwan-gyeong Mun
2017-09-28
1
-1
/
+1
*
broadcom/vc4: Fix release build
Eric Anholt
2017-09-27
1
-1
/
+1
*
vc4: Add labels to BOs for debug builds or with VC4_DEBUG=surf set.
Eric Anholt
2017-09-27
4
-0
/
+41
*
st/dri: don't expose modifiers in EGL if the driver doesn't implement them
Marek Olšák
2017-09-27
1
-3
/
+5
*
clover: Query and export int64 atomics
Jan Vesely
2017-09-27
3
-2
/
+11
*
gallium/radeon: consolidate PIPE_BIND_SHARED/SCANOUT handling
Marek Olšák
2017-09-27
2
-13
/
+4
*
radeonsi: remove useless check in si_blit_decompress_color()
Samuel Pitoiset
2017-09-27
1
-1
/
+3
*
gallium/radeon: more use of vi_dcc_formats_are_incompatible()
Samuel Pitoiset
2017-09-27
1
-2
/
+1
*
swr: Remove unneeeded comparison
George Kyriazis
2017-09-26
1
-2
/
+1
*
swr: Handle resource across context changes
George Kyriazis
2017-09-26
4
-10
/
+70
*
gallium: Weaken assertion about u_mm's align2 field.
Eric Anholt
2017-09-26
1
-1
/
+4
*
broadcom/vc4: Fix infinite retry in vc4_bo_alloc()
Boris Brezillon
2017-09-26
1
-6
/
+4
*
broadcom/vc4: Keep pipe_sampler_view->texture matching the original texture.
Eric Anholt
2017-09-26
6
-39
/
+42
*
svga: silence unused var warning in optimized build with MAYBE_UNUSED
Brian Paul
2017-09-26
1
-1
/
+1
*
r600: fork and import gallium/radeon
Marek Olšák
2017-09-26
65
-977
/
+15239
*
swr/rast: Handle instanceID offset / Instance Stride enable
Tim Rowley
2017-09-25
1
-7
/
+39
*
swr/rast: Remove code supporting legacy llvm (<3.9)
Tim Rowley
2017-09-25
3
-105
/
+15
*
swr/rast: Fix allocation of DS output data for USE_SIMD16_FRONTEND
Tim Rowley
2017-09-25
1
-10
/
+6
*
swr/rast: Slightly more efficient blend jit
Tim Rowley
2017-09-25
1
-20
/
+10
*
swr/rast: Properly sized null GS buffer
Tim Rowley
2017-09-25
1
-1
/
+1
*
swr/rast: Move SWR_GS_CONTEXT from thread local storage to stack
Tim Rowley
2017-09-25
1
-12
/
+11
*
swr/rast: Fetch compile state changes
Tim Rowley
2017-09-25
2
-1
/
+12
*
swr/rast: New GS state/context API
Tim Rowley
2017-09-25
3
-212
/
+253
*
swr/rast: Add support for R10G10B10_FLOAT_A2_UNORM pixel format
Tim Rowley
2017-09-25
3
-17
/
+28
*
st/va/postproc: implement the DRM prime grabber
Leo Liu
2017-09-25
1
-2
/
+16
*
vl/compositor: convert RGB buffer to YUV with color conversion
Leo Liu
2017-09-25
2
-0
/
+81
[next]