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-11-08
swr: Replace the check for c++11 by the unified version
Gert Wollny
1
-2
/
+2
2017-11-06
gallium: add PIPE_CAP_SIGNED_VERTEX_BUFFER_OFFSET
Marek Olšák
1
-0
/
+1
2017-11-01
gallium: add cap for driver specified max combined shader resources.
Dave Airlie
1
-0
/
+1
2017-10-19
swr: Rework scratch space allocation
George Kyriazis
2
-30
/
+23
2017-10-19
swr: knob overrides for Intel Xeon Phi
Tim Rowley
5
-1
/
+37
2017-10-19
swr/rast: Add api to override draws in flight
Tim Rowley
4
-19
/
+31
2017-10-19
swr/rast: Widen fetch shader to SIMD16 (disabled for now)
Tim Rowley
1
-13
/
+428
2017-10-19
swr/rast: Change DS memory allocation
Tim Rowley
2
-2
/
+3
2017-10-19
swr/rast: Fix indentation
Tim Rowley
1
-1
/
+1
2017-10-19
swr/rast: Miscellaneous viewport array code changes
Tim Rowley
5
-38
/
+71
2017-10-19
swr/rast: Minor changes for os-x
Tim Rowley
1
-2
/
+4
2017-10-11
swr: simd16 shaders work in progress
Tim Rowley
3
-2
/
+21
2017-10-10
gallium: Create a new PIPE_CAP_TILE_RASTER_ORDER for vc4.
Eric Anholt
1
-0
/
+1
2017-10-06
swr/rast: use proper alignment for debug transposedPrims
Tim Rowley
1
-2
/
+2
2017-10-06
gallium: add PIPE_CAP_TGSI_ANY_REG_AS_ADDRESS
Marek Olšák
1
-0
/
+1
2017-10-02
gallium: Remove util_format_s3tc_init()
Matt Turner
1
-2
/
+0
2017-10-02
gallium: Remove util_format_s3tc_enabled
Matt Turner
1
-4
/
+0
2017-10-02
swr/rast: do not crash on NULL strings returned by getenv
Emil Velikov
1
-1
/
+2
2017-09-26
swr: Remove unneeeded comparison
George Kyriazis
1
-2
/
+1
2017-09-26
swr: Handle resource across context changes
George Kyriazis
4
-10
/
+70
2017-09-25
swr/rast: Handle instanceID offset / Instance Stride enable
Tim Rowley
1
-7
/
+39
2017-09-25
swr/rast: Remove code supporting legacy llvm (<3.9)
Tim Rowley
3
-105
/
+15
2017-09-25
swr/rast: Fix allocation of DS output data for USE_SIMD16_FRONTEND
Tim Rowley
1
-10
/
+6
2017-09-25
swr/rast: Slightly more efficient blend jit
Tim Rowley
1
-20
/
+10
2017-09-25
swr/rast: Properly sized null GS buffer
Tim Rowley
1
-1
/
+1
2017-09-25
swr/rast: Move SWR_GS_CONTEXT from thread local storage to stack
Tim Rowley
1
-12
/
+11
2017-09-25
swr/rast: Fetch compile state changes
Tim Rowley
2
-1
/
+12
2017-09-25
swr/rast: New GS state/context API
Tim Rowley
3
-212
/
+253
2017-09-25
swr/rast: Add support for R10G10B10_FLOAT_A2_UNORM pixel format
Tim Rowley
3
-17
/
+28
2017-09-25
scons: use python3-compatible generator
Eric Engestrom
1
-4
/
+2
2017-09-25
scons: use python3-compatible print()
Eric Engestrom
1
-3
/
+3
2017-09-22
swr/rast: remove llvm fence/atomics from generated files
Tim Rowley
1
-0
/
+8
2017-09-18
gallium: add PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVE
Nicolai Hähnle
1
-0
/
+1
2017-09-15
gallium: introduce PIPE_CAP_LOAD_CONSTBUF
Timothy Arceri
1
-0
/
+1
2017-09-14
swr: use ARRAY_SIZE macro
Eric Engestrom
1
-4
/
+6
2017-09-13
swr/rast: Fetch compile state changes
Tim Rowley
3
-6
/
+15
2017-09-13
swr/rast: adjust linux cpu topology identification code
Tim Rowley
1
-43
/
+38
2017-09-13
swr/rast: Missed conversion to SIMD_T
Tim Rowley
1
-1
/
+1
2017-09-13
swr/rast: whitespace changes
Tim Rowley
1
-0
/
+2
2017-09-13
swr/rast: add graph write to jit debug putput
Tim Rowley
1
-3
/
+3
2017-09-13
swr/rast: Migrate memory pointers to gfxptr_t type
Tim Rowley
9
-36
/
+36
2017-09-13
swr/rast: Remove hardcoded clip/cull slot from clipper
Tim Rowley
1
-14
/
+21
2017-09-13
swr/rast: Start to remove hardcoded clipcull_dist vertex attrib slot
Tim Rowley
3
-8
/
+15
2017-09-13
swr/rast: Move clip/cull enables in API
Tim Rowley
9
-40
/
+40
2017-09-13
swr/rast: Add new API SwrStallBE
Tim Rowley
2
-0
/
+17
2017-09-06
swr/rast: FE/Clipper - unify SIMD8/16 functions using simdlib types
Tim Rowley
3
-1189
/
+446
2017-09-06
swr/rast: Remove use of C++14 template variable
Tim Rowley
2
-6
/
+14
2017-09-06
swr/rast: SIMD16 FE remove templated immediates workaround
Tim Rowley
1
-90
/
+20
2017-09-06
swr/rast: SIMD16 PA - rename Assemble_simd16 to Assemble
Tim Rowley
3
-31
/
+15
2017-09-06
swr/rast: FE/Binner - unify SIMD8/16 functions using simdlib types
Tim Rowley
5
-1739
/
+696
[prev]
[next]