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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-30
swr: Minor cleanup of variable usage, no functional change.
Bruce Cherniak
1
-2
/
+2
2017-06-30
swr: use swr_query_result type instead of void
Tim Rowley
2
-3
/
+3
2017-06-30
swr/rast: increase number of possible draws in flight
Tim Rowley
1
-1
/
+1
2017-06-30
swr/rast: move default split size from driver to rasterizer
Tim Rowley
2
-5
/
+1
2017-06-30
swr/rast: Fix missing setup of psContext.pColorBuffer
Tim Rowley
2
-16
/
+14
2017-06-30
swr/rast: Switch intrinsic usage to SIMDLib
Tim Rowley
30
-2679
/
+6222
2017-06-30
swr/rast: Fix unused variable warnings
Tim Rowley
1
-6
/
+0
2017-06-30
swr/rast: Split rasterizer.cpp to improve compile time
Tim Rowley
10
-1617
/
+1732
2017-06-30
swr/rast: gen_backends.py remove extraneous semicolon
Tim Rowley
1
-1
/
+2
2017-06-30
swr/rast: Support dynamically sized vertex layout
Tim Rowley
6
-21
/
+49
2017-06-30
swr/rast: Split backend.cpp to improve compile time
Tim Rowley
13
-1832
/
+2146
2017-06-30
swr/rast: gen_backends.py removal of commented debug prints
Tim Rowley
1
-4
/
+1
2017-06-30
swr/rast: gen_backends.py quote cleanup
Tim Rowley
1
-8
/
+8
2017-06-30
swr/rast: generators will create target directories
Tim Rowley
1
-0
/
+7
2017-06-30
Android: fix typo in symlink for driver loading and 32 bit builds
Mauro Rossi
1
-2
/
+2
2017-06-30
svga: update a few surface format names
Brian Paul
3
-24
/
+24
2017-06-30
svga: whitespace fixes in svga_resource_buffer_upload.c
Brian Paul
1
-15
/
+14
2017-06-30
svga: add mksstats for surface view emulation
Charmaine Lee
1
-10
/
+17
2017-06-30
svga: change error handling convention for svga_set_stream_output()
Brian Paul
3
-12
/
+18
2017-06-30
svga: fixed surface size to include array size
Charmaine Lee
1
-1
/
+2
2017-06-30
svga: loop over box.depth for ReadBack_image on each slice
Neha Bhende
1
-7
/
+8
2017-06-30
svga: add mksstats for context creation
Charmaine Lee
1
-2
/
+7
2017-06-30
svga: re-validate sampler view at draw time if needed
Charmaine Lee
4
-2
/
+35
2017-06-30
gallium: os_process fixes for Android
Rob Herring
1
-2
/
+2
2017-06-30
etnaviv: Add unreachable statement to etna_amode to fix compilation warnings
Tomeu Vizoso
1
-0
/
+2
2017-06-29
swr: Remove need to allocate vertex buffer scratch space all in one go
Bruce Cherniak
1
-23
/
+2
2017-06-29
swr: conditionally validate vertex buffer state
Bruce Cherniak
1
-4
/
+5
2017-06-29
swr: set dynamic vertex size
Tim Rowley
1
-2
/
+4
2017-06-29
radeonsi: set COMPUTE_DISPATCH_INITIATOR.ORDER_MODE = 1
Marek Olšák
1
-1
/
+4
2017-06-29
radeonsi: use the DISPATCH packets to force COMPUTE_START_X/Y/Z = 0
Marek Olšák
1
-7
/
+6
2017-06-29
Android: use symlinks for driver loading
Rob Herring
12
-0
/
+21
2017-06-29
etnaviv: fix memory leak when BO allocation fails
Lucas Stach
1
-1
/
+5
2017-06-29
etnaviv: fill in layer_stride for imported resources
Lucas Stach
1
-0
/
+2
2017-06-28
etnaviv: fix shader miscompilation with more than 16 labels
Lucas Stach
1
-28
/
+32
2017-06-27
radeonsi: move instance divisors into a constant buffer
Marek Olšák
7
-28
/
+93
2017-06-27
radeonsi: check nr_cbufs in other places before flushing CB
Marek Olšák
1
-2
/
+4
2017-06-27
radeonsi: use #pragma pack to pack si_shader_key
Marek Olšák
1
-0
/
+8
2017-06-27
Revert "radeonsi: use uint32_t to declare si_shader_key.opt.kill_outputs"
Marek Olšák
3
-10
/
+6
2017-06-27
Revert "radeonsi: remove 8 bytes from si_shader_key with uint32_t ff_tcs_inpu...
Marek Olšák
3
-14
/
+5
2017-06-27
radeon/vcn: enable h264 decode entension support
Leo Liu
2
-0
/
+3
2017-06-27
svga: clean up format_cap_table
Charmaine Lee
1
-403
/
+92
2017-06-27
svga: fix the default devcap for SVGA3D_Z_D24S8_INT
Charmaine Lee
1
-4
/
+1
2017-06-27
svga: create buffer surfaces for incompatible bind flags
Charmaine Lee
4
-27
/
+217
2017-06-27
svga: do not unconditionally enable streamout bind flag
Charmaine Lee
4
-11
/
+78
2017-06-27
svga: pass tobind_flags to svga_buffer_handle
Charmaine Lee
8
-15
/
+26
2017-06-27
svga: pass bind_flags to surface create functions
Charmaine Lee
3
-26
/
+34
2017-06-27
pipe_loader_sw: fix compilation warning
Brian Paul
1
-1
/
+2
2017-06-27
i915: use different CFLAGS/LIBS variables than i965/anv
Lionel Landwerlin
3
-3
/
+3
2017-06-26
nv50/ir: fix combineLd/St to update existing records as necessary
Ilia Mirkin
1
-0
/
+8
2017-06-26
nv50/ir: adjust overlapping logic to take fileIndex-relative offsets
Ilia Mirkin
1
-1
/
+5
[prev]
[next]