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
/
drivers
/
swr
Commit message (
Expand
)
Author
Age
Files
Lines
*
swr: Fix build with llvm-10.0.
Vinson Lee
2019-12-21
1
-0
/
+3
*
gallium/swr: Enable support bptc format.
Denis Pauk
2019-12-14
1
-2
/
+1
*
gallium/swr: Fix arb_transform_feedback2
Tomasz Pyra
2019-12-13
10
-14
/
+66
*
swr: Fix build with llvm-10.0.
Vinson Lee
2019-12-12
1
-0
/
+4
*
gallium/swr: Fix Windows build
Jan Zielinski
2019-12-12
1
-1
/
+4
*
swr/rasterizer: Add tessellator implementation to the rasterizer
Jan Zielinski
2019-12-11
5
-35
/
+3326
*
gallium/swr: Fix crash when use GL_TDFX_texture_compression_FXT1 format.
Krzysztof Raszkowski
2019-12-03
1
-1
/
+3
*
swr: Fix build with llvm-10.0.
Vinson Lee
2019-11-21
1
-1
/
+4
*
util: Move gallium's PIPE_FORMAT utils to /util/format/
Eric Anholt
2019-11-14
5
-6
/
+6
*
gallium/swr: Enable some ARB_gpu_shader5 extensions
Krzysztof Raszkowski
2019-11-08
1
-0
/
+1
*
gallium/swr: Fix GS invocation issues
Krzysztof Raszkowski
2019-11-08
1
-2
/
+7
*
gallium/swr: Fix depth values for blit scenario
Jan Zielinski
2019-10-31
1
-0
/
+8
*
gallium/swr: Enable GL_ARB_gpu_shader5: multiple streams
Krzysztof Raszkowski
2019-10-29
3
-11
/
+70
*
meson: Add support for wrapping llvm
Dylan Baker
2019-10-18
1
-5
/
+11
*
gallivm/draw/swr: make the gs_iface not depend on tgsi.
Dave Airlie
2019-10-15
1
-42
/
+42
*
meson: add msvc compat args to swr
Dylan Baker
2019-10-10
1
-6
/
+18
*
meson: add switches for SWR with MSVC
Dylan Baker
2019-10-10
1
-2
/
+7
*
scons: Fix MSYS2 Mingw-w64 build.
pal1000
2019-09-29
1
-2
/
+2
*
swr: Limit DEBUG workaround to LLVM < 7
Michel Dänzer
2019-09-17
3
-3
/
+21
*
swr: replace major llvm version checks with LLVM_VERSION_MAJOR
Eric Engestrom
2019-09-06
1
-3
/
+4
*
swr: Fix make_unique build error.
Vinson Lee
2019-09-02
1
-3
/
+3
*
swr: Fix build with llvm-9.0 again.
Vinson Lee
2019-08-31
3
-0
/
+28
*
swr/rasterizer: Fix GS attributes processing
Jan Zielinski
2019-08-30
3
-24
/
+10
*
swr/rasterizer: Enable ARB_fragment_layer_viewport
Jan Zielinski
2019-08-29
3
-1
/
+21
*
swr: use LLVM version string instead of re-computing it
Eric Engestrom
2019-08-22
1
-2
/
+1
*
build: Bump C++ standard requirement to C++14 to fix FTBFS with LLVM 10
Kai Wasserbäch
2019-08-20
1
-1
/
+1
*
gallium/swr: Fix glClear when it's used with glEnable/glDisable GL_SCISSOR_TEST
Krzysztof Raszkowski
2019-08-09
1
-64
/
+5
*
swr/rasterizer: modernize thread TLB
Jan Zielinski
2019-08-08
14
-30
/
+135
*
swr/rasterizer: Refactor events collection mechanism
Jan Zielinski
2019-08-08
10
-439
/
+382
*
swr/rasterizer: improvements in simdlib
Jan Zielinski
2019-08-08
17
-492
/
+49
*
swr/rasterizer: Events are now grouped and enabled by knobs
Jan Zielinski
2019-08-08
15
-202
/
+372
*
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
*
gallium: add PIPE_CAP_TGSI_ATOMINC_WRAP to indicate support
Pierre-Eric Pelloux-Prayer
2019-08-06
1
-0
/
+1
*
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
7
-79
/
+225
*
swr/rasterizer: cleanups for tessellation
Jan Zielinski
2019-07-30
2
-28
/
+56
*
rasterizer/swr: move BucketMgr to SwrContext
Jan Zielinski
2019-07-30
21
-261
/
+290
*
gallium: fix windows build from params change.
Dave Airlie
2019-07-25
1
-3
/
+6
*
gallivm: rework lp_build_tgsi_soa to take a struct
Dave Airlie
2019-07-24
1
-39
/
+39
*
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
3
-4
/
+8
*
gallium: switch boolean -> bool at the interface definitions
Ilia Mirkin
2019-07-22
10
-45
/
+45
*
util: use standard name for snprintf()
Eric Engestrom
2019-07-19
1
-3
/
+3
*
swr/rast: Refactor memory API between rasterizer core and swr
Jan Zielinski
2019-07-18
30
-185
/
+370
*
gallium: get rid of PIPE_CAP_SM3
Erik Faye-Lund
2019-07-10
1
-2
/
+3
*
gallivm: add ssbo pointers to the soa build api.
Dave Airlie
2019-07-07
1
-3
/
+6
[next]