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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: split transfer_inline_write into buffer and texture callbacks
Marek Olšák
2016-07-23
1
-1
/
+2
*
swr: [rasterizer core] introduce simd16intrin.h
Tim Rowley
2016-07-20
4
-6
/
+751
*
swr: [rasterizer core] fix for possible int32 overflow condition
Tim Rowley
2016-07-20
1
-1
/
+1
*
swr: [rasterizer core] rename *_MAX enum values to *_COUNT
Tim Rowley
2016-07-20
5
-22
/
+21
*
swr: [rasterizer core] centroid correction
Tim Rowley
2016-07-20
1
-9
/
+17
*
swr: [rasterizer core] support range of values in TemplateArgUnroller
Tim Rowley
2016-07-20
3
-26
/
+56
*
swr: [rasterizer core] ensure adjacent topologies use the cut-aware PA
Tim Rowley
2016-07-20
1
-5
/
+2
*
swr: [rasterizer] attribute swizzling and linkage
Tim Rowley
2016-07-20
11
-171
/
+218
*
swr: [rasterizer common] icc declspec definitions
Tim Rowley
2016-07-20
1
-1
/
+17
*
swr: [rasterizer jitter] rework vertex/instance ID storage in fetch
Tim Rowley
2016-07-20
2
-64
/
+36
*
swr: [rasterizer core] avx512 simd utility work
Tim Rowley
2016-07-20
4
-10
/
+1026
*
swr: [rasterizer core] viewport rounding for disabled scissor
Tim Rowley
2016-07-20
1
-2
/
+4
*
gallium: add a cap for VIEWPORT_SUBPIXEL_BITS (v2)
Józef Kucia
2016-07-20
1
-0
/
+1
*
swr: [rasterizer core] correct MSAA behavior for conservative rasterization
Tim Rowley
2016-07-12
3
-11
/
+31
*
swr: [rasterizer core] conservative rast backend changes
Tim Rowley
2016-07-12
8
-221
/
+538
*
swr: [rasterizer] buckets cleanup
Tim Rowley
2016-07-12
4
-12
/
+43
*
swr: [rasterizer core] make all api functions call GetContext
Tim Rowley
2016-07-12
1
-14
/
+14
*
swr: [rasterizer] add support for llvm-3.9
Tim Rowley
2016-07-12
2
-15
/
+28
*
swr: [rasterizer jitter] fix llvm-3.7 compile
Tim Rowley
2016-07-12
1
-0
/
+5
*
swr: automake: don't ship LLVM version specific generated sources
Emil Velikov
2016-07-05
1
-2
/
+43
*
swr: Refactor checks for compiler feature flags
Chuck Atkins
2016-06-30
1
-2
/
+2
*
gallium: Add a cap for offset_units_unscaled
Axel Davy
2016-06-25
1
-0
/
+1
*
Remove wrongly repeated words in comments
Giuseppe Bilotta
2016-06-23
3
-4
/
+4
*
swr: [rasterizer core] fix dependency bug
Tim Rowley
2016-06-23
4
-10
/
+10
*
swr: [rasterizer core] use wrap-around safe compares for dependency checking
Tim Rowley
2016-06-23
6
-36
/
+45
*
swr: [rasterizer jitter] add support for component packing for 'odd' formats
Tim Rowley
2016-06-23
1
-4
/
+23
*
swr: [rasterizer core] track whether GS outputs viewport array index
Tim Rowley
2016-06-23
1
-0
/
+3
*
swr: [rasterizer core] GS viewport array index attribute
Tim Rowley
2016-06-23
2
-1
/
+2
*
swr: [rasterizer core] conservative rasterization frontend support
Tim Rowley
2016-06-23
10
-63
/
+325
*
swr: [rasterizer core] stop single threaded crash exit crash
Tim Rowley
2016-06-23
1
-2
/
+3
*
swr: [rasterizer jitter] small fetch jit cleanup
Tim Rowley
2016-06-23
1
-134
/
+36
*
swr: [rasterizer core] remove old comment
Tim Rowley
2016-06-23
1
-1
/
+0
*
swr: [rasterizer jitter] cleanup supporting different llvm versions
Tim Rowley
2016-06-23
8
-34
/
+73
*
swr: [rasterizer jitter] unitialized component fix in fetch jit
Tim Rowley
2016-06-23
1
-1
/
+1
*
swr: [rasterizer] add support for building avx512 version
Tim Rowley
2016-06-23
5
-15
/
+20
*
swr: [rasterizer common] fix include for Intel compiler
Tim Rowley
2016-06-23
1
-1
/
+1
*
swr: [rasterizer common] workaround clang for windows __cpuid() bug
Tim Rowley
2016-06-23
1
-5
/
+9
*
swr: push/pop DEBUG macro around llvm includes
Tim Rowley
2016-06-23
2
-4
/
+13
*
gallium: make constant_buffer const
Rob Clark
2016-06-20
1
-1
/
+1
*
gallium: add PIPE_CAP_MAX_WINDOW_RECTANGLES to all drivers
Ilia Mirkin
2016-06-18
1
-0
/
+1
*
swr: Update screen->context pointer with multiple contexts.
Bruce Cherniak
2016-06-17
2
-3
/
+7
*
swr: switch from overriding -march to selecting features
Tim Rowley
2016-06-17
1
-2
/
+2
*
swr: automake: add missing -I flag
Emil Velikov
2016-06-13
1
-0
/
+1
*
swr: Add missing headers for package inclusion
Chuck Atkins
2016-06-13
1
-1
/
+9
*
swr: implement clipPlanes/clipVertex/clipDistance/cullDistance
Tim Rowley
2016-06-09
5
-2
/
+94
*
swr: fix provoking vertex
Tim Rowley
2016-06-07
7
-12
/
+77
*
gallium: add PIPE_CAP_TGSI_VOTE for when the VOTE ops are allowed
Ilia Mirkin
2016-06-06
1
-0
/
+1
*
swr: automake: silence the python invocation
Emil Velikov
2016-05-30
1
-7
/
+8
*
swr: automake: attempt to fix the out-of-tree build
Emil Velikov
2016-05-30
1
-0
/
+7
*
swr: remove LLVM dependency from source generation rules.
Emil Velikov
2016-05-30
1
-2
/
+2
[next]