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
Commit message (
Expand
)
Author
Age
Files
Lines
*
svga: Limit number of immediates in shader
Neha Bhende
2017-07-22
1
-3
/
+5
*
svga: fix constant indices for texcoord scale factors and texture buffer size
Charmaine Lee
2017-07-22
1
-9
/
+6
*
svga: fix unnormalized->normalized texture coordinate conversion
Neha Bhende
2017-07-22
3
-3
/
+35
*
svga: only support 4x, 8x, 16x msaa
Brian Paul
2017-07-22
1
-0
/
+5
*
nv50/ir: disable mul+add to mad for precise instructions
Karol Herbst
2017-07-21
1
-2
/
+3
*
nv50/ir/tgsi: handle precise for most ALU instructions
Karol Herbst
2017-07-21
1
-0
/
+2
*
nv50/ir: add precise field to Instruction
Karol Herbst
2017-07-21
2
-0
/
+3
*
gallium/docs: add precise instruction modifier
Karol Herbst
2017-07-21
1
-1
/
+10
*
tgsi/text: parse _PRECISE modifier
Karol Herbst
2017-07-21
1
-3
/
+14
*
tgsi: populate precise
Karol Herbst
2017-07-21
5
-6
/
+27
*
tgsi/dump: print _PRECISE modifier on Instructions
Karol Herbst
2017-07-21
1
-0
/
+4
*
tgsi: add precise flag to tgsi_instruction
Karol Herbst
2017-07-21
2
-1
/
+3
*
st/mesa: add destroy_drawable interface
Charmaine Lee
2017-07-20
5
-2
/
+24
*
gallivm: handle call attributes for llvm < 4.0 in lp_add_function_attr
Roland Scheidegger
2017-07-21
1
-3
/
+7
*
swr/rast: quit using linux-specific gettid()
Tim Rowley
2017-07-21
2
-4
/
+3
*
swr/rast: fix memory paths for avx512 optimized avx/sse
Tim Rowley
2017-07-21
2
-10
/
+10
*
swr/rast: cache line align hottile buffers
Tim Rowley
2017-07-21
1
-3
/
+3
*
swr/rast: simdlib changes for clang/gcc
Tim Rowley
2017-07-21
2
-10
/
+35
*
etnaviv: Avoid duplicates in formats table
Wladimir J. van der Laan
2017-07-21
1
-5
/
+1
*
etnaviv: Add support for ETC2 texture compression
Wladimir J. van der Laan
2017-07-21
2
-1
/
+22
*
gallium/util: Implement util_format_is_etc
Wladimir J. van der Laan
2017-07-21
1
-0
/
+13
*
configure/swr: add KNL and SKX architecture targets
Tim Rowley
2017-07-19
2
-0
/
+58
*
configure/swr: configurable swr architectures
Tim Rowley
2017-07-19
3
-8
/
+40
*
gallium/util: fix nondeterministic avx512 detection
Tim Rowley
2017-07-19
1
-1
/
+1
*
etnaviv: advertise supported dmabuf modifiers
Lucas Stach
2017-07-19
1
-0
/
+44
*
etnaviv: implement resource creation with modifier
Lucas Stach
2017-07-19
4
-7
/
+100
*
etnaviv: fill in modifier in etna_resource_get_handle
Lucas Stach
2017-07-19
1
-0
/
+19
*
etnaviv: fold etna_screen_bo_get_handle into etna_resource_get_handle
Lucas Stach
2017-07-19
3
-28
/
+16
*
etnaviv: implement resource import with modifier
Lucas Stach
2017-07-19
1
-32
/
+77
*
etnaviv: also update textures from external resources
Lucas Stach
2017-07-19
1
-8
/
+16
*
etnaviv: increment correct seqno for external resources
Lucas Stach
2017-07-19
1
-1
/
+4
*
etnaviv: pad scanout buffer size to RS alignment
Lucas Stach
2017-07-19
1
-2
/
+8
*
etnaviv: add helper to work out RS alignment
Lucas Stach
2017-07-19
2
-9
/
+18
*
renderonly/etnaviv: stop importing resource from renderonly
Lucas Stach
2017-07-19
6
-62
/
+62
*
gallium: auxiliary: Fix standalone Android build of u_cpu_detect (v2)
Tomasz Figa
2017-07-19
2
-2
/
+10
*
swr: remove unneeded fallback strcasecmp define
Emil Velikov
2017-07-19
1
-5
/
+0
*
st/dri: list __DRI2_FENCE extension only where needed
Emil Velikov
2017-07-19
1
-1
/
+0
*
swrast: add dri2ConfigQueryExtension to the correct extension list
Emil Velikov
2017-07-19
1
-1
/
+1
*
util: Make CLAMP turn NaN into MIN.
Kenneth Graunke
2017-07-18
1
-1
/
+2
*
radeonsi: add back the USE_MININUM_PRIORITY flag to the low-prio compiler queue
Marek Olšák
2017-07-18
1
-1
/
+2
*
winsys/svga/drm: Enable import/export fence FD
Sinclair Yeh
2017-07-17
3
-19
/
+53
*
winsys/svga/drm: Connect winsys-side fence_* functions
Sinclair Yeh
2017-07-17
4
-10
/
+109
*
drivers/svga: Connect driver-side fence_* functions
Sinclair Yeh
2017-07-17
2
-1
/
+56
*
winsys/svga/drm: Create winsys interface for Fence FD
Sinclair Yeh
2017-07-17
1
-1
/
+33
*
winsys/svga/drm: Prepare to support fence fd
Sinclair Yeh
2017-07-17
1
-3
/
+8
*
drivers/svga, winsys/svga/drm: Thread through timeout for fence_finish
Sinclair Yeh
2017-07-17
7
-8
/
+18
*
svga: whitespace clean-up in svga_winsys.h
Brian Paul
2017-07-17
1
-67
/
+66
*
svga: add some const qualifiers
Brian Paul
2017-07-17
1
-3
/
+3
*
svga: add comment about 'extra' constant locations
Brian Paul
2017-07-17
1
-1
/
+5
*
radeonsi/gfx9: add VM fault dmesg parser support
Marek Olšák
2017-07-17
1
-6
/
+23
[next]