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
/
drivers
/
swr
/
rasterizer
Commit message (
Expand
)
Author
Age
Files
Lines
*
swr/rasterizer: do not mark tiles dirty until actually rendered
Jan Zielinski
2019-08-08
13
-8
/
+72
*
swr/rasterizer: enable size accumulation in mem stats
Jan Zielinski
2019-08-08
11
-104
/
+128
*
swr/rasterizer: enable using AOS vertex data format
Jan Zielinski
2019-08-08
3
-21
/
+81
*
swr/rasterizer: Add memory tracking support
Jan Zielinski
2019-07-30
12
-26
/
+252
*
swr/rasterizer: Better implementation of scatter
Jan Zielinski
2019-07-30
5
-79
/
+223
*
swr/rasterizer: cleanups for tessellation
Jan Zielinski
2019-07-30
2
-28
/
+56
*
rasterizer/swr: move BucketMgr to SwrContext
Jan Zielinski
2019-07-30
20
-259
/
+288
*
swr/rasterizer: Fix 3D resource copies.
Jan Zielinski
2019-07-23
1
-0
/
+14
*
swr/rasterizer: Fix return type on SIMD8 version of Clamp and Normalize utili...
Jan Zielinski
2019-07-23
1
-2
/
+2
*
swr/rasterizer: small formatting changes
Jan Zielinski
2019-07-23
3
-22
/
+48
*
swr/rasterizer: Adding support for unhandled clipEnable state
Jan Zielinski
2019-07-23
2
-2
/
+3
*
swr/rast: Refactor memory API between rasterizer core and swr
Jan Zielinski
2019-07-18
19
-165
/
+333
*
Revert "meson: Add support for using cmake for finding LLVM"
Dylan Baker
2019-06-28
1
-8
/
+5
*
meson: Add support for using cmake for finding LLVM
Dylan Baker
2019-06-27
1
-5
/
+8
*
swr/rast: fix 32-bit compilation on Linux
Jan Zielinski
2019-05-30
1
-65
/
+0
*
swr/rast: Add general SWTag statistics
Alok Hota
2019-05-01
3
-161
/
+191
*
swr/rast: Add string handling to AR event framework
Alok Hota
2019-05-01
5
-31
/
+54
*
swr/rast: Add initial SWTag proto definitions
Alok Hota
2019-05-01
2
-39
/
+71
*
swr/rast: Cleanup and generalize gen_archrast
Alok Hota
2019-05-01
2
-98
/
+50
*
swr/rast: early exit on empty triangle mask
Alok Hota
2019-04-30
1
-0
/
+6
*
swr/rast: add guards for cpuid on Linux
Alok Hota
2019-04-30
1
-0
/
+2
*
swr/rast: add flat shading
Alok Hota
2019-04-30
1
-0
/
+13
*
swr/rast: add SWR_STATIC_ASSERT() macro
Alok Hota
2019-04-30
1
-1
/
+8
*
swr/rast: update guardband rects at draw setup
Alok Hota
2019-04-30
1
-2
/
+3
*
swr/rast: add more llvm intrinsics
Alok Hota
2019-04-30
1
-0
/
+3
*
swr/rast: enforce use of tile offsets
Alok Hota
2019-04-26
4
-0
/
+5
*
swr/rast: AVX512 support compiled in by default
Alok Hota
2019-04-26
12
-560
/
+333
*
swr/rast: Remove deprecated 4x2 backend code
Alok Hota
2019-04-26
8
-834
/
+19
*
swr: Fix build with llvm-9.0.
Vinson Lee
2019-03-22
2
-0
/
+24
*
Revert "swr/rast: Archrast codegen updates"
Eric Engestrom
2019-03-01
6
-331
/
+286
*
meson/swr: replace hard-coded path with current_build_dir()
Eric Engestrom
2019-02-27
1
-1
/
+1
*
swr/rast: Add general SWTag statistics
Alok Hota
2019-02-25
3
-161
/
+191
*
swr/rast: Add string handling to AR event framework
Alok Hota
2019-02-25
5
-31
/
+54
*
swr/rast: Add initial SWTag proto definitions
Alok Hota
2019-02-25
2
-39
/
+71
*
swr/rast: Cleanup and generalize gen_archrast
Alok Hota
2019-02-25
2
-81
/
+41
*
swr/rast: Add translation support to streamout
Alok Hota
2019-02-15
11
-36
/
+105
*
swr/rast: simdlib cleanup, clipper stack space fixes
Alok Hota
2019-02-15
13
-135
/
+127
*
swr/rast: convert DWORD->uint32_t, QWORD->uint64_t
Alok Hota
2019-02-15
5
-25
/
+25
*
swr/rast: Refactor scratch space variable names
Alok Hota
2019-02-15
4
-14
/
+14
*
swr/rast: FP consistency between POSH/RENDER pipes
Alok Hota
2019-02-15
4
-11
/
+33
*
swr/rast: Move knob defaults to generated cpp file
Alok Hota
2019-02-15
2
-7
/
+14
*
swr/rast: Flip BitScanReverse index calculation
Alok Hota
2019-02-15
1
-2
/
+2
*
swr/rast: Correctly align 64-byte spills/fills
Alok Hota
2019-02-15
1
-2
/
+2
*
swr/rast: Disable use of __forceinline by default
Alok Hota
2019-02-15
1
-1
/
+12
*
swr/rast: Convert system memory pointers to gfxptr_t
Alok Hota
2019-02-15
4
-3
/
+10
*
swr/rast: update SWR rasterizer shader stats
Alok Hota
2019-02-05
10
-38
/
+204
*
swr/rast: Store cached files in multiple subdirs
Alok Hota
2019-01-16
3
-38
/
+52
*
swr/rast: New execution engine per JIT
Alok Hota
2019-01-16
2
-42
/
+65
*
swr/rast: Scope MEM_CLIENT enum for mem usages
Alok Hota
2019-01-16
6
-40
/
+38
*
swr/rast: Unaligned and translations in gathers
Alok Hota
2019-01-16
1
-21
/
+35
[next]