index
:
~jwrdegoede/mesa
clover-tgsi-wip
master
Hans' mesa repository
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-17
gallium/radeon: formalize that create_batch_query doesn't need pipe_context
Marek Olšák
3
-13
/
+12
2017-03-17
gallium/radeon: formalize that create_query doesn't need pipe_context
Marek Olšák
3
-32
/
+32
2017-03-17
gallium/radeon: reference pipe_resource in pipe_transfer
Marek Olšák
2
-2
/
+5
2017-03-17
radeonsi: compile all TGSI compute shaders asynchronously
Marek Olšák
1
-44
/
+81
2017-03-17
radeonsi: require that compiler threads are enabled
Marek Olšák
2
-11
/
+13
2017-03-17
trace: remove leftover assertions after pipe_resource wrapping removal
Marek Olšák
1
-6
/
+0
2017-03-17
gallium/u_upload: make the first persistent mapping unsynchronized
Marek Olšák
1
-0
/
+1
2017-03-16
gallium: implement the backend of threaded GL dispatch
Marek Olšák
4
-0
/
+56
2017-03-16
gallivm: (trivial) remove duplicated line
Roland Scheidegger
1
-1
/
+0
2017-03-16
draw: (trivial) remove a unnecessary lp_build_alloca()
Roland Scheidegger
1
-2
/
+0
2017-03-15
swr: support layer output in geometry shaders
Ilia Mirkin
1
-0
/
+2
2017-03-15
gallium/tgsi: Treat UCMP sources as floats to match the GLSL-to-TGSI pass exp...
Francisco Jerez
2
-16
/
+46
2017-03-15
swr: validate backend state numAttributes
Tim Rowley
1
-0
/
+2
2017-03-15
radeonsi: implement TGSI opcodes TEX_LZ and TXF_LZ
Marek Olšák
2
-6
/
+16
2017-03-15
gallium: add TGSI opcodes TEX_LZ and TXF_LZ
Marek Olšák
4
-5
/
+39
2017-03-15
gallium: add PIPE_CAP_TGSI_TEX_TXF_LZ
Marek Olšák
17
-0
/
+18
2017-03-15
radeonsi: disable sinking common instructions down to the end block
Samuel Pitoiset
1
-0
/
+11
2017-03-15
tgsi: add missing compute shader entry in tgsi_get_processor_name()
Samuel Pitoiset
1
-0
/
+2
2017-03-15
radeonsi: clean up tex_fetch_ptrs()
Samuel Pitoiset
1
-6
/
+4
2017-03-15
winsys/amdgpu: use drmGetDevice2 API
Emil Velikov
1
-2
/
+2
2017-03-15
r600: refactor binding code for attach buffer to CB.
Dave Airlie
1
-33
/
+78
2017-03-15
r600: refactor out CB setup.
Dave Airlie
1
-104
/
+143
2017-03-15
r600: refactor texture resource words setup code.
Dave Airlie
1
-88
/
+131
2017-03-15
r600: factor out the code to initialise a buffer resource.
Dave Airlie
1
-29
/
+51
2017-03-15
r600g: make framebuffer atom rely on dual src blend state.
Dave Airlie
4
-2
/
+7
2017-03-14
nir: Rework conversion opcodes
Jason Ekstrand
5
-22
/
+22
2017-03-13
gallium/radeon: disable the shader cache if dumping shaders
Marek Olšák
1
-0
/
+5
2017-03-13
radeonsi: mark all bound shader buffer ranges as initialized
Marek Olšák
1
-0
/
+3
2017-03-13
gallium/hud: check NULL return from u_upload_alloc
Julien Isorce
1
-0
/
+5
2017-03-13
winsys/radeon: check null return from radeon_cs_create_fence in cs_flush
Julien Isorce
1
-11
/
+13
2017-03-13
winsys/radeon: check null in radeon_cs_create_fence
Julien Isorce
1
-0
/
+3
2017-03-13
freedreno/ir3: fragz cannot be half precision
Rob Clark
1
-0
/
+6
2017-03-13
freedreno/ir3: optimize less in glsl
Rob Clark
1
-1
/
+1
2017-03-13
svga: handle P016 format as well
Christian König
1
-0
/
+1
2017-03-13
st/va: add config support for 10bit decoding v2
Christian König
2
-4
/
+21
2017-03-13
st/va: add support for allocating 10bpp surfaces
Christian König
1
-9
/
+15
2017-03-13
st/va: add support for P010 and P016 formats v3
Christian König
4
-3
/
+22
2017-03-13
st/va: clear the video surface on allocation
Christian König
1
-4
/
+35
2017-03-13
st/va: cleanup error handling in vlVaCreateSurfaces2
Christian König
1
-25
/
+27
2017-03-13
radeon/uvd: enable 10bit HEVC decode v2
Christian König
2
-8
/
+20
2017-03-13
radeon/UVD: fix the decoding target pitch calculation
Christian König
1
-1
/
+1
2017-03-13
vl/video_buffer: add support for P016
Christian König
1
-0
/
+10
2017-03-13
gallium: add P016 format
Christian König
4
-0
/
+42
2017-03-12
gallium/util: replace pipe_thread_setname() with u_thread_setname()
Timothy Arceri
3
-15
/
+3
2017-03-12
gallium/util: replace pipe_thread_get_time_nano() with u_thread_get_time_nano()
Timothy Arceri
1
-17
/
+1
2017-03-12
gallium/util: replace pipe_thread_create() with u_thread_create()
Timothy Arceri
7
-33
/
+7
2017-03-12
gallium/util: move u_queue.{c,h} to src/util
Timothy Arceri
3
-442
/
+0
2017-03-12
gallium/util: make use of new u_thread.h in u_queue.{c,h}
Timothy Arceri
2
-4
/
+6
2017-03-12
gallium/util: use standard malloc/calloc/free in u_queue.c
Timothy Arceri
1
-10
/
+10
2017-03-12
gallium/util: move u_string.h to src/util/u_string.h
Timothy Arceri
4
-207
/
+2
[next]