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
*
st/osmesa: add osmesa framebuffer iface hash table per st manager
Bruce Cherniak
2017-08-05
1
-0
/
+11
*
gallium/radeon: fix ARB_query_buffer_object conversion to boolean
Nicolai Hähnle
2017-08-05
1
-1
/
+2
*
radeon/ac: use ds_swizzle for derivs on si/cik.
Dave Airlie
2017-08-05
1
-15
/
+1
*
radeonsi: ensure that temp array allocas are in the entry block
Nicolai Hähnle
2017-08-05
1
-1
/
+1
*
virgl: drop precise modifier.
Dave Airlie
2017-07-31
1
-0
/
+10
*
radeonsi: update dirty_level_mask only when flushing or unbinding framebuffer
Marek Olšák
2017-07-31
5
-43
/
+59
*
radeonsi/gfx9: always wrap GS and TCS in an if-block (v2)
Nicolai Hähnle
2017-07-31
2
-33
/
+79
*
radeonsi/gfx9: fix vertex idx in ES with multiple waves per threadgroup
Nicolai Hähnle
2017-07-31
1
-1
/
+6
*
swr: fix transform feedback logic
George Kyriazis
2017-07-31
4
-8
/
+71
*
st/dri2: Return invalid modifier when no driver support
Daniel Stone
2017-07-27
1
-0
/
+6
*
st/dri: Check get-handle return value in queryImage
Daniel Stone
2017-07-27
1
-12
/
+18
*
swr/rast: non-regex knob fallback code for gcc < 4.9
Tim Rowley
2017-07-27
1
-0
/
+21
*
virgl: encode index buffer offset.
Dave Airlie
2017-07-27
1
-1
/
+1
*
radeonsi: decrease the number of compiler threads
Marek Olšák
2017-07-27
2
-3
/
+8
*
gallium/radeon: make S_FIXED function signed and move it to shared code
Marek Olšák
2017-07-27
3
-9
/
+5
*
st/mesa: create framebuffer iface hash table per st manager
Charmaine Lee
2017-07-27
7
-0
/
+33
*
radeonsi/gfx9: reduce max threads per block to 1024 on gfx9+
Nicolai Hähnle
2017-07-27
1
-15
/
+24
*
radeonsi: fix detection of DRAW_INDIRECT_MULTI on SI
Nicolai Hähnle
2017-07-27
1
-2
/
+2
*
broadcom/vc4: Prefer blit via rendering to the software fallback.
Eric Anholt
2017-07-27
1
-6
/
+8
*
swr: use the correct variable for no undefined symbols
Emil Velikov
2017-07-24
1
-1
/
+1
*
swr: don't forget to link KNL/SKX against pthreads
Emil Velikov
2017-07-24
1
-0
/
+8
*
swr: don't forget to link AVX/AVX2 against pthreads
Emil Velikov
2017-07-24
1
-0
/
+8
*
etnaviv: Clear lbl_usage array correctly
Wladimir J. van der Laan
2017-07-23
1
-1
/
+1
*
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
[next]