index
:
~nh/mesa
ARB_enhanced_layouts
ARB_gpu_shader_int64
ARB_sparse_buffer
ac_surface
addrtool
arb_bindless_texture
arb_transform_feedback_overflow_query
arrays
buffer-suballoc
cubemaps
ddiv
debug-dma
descriptors
driconf
fences-threads-ddebug
first-image
ibs
images-radeonsi
khronos-update
ldexp
merged-shader-io-bitfields
nir
nir-v2
out-of-order
pbo-download
pbo-upload
pub-invalidate
query
query-buffer-object
r300-compiler
r300g-glsl
readpixels
shader-state
si_shader_mem
ssbo
tgsi-const-2d
tmp
ubsan
user_stride
user_stride-v2
wip
nh's Mesa repository; mostly radeonsi related development
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
swr
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-10
swr: Handle indirect indices in GS
George Kyriazis
1
-8
/
+39
2018-01-10
swr/rast: switch win32 jit format to COFF
Tim Rowley
1
-2
/
+2
2018-01-10
swr/rast: don't use 32-bit gathers for elements < 32-bits in size
Tim Rowley
1
-1
/
+60
2018-01-10
swr/rast: autogenerate named structs instead of literal structs
Tim Rowley
1
-8
/
+15
2018-01-10
swr/rast: SIMD16 fetch shader jitter cleanup
Tim Rowley
1
-720
/
+368
2018-01-10
swr/rast: shuffle header files for msvc pre-compiled header usage
Tim Rowley
10
-88
/
+143
2018-01-10
swr/rast: SIMD16 builder - cleanup naming (simd2 -> simd16)
Tim Rowley
5
-233
/
+239
2018-01-08
meson: Build SWR driver
Dylan Baker
2
-0
/
+447
2018-01-04
swr/rast: fix invalid sign masks in avx512 simdlib code
Tim Rowley
3
-3
/
+3
2018-01-03
swr/rast: fix MemoryBuffer build break for llvm-6
Tim Rowley
1
-0
/
+4
2017-12-19
gallium: plumb context priority through to driver
Rob Clark
1
-0
/
+1
2017-12-18
swr: Account for index_bias in offsets
George Kyriazis
1
-3
/
+3
2017-12-15
swr/rast: Move more RTAI handling out of binner
Tim Rowley
2
-12
/
+2
2017-12-15
swr/rast: EXTRACT2 changed from vextract/vinsert to vshuffle
Tim Rowley
3
-61
/
+32
2017-12-15
swr/rast: Fix cache of API thread event manager
Tim Rowley
1
-1
/
+1
2017-12-15
swr/rast: Replace VPSRL with LSHR
Tim Rowley
4
-41
/
+4
2017-12-15
swr/rast: Rework thread binding parameters for machine partitioning
Tim Rowley
7
-88
/
+322
2017-12-15
swr/rast: Pull of RTAI gather & offset out of clip/bin code
Tim Rowley
7
-146
/
+203
2017-12-15
swr/rast: Remove no-op VBROADCAST of vID
Tim Rowley
1
-2
/
+2
2017-12-15
swr/rast: SIMD16 Fetch - Fully widen 32-bit integer vertex components
Tim Rowley
4
-17
/
+109
2017-12-15
swr/rast: Replace INSERT2 vextract/vinsert with JOIN2 vshuffle
Tim Rowley
3
-105
/
+30
2017-12-15
swr/rast: SIMD16 Fetch - Fully widen 16-bit float vertex components
Tim Rowley
1
-7
/
+48
2017-12-15
swr/rast: SIMD16 Fetch - Fully widen 32-bit float vertex components
Tim Rowley
4
-32
/
+194
2017-12-15
swr/rast: Pass prim to ClipSimd
Tim Rowley
1
-5
/
+5
2017-12-15
swr/rast: Pull most of the VPAI manipulation out of the binner/clipper
Tim Rowley
7
-158
/
+177
2017-12-15
swr/rast: Move GatherScissors to header
Tim Rowley
2
-127
/
+127
2017-12-15
swr/rast: Rewrite Shuffle8bpcGatherd using shuffle
Tim Rowley
1
-182
/
+62
2017-12-15
swr/rast: Convert gather masks to Nx1bit
Tim Rowley
2
-40
/
+14
2017-12-15
swr/rast: WIP - Widen fetch shader to SIMD16
Tim Rowley
1
-27
/
+689
2017-12-15
swr/rast: Corrections to multi-scissor handling
Tim Rowley
1
-88
/
+88
2017-12-15
swr/rast: Binner fixes for viewport index offset handling
Tim Rowley
2
-2
/
+12
2017-12-15
swr/rast: Remove unneeded copy of gather mask
Tim Rowley
2
-79
/
+23
2017-12-13
swr: Correct texture allocation and limit max size to 2GB
Bruce Cherniak
2
-4
/
+10
2017-12-13
swr: Fix KNOB_MAX_WORKER_THREADS thread creation override.
Bruce Cherniak
1
-2
/
+1
2017-12-06
swr/scons: Fix another intermittent build failure
George Kyriazis
1
-0
/
+1
2017-12-01
swr/scons: Fix intermittent build failure
George Kyriazis
1
-0
/
+1
2017-11-20
swr/rast: Repair simd8 frontend code rot
Tim Rowley
1
-1
/
+1
2017-11-20
swr/rast: Implement AVX-512 GATHERPS in SIMD16 fetch shader
Tim Rowley
4
-29
/
+220
2017-11-20
swr/rast: Simplify GATHER* jit builder api
Tim Rowley
4
-48
/
+48
2017-11-20
swr/rast: Add alignment to transpose targets
Tim Rowley
1
-8
/
+8
2017-11-20
swr/rast: Cache eventmanager
Tim Rowley
3
-0
/
+9
2017-11-20
swr/rast: Enable AVX-512 targets in the jitter
Tim Rowley
2
-10
/
+0
2017-11-20
swr/rast: Points with clipdistance can't go through simplepoints path
Tim Rowley
1
-1
/
+2
2017-11-20
swr/rast: Code style change (NFC)
Tim Rowley
1
-2
/
+7
2017-11-20
swr/rast: Widen fetch shader to SIMD16
Tim Rowley
5
-3
/
+151
2017-11-20
swr/rast: Support flexible vertex layout for DS output
Tim Rowley
2
-0
/
+3
2017-11-14
swr/rast: Faster emulated simd16 permute
Tim Rowley
1
-23
/
+11
2017-11-14
swr/rast: Use gather instruction for i32gather_ps on simd16/avx512
Tim Rowley
1
-11
/
+1
2017-11-10
swr: Fixed an uncommon freed-memory access during state validation
Bruce Cherniak
2
-17
/
+25
2017-11-09
util: move os_time.[ch] to src/util
Nicolai Hähnle
2
-2
/
+2
[next]