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
*
Always defer memory free in swr_resource_destroy
George Kyriazis
2017-01-12
1
-12
/
+5
*
swr: [rasterizer core] rename OutputMerger functions
Tim Rowley
2017-01-06
2
-9
/
+9
*
swr: [rasterizer core] fix SIMD16 Transpose_16_16
Tim Rowley
2017-01-06
1
-2
/
+2
*
swr: [rasterizer core] fix SIMD16 output merger
Tim Rowley
2017-01-06
2
-16
/
+22
*
swr: [rasterizer core] fix SIMD16 PackTraits pack() and unpack()
Tim Rowley
2017-01-06
3
-48
/
+82
*
swr: [rasterizer core] fix SIMD16 transpose functions
Tim Rowley
2017-01-06
3
-113
/
+225
*
swr: [rasterizer core] whitespace adjustments
Tim Rowley
2017-01-06
1
-2
/
+1
*
swr: [rasterizer core/common/jitter] gl_double support
Tim Rowley
2017-01-05
9
-33
/
+341
*
swr: remove unneeded llvm version check
Tim Rowley
2017-01-05
1
-4
/
+0
*
swr: fix windows build break
George Kyriazis
2017-01-05
1
-4
/
+0
*
gallium: add PIPE_CAP_GLSL_OPTIMIZE_CONSERVATIVELY
Marek Olšák
2017-01-05
1
-0
/
+1
*
swr: fix icc compile error
Bruce Cherniak
2016-12-23
1
-1
/
+1
*
swr: Implement fence attached work queues for deferred deletion.
Bruce Cherniak
2016-12-16
9
-54
/
+255
*
swr: [rasterizer core/memory] StoreTile: AVX512 progress
Tim Rowley
2016-12-12
2
-222
/
+138
*
swr: [rasterizer common/core/jitter] fetch support for GL_FIXED
Tim Rowley
2016-12-09
5
-34
/
+188
*
swr: [rasterizer core/memory] Finish R24_UNORM_X8_TYPELESS for AVX512
Tim Rowley
2016-12-09
2
-26
/
+24
*
swr: [rasterizer core] supply proper clip distances to point sprites
Ilia Mirkin
2016-12-08
1
-3
/
+9
*
swr: [rasterizer core] perform perspective division on clip distances
Ilia Mirkin
2016-12-08
1
-6
/
+8
*
swr: mark PIPE_CAP_NATIVE_FENCE_FD unsupported
Tim Rowley
2016-12-05
1
-0
/
+1
*
swr: include llvm version and vector width in renderer string
Tim Rowley
2016-12-05
1
-1
/
+11
*
swr: Fix active_queries count
Bruce Cherniak
2016-12-02
1
-6
/
+7
*
swr: Fix type to match parameters of std::max()
George Kyriazis
2016-12-02
1
-7
/
+7
*
swr: [rasterizer jitter] include cstdarg in builder_misc.cpp
Tim Rowley
2016-12-02
1
-1
/
+2
*
swr: add streamout buffer offset into pBuffer pointer
Ilia Mirkin
2016-11-30
1
-2
/
+3
*
swr: fix assertion for max number of so targets
Ilia Mirkin
2016-11-30
1
-1
/
+1
*
swr: properly report max number of SO components
Ilia Mirkin
2016-11-30
1
-1
/
+1
*
swr: turn off queries around blits
Ilia Mirkin
2016-11-30
1
-1
/
+9
*
swr: don't advertise stream pause/resume
Ilia Mirkin
2016-11-30
1
-1
/
+1
*
swr: fix range computation for instanced client-side arrays
Ilia Mirkin
2016-11-30
2
-24
/
+52
*
swr: [rasterizer memory] assert when trying to convert an unknown format
Ilia Mirkin
2016-11-30
1
-0
/
+1
*
swr: remove warning about multi-layer surfaces
Ilia Mirkin
2016-11-30
1
-4
/
+0
*
swr: [rasterizer core] don't attempt to load another RTAI when storing
Ilia Mirkin
2016-11-30
1
-1
/
+1
*
gallium: add PIPE_CAP_TGSI_CAN_READ_OUTPUTS
Nicolai Hähnle
2016-11-30
1
-0
/
+1
*
swr: [rasterizer jit] use signed integer representation for logic op
Ilia Mirkin
2016-11-29
1
-5
/
+12
*
swr: add missing rgbx8_srgb variant
Ilia Mirkin
2016-11-29
1
-0
/
+1
*
swr: reorder renderable formats, add grouping comments
Ilia Mirkin
2016-11-29
1
-65
/
+87
*
swr: use util_copy_framebuffer_state helper
Ilia Mirkin
2016-11-29
1
-12
/
+1
*
swr: enable cubemap arrays
Ilia Mirkin
2016-11-29
1
-1
/
+1
*
swr: rearrange caps into limits/supported/unsupported groups
Ilia Mirkin
2016-11-29
1
-129
/
+84
*
swr: only store up to the LOD size
Ilia Mirkin
2016-11-29
1
-1
/
+3
*
swr: [rasterizer common] add SwrTrace() and macros
Tim Rowley
2016-11-29
2
-15
/
+95
*
swr: [rasterizer memory] only clear up to the LOD size
Ilia Mirkin
2016-11-28
1
-2
/
+8
*
swr: [rasterizer memory] hook up stencil clears for ClearTile
Ilia Mirkin
2016-11-28
1
-5
/
+8
*
swr: [rasterizer memory] add support for clearing Z32F_X32 and Z16
Ilia Mirkin
2016-11-28
1
-0
/
+2
*
swr: don't clear all dirty bits when changing so targets
Ilia Mirkin
2016-11-28
1
-1
/
+1
*
swr: [rasterizer core] fix typo in scissor tile-alignment logic
Ilia Mirkin
2016-11-28
1
-1
/
+1
*
scons: Recognize LLVM_CONFIG environment variable.
Vinson Lee
2016-11-24
1
-1
/
+2
*
swr: clear every layer of the attached surfaces
Ilia Mirkin
2016-11-23
1
-6
/
+29
*
swr: [rasterizer core] pipe renderTargetArrayIndex through to clears
Ilia Mirkin
2016-11-23
7
-20
/
+35
*
swr: [rasterizer core] clear data now comes in as float
Ilia Mirkin
2016-11-23
1
-10
/
+4
[next]