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-26
nv50/ir: VFETCH is also considered a load for MemoryOpt
Ilia Mirkin
1
-1
/
+1
2017-06-26
nv50,nvc0: remove IDX from bufctx immediately, to avoid conflicts with clear
Ilia Mirkin
2
-9
/
+10
2017-06-26
nv50/ir: fetch indirect sources BEFORE the op that uses them
Ilia Mirkin
1
-19
/
+32
2017-06-26
Android: add renderonly files to libmesa_gallium
Rob Herring
1
-0
/
+1
2017-06-26
radeonsi: don't flush and wait for CB after depth-only rendering
Marek Olšák
1
-1
/
+4
2017-06-26
etnaviv: only flush resource to self if no scanout buffer exists
Lucas Stach
1
-4
/
+5
2017-06-26
etnaviv: add support for snorm textures
Christian Gmeiner
2
-3
/
+7
2017-06-26
etnaviv: add R8G8 texture support
Christian Gmeiner
1
-1
/
+1
2017-06-26
etnaviv: add support for swizzled texture formats
Christian Gmeiner
4
-39
/
+99
2017-06-26
etnaviv: add support for extended texture formats
Christian Gmeiner
4
-4
/
+10
2017-06-26
swr: set an explicit clear_rect if scissor is not enabled.
Bruce Cherniak
1
-1
/
+9
2017-06-26
swr/rast: adjust std::string usage to fix build
Tim Rowley
1
-3
/
+9
2017-06-26
radeonsi: support indirect indexing in INTERP_* opcodes
Nicolai Hähnle
1
-20
/
+58
2017-06-26
r600g: fix crash when file in R600_TRACE doesn't exist
Constantine Charlamov
1
-4
/
+5
2017-06-26
r600g: take into account offset to system inputs at tgsi_interp_egcm()
Constantine Charlamov
2
-6
/
+7
2017-06-26
r600g: get rid of trailing whitespace
Constantine Charlamov
1
-22
/
+22
2017-06-26
r600/asm: add support for other GDS operations.
Dave Airlie
3
-4
/
+26
2017-06-26
r600: don't merge GDS into VTX
Dave Airlie
1
-2
/
+3
2017-06-26
r600: for memory instructions dump index gpr for read indirects also.
Dave Airlie
1
-1
/
+2
2017-06-26
r600: add support for vertex fetches via texture cache
Dave Airlie
2
-2
/
+20
2017-06-26
r600: route indirect address register correctly for vtx fetches.
Dave Airlie
1
-1
/
+1
2017-06-26
gallium/hud: add glthread counters
Marek Olšák
3
-0
/
+91
2017-06-26
gallium/hud: add API-thread-busy for monitoring the thread load
Marek Olšák
3
-4
/
+22
2017-06-26
gallium/hud: add hud_pane::hud pointer
Marek Olšák
2
-3
/
+6
2017-06-26
mesa/glthread: add glthread "perf" counters and pass them to gallium HUD
Marek Olšák
5
-2
/
+23
2017-06-26
gallium/hud: move struct hud_context to hud_private.h
Marek Olšák
2
-46
/
+48
2017-06-26
gallium/hud: rename API-thread-busy to main-thread-busy
Marek Olšák
3
-5
/
+5
2017-06-26
util: move pipe_thread_is_self from gallium to src/util
Marek Olšák
2
-12
/
+1
2017-06-25
nv50/ir: Properly fold constants in SPLIT operation
Pierre Moreau
1
-3
/
+4
2017-06-24
radeonsi/gfx9: don't overallocate shader binaries
Marek Olšák
1
-6
/
+0
2017-06-24
st/dri2: implement image offset query
Lucas Stach
1
-0
/
+6
2017-06-24
llvmpipe: initialize default fb correctly in setup
Roland Scheidegger
1
-0
/
+4
2017-06-23
radeonsi: unreference vertex buffers when destroying the context
Marek Olšák
1
-0
/
+2
2017-06-23
radeonsi: implement the workaround for Rocket League - postponed TGSI kill
Marek Olšák
5
-0
/
+37
2017-06-23
gallium/radeon: pass create_screen flags to r600_common_screen_init
Marek Olšák
16
-26
/
+34
2017-06-23
st/dri: add a drirc workaround for Rocket League
Marek Olšák
2
-0
/
+11
2017-06-23
st/dri: get drirc options before creating pipe_screen
Marek Olšák
4
-20
/
+38
2017-06-23
gallium: allow passing 'unsigned flags' to create_screen()
Marek Olšák
25
-64
/
+65
2017-06-23
llvmpipe:fix using 32bit rasterization mistakenly, causing overflows
Roland Scheidegger
4
-31
/
+43
2017-06-23
llvmpipe: fill in debug vertex info for tri rasterization
Roland Scheidegger
1
-1
/
+1
2017-06-23
Revert "radeonsi: don't emit partial flushes at the end of IBs (v2)"
Marek Olšák
1
-9
/
+5
2017-06-22
svga: minor whitespace fixes in svga_pipe_vertex.c
Brian Paul
1
-6
/
+10
2017-06-22
svga: check return value from svga_set_shader( SVGA3D_SHADERTYPE_GS, NULL)
Brian Paul
1
-0
/
+2
2017-06-22
svga: fix pre-mature flushing of the command buffer
Charmaine Lee
5
-5
/
+24
2017-06-22
swr: invalidate attachment on transition change
George Kyriazis
3
-0
/
+28
2017-06-22
radeonsi/gfx9: enable DCC fast clear
Marek Olšák
1
-4
/
+0
2017-06-22
radeonsi/gfx9: don't ever flush the TC metadata cache
Marek Olšák
1
-10
/
+3
2017-06-22
radeonsi/gfx9: use TC L2 for fast color clear with CP DMA
Marek Olšák
1
-2
/
+5
2017-06-22
radeonsi: fix DCC fast clear for luminance and alpha formats
Marek Olšák
1
-1
/
+10
2017-06-22
radeonsi: don't emit partial flushes at the end of IBs (v2)
Marek Olšák
1
-5
/
+9
[prev]
[next]