index
:
~nh/mesa
ARB_enhanced_layouts
ARB_gpu_shader_int64
ARB_sparse_buffer
ac_surface
addrtool
arb_bindless_texture
arb_transform_feedback_overflow_query
arrays
buffer-suballoc
cubemaps
ddiv
debug-dma
descriptors
driconf
fences-threads-ddebug
first-image
ibs
images-radeonsi
khronos-update
ldexp
merged-shader-io-bitfields
nir
nir-v2
out-of-order
pbo-download
pbo-upload
pub-invalidate
query
query-buffer-object
r300-compiler
r300g-glsl
readpixels
shader-state
si_shader_mem
ssbo
tgsi-const-2d
tmp
ubsan
user_stride
user_stride-v2
wip
nh's Mesa repository; mostly radeonsi related development
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
swr
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-24
gallium: Add integer 64 capability
Dave Airlie
1
-0
/
+1
2017-01-23
gallium: add PIPE_CAP_TGSI_MUL_ZERO_WINS
Ilia Mirkin
1
-0
/
+1
2017-01-23
swr: Align query results allocation
George Kyriazis
2
-4
/
+5
2017-01-23
swr: Prune empty nodes in CalculateProcessorTopology.
Bruce Cherniak
1
-0
/
+9
2017-01-16
gallium: add PIPE_CAP_TGSI_FS_FBFETCH
Ilia Mirkin
1
-0
/
+1
2017-01-12
Always defer memory free in swr_resource_destroy
George Kyriazis
1
-12
/
+5
2017-01-06
swr: [rasterizer core] rename OutputMerger functions
Tim Rowley
2
-9
/
+9
2017-01-06
swr: [rasterizer core] fix SIMD16 Transpose_16_16
Tim Rowley
1
-2
/
+2
2017-01-06
swr: [rasterizer core] fix SIMD16 output merger
Tim Rowley
2
-16
/
+22
2017-01-06
swr: [rasterizer core] fix SIMD16 PackTraits pack() and unpack()
Tim Rowley
3
-48
/
+82
2017-01-06
swr: [rasterizer core] fix SIMD16 transpose functions
Tim Rowley
3
-113
/
+225
2017-01-06
swr: [rasterizer core] whitespace adjustments
Tim Rowley
1
-2
/
+1
2017-01-05
swr: [rasterizer core/common/jitter] gl_double support
Tim Rowley
9
-33
/
+341
2017-01-05
swr: remove unneeded llvm version check
Tim Rowley
1
-4
/
+0
2017-01-05
swr: fix windows build break
George Kyriazis
1
-4
/
+0
2017-01-05
gallium: add PIPE_CAP_GLSL_OPTIMIZE_CONSERVATIVELY
Marek Olšák
1
-0
/
+1
2016-12-23
swr: fix icc compile error
Bruce Cherniak
1
-1
/
+1
2016-12-16
swr: Implement fence attached work queues for deferred deletion.
Bruce Cherniak
9
-54
/
+255
2016-12-12
swr: [rasterizer core/memory] StoreTile: AVX512 progress
Tim Rowley
2
-222
/
+138
2016-12-09
swr: [rasterizer common/core/jitter] fetch support for GL_FIXED
Tim Rowley
5
-34
/
+188
2016-12-09
swr: [rasterizer core/memory] Finish R24_UNORM_X8_TYPELESS for AVX512
Tim Rowley
2
-26
/
+24
2016-12-08
swr: [rasterizer core] supply proper clip distances to point sprites
Ilia Mirkin
1
-3
/
+9
2016-12-08
swr: [rasterizer core] perform perspective division on clip distances
Ilia Mirkin
1
-6
/
+8
2016-12-05
swr: mark PIPE_CAP_NATIVE_FENCE_FD unsupported
Tim Rowley
1
-0
/
+1
2016-12-05
swr: include llvm version and vector width in renderer string
Tim Rowley
1
-1
/
+11
2016-12-02
swr: Fix active_queries count
Bruce Cherniak
1
-6
/
+7
2016-12-02
swr: Fix type to match parameters of std::max()
George Kyriazis
1
-7
/
+7
2016-12-02
swr: [rasterizer jitter] include cstdarg in builder_misc.cpp
Tim Rowley
1
-1
/
+2
2016-11-30
swr: add streamout buffer offset into pBuffer pointer
Ilia Mirkin
1
-2
/
+3
2016-11-30
swr: fix assertion for max number of so targets
Ilia Mirkin
1
-1
/
+1
2016-11-30
swr: properly report max number of SO components
Ilia Mirkin
1
-1
/
+1
2016-11-30
swr: turn off queries around blits
Ilia Mirkin
1
-1
/
+9
2016-11-30
swr: don't advertise stream pause/resume
Ilia Mirkin
1
-1
/
+1
2016-11-30
swr: fix range computation for instanced client-side arrays
Ilia Mirkin
2
-24
/
+52
2016-11-30
swr: [rasterizer memory] assert when trying to convert an unknown format
Ilia Mirkin
1
-0
/
+1
2016-11-30
swr: remove warning about multi-layer surfaces
Ilia Mirkin
1
-4
/
+0
2016-11-30
swr: [rasterizer core] don't attempt to load another RTAI when storing
Ilia Mirkin
1
-1
/
+1
2016-11-30
gallium: add PIPE_CAP_TGSI_CAN_READ_OUTPUTS
Nicolai Hähnle
1
-0
/
+1
2016-11-29
swr: [rasterizer jit] use signed integer representation for logic op
Ilia Mirkin
1
-5
/
+12
2016-11-29
swr: add missing rgbx8_srgb variant
Ilia Mirkin
1
-0
/
+1
2016-11-29
swr: reorder renderable formats, add grouping comments
Ilia Mirkin
1
-65
/
+87
2016-11-29
swr: use util_copy_framebuffer_state helper
Ilia Mirkin
1
-12
/
+1
2016-11-29
swr: enable cubemap arrays
Ilia Mirkin
1
-1
/
+1
2016-11-29
swr: rearrange caps into limits/supported/unsupported groups
Ilia Mirkin
1
-129
/
+84
2016-11-29
swr: only store up to the LOD size
Ilia Mirkin
1
-1
/
+3
2016-11-29
swr: [rasterizer common] add SwrTrace() and macros
Tim Rowley
2
-15
/
+95
2016-11-28
swr: [rasterizer memory] only clear up to the LOD size
Ilia Mirkin
1
-2
/
+8
2016-11-28
swr: [rasterizer memory] hook up stencil clears for ClearTile
Ilia Mirkin
1
-5
/
+8
2016-11-28
swr: [rasterizer memory] add support for clearing Z32F_X32 and Z16
Ilia Mirkin
1
-0
/
+2
2016-11-28
swr: don't clear all dirty bits when changing so targets
Ilia Mirkin
1
-1
/
+1
[next]