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: 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
*
swr/rast: partial support for Tiled Resources
Alok Hota
2019-01-16
2
-0
/
+164
*
swr/rast: Add annotator to interleave isa text
Alok Hota
2019-01-16
2
-3
/
+36
*
swr/rast: Use gfxptr_t value in JitGatherVertices
Alok Hota
2019-01-16
1
-18
/
+16
*
swr/rast: ignore CreateElementUnorderedAtomicMemCpy
Alok Hota
2018-10-25
1
-1
/
+2
*
swr/rast: fix intrinsic/function for LLVM 7 compatibility
Alok Hota
2018-10-25
6
-14
/
+3
*
meson: Build with Python 3
Mathieu Bridon
2018-08-10
3
-9
/
+9
*
swr/rast: Updating code style based on current clang-format rules
Alok Hota
2018-06-28
4
-253
/
+260
*
swr/rast: Fix addPassesToEmitFile usage with llvm-7.0.
Vinson Lee
2018-06-28
1
-0
/
+4
*
swr/rast: Handling removed LLVM intrinsics in trunk
Alok Hota
2018-06-28
1
-0
/
+40
*
swr/rast: Adding SCATTERPS functionality to BuilderGfxMem
Alok Hota
2018-06-28
2
-0
/
+19
*
swr/rast: Adding Read/Write specifier to TranslateGfxAddress stack
Alok Hota
2018-06-28
2
-27
/
+28
*
swr/rast: Clang-Format most rasterizer source code
Alok Hota
2018-06-18
114
-22174
/
+27802
*
swr/rast: Adjusted avx512 primitive assembly for msvc codegen
Alok Hota
2018-05-25
1
-49
/
+90
*
swr/rast: Moved memory init out of core swr init
Alok Hota
2018-05-25
4
-5
/
+74
*
swr/rast: Removed superfluous JitManager argument from passes
Alok Hota
2018-05-25
5
-13
/
+12
*
swr/rast: Renamed MetaData calls
Alok Hota
2018-05-25
2
-87
/
+87
*
swr/rast: Use metadata to communicate between passes
Alok Hota
2018-05-25
1
-0
/
+28
*
swr/rast: Check gCoreBuckets/CORE_BUCKETS equal length at compile time
Alok Hota
2018-05-25
1
-0
/
+1
*
swr/rast: Added in-place building to SCATTERPS
Alok Hota
2018-05-25
1
-9
/
+20
*
swr/rast: Added FEClipRectangles event
Alok Hota
2018-05-17
2
-0
/
+4
*
swr/rast: Whitespace and tab-to-spaces changes
Alok Hota
2018-05-17
5
-17
/
+18
*
swr/rast: fix VCVTPD2PS generation for AVX512
Alok Hota
2018-05-17
1
-2
/
+10
*
swr/rast: Rectlist support for GS
Alok Hota
2018-05-17
6
-1
/
+102
*
swr/rast: Remove unneeded virtual from methods
Alok Hota
2018-05-17
1
-2
/
+2
*
swr/rast: Thread locked tiles improvement
George Kyriazis
2018-05-11
7
-24
/
+152
*
swr/rast: Add Builder::GetVectorType()
George Kyriazis
2018-05-11
2
-0
/
+45
*
swr/rast: Prepend the console output with a newline
George Kyriazis
2018-05-11
1
-1
/
+1
*
swr/rast: Add ConcatLists()
George Kyriazis
2018-05-11
1
-0
/
+6
[next]