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
*
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
*
swr/swr: Enable ARB_viewport_array
Jan Zielinski
2019-07-03
7
-48
/
+60
*
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: fix support for GL_ARB_copy_image extension
Krzysztof Raszkowski
2019-06-05
1
-1
/
+16
*
swr/rast: Enable ARB_GL_texture_buffer_range
Jan Zielinski
2019-05-30
1
-1
/
+1
*
swr/rast: fix 32-bit compilation on Linux
Jan Zielinski
2019-05-30
1
-65
/
+0
*
gallium: Change PIPE_CAP_TGSI_FS_FBFETCH bool to PIPE_CAP_FBFETCH count
Kenneth Graunke
2019-05-23
1
-1
/
+1
*
swr: clean up supported OGL4.0/4.1 extensions list
Jan Zielinski
2019-05-16
1
-4
/
+5
*
gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE.
Eric Anholt
2019-05-13
1
-3
/
+3
*
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
3
-123
/
+57
*
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
*
delete autotools .gitignore files
Eric Engestrom
2019-04-29
1
-11
/
+0
*
swr: support NULL-resources
Erik Faye-Lund
2019-04-29
1
-24
/
+25
*
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
*
Delete autotools
Dylan Baker
2019-04-15
2
-416
/
+0
*
gallium: add support for formatted image loads
Rhys Perry
2019-04-15
1
-0
/
+1
*
swr: Fix build with llvm-9.0.
Vinson Lee
2019-03-22
2
-0
/
+24
*
swr: remove call to pipe_sampler_view_release()
Brian Paul
2019-03-17
1
-5
/
+0
*
Revert "swr/rast: Archrast codegen updates"
Eric Engestrom
2019-03-01
8
-351
/
+314
*
swr/codegen: fix autotools build
Erik Faye-Lund
2019-02-27
1
-8
/
+8
*
meson/swr: replace hard-coded path with current_build_dir()
Eric Engestrom
2019-02-27
1
-1
/
+1
*
swr/rast: Fix autotools and scons codegen
Alok Hota
2019-02-25
2
-20
/
+12
*
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: bypass size limit for non-sampled textures
Alok Hota
2019-02-22
1
-1
/
+3
*
swr/rast: Add translation support to streamout
Alok Hota
2019-02-15
12
-37
/
+106
*
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
[next]