index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: implement the backend of threaded GL dispatch
Marek Olšák
2017-03-16
4
-0
/
+56
*
gallivm: (trivial) remove duplicated line
Roland Scheidegger
2017-03-16
1
-1
/
+0
*
draw: (trivial) remove a unnecessary lp_build_alloca()
Roland Scheidegger
2017-03-16
1
-2
/
+0
*
swr: support layer output in geometry shaders
Ilia Mirkin
2017-03-15
1
-0
/
+2
*
gallium/tgsi: Treat UCMP sources as floats to match the GLSL-to-TGSI pass exp...
Francisco Jerez
2017-03-15
2
-16
/
+46
*
swr: validate backend state numAttributes
Tim Rowley
2017-03-15
1
-0
/
+2
*
radeonsi: implement TGSI opcodes TEX_LZ and TXF_LZ
Marek Olšák
2017-03-15
2
-6
/
+16
*
gallium: add TGSI opcodes TEX_LZ and TXF_LZ
Marek Olšák
2017-03-15
4
-5
/
+39
*
gallium: add PIPE_CAP_TGSI_TEX_TXF_LZ
Marek Olšák
2017-03-15
17
-0
/
+18
*
radeonsi: disable sinking common instructions down to the end block
Samuel Pitoiset
2017-03-15
1
-0
/
+11
*
tgsi: add missing compute shader entry in tgsi_get_processor_name()
Samuel Pitoiset
2017-03-15
1
-0
/
+2
*
radeonsi: clean up tex_fetch_ptrs()
Samuel Pitoiset
2017-03-15
1
-6
/
+4
*
winsys/amdgpu: use drmGetDevice2 API
Emil Velikov
2017-03-15
1
-2
/
+2
*
r600: refactor binding code for attach buffer to CB.
Dave Airlie
2017-03-15
1
-33
/
+78
*
r600: refactor out CB setup.
Dave Airlie
2017-03-15
1
-104
/
+143
*
r600: refactor texture resource words setup code.
Dave Airlie
2017-03-15
1
-88
/
+131
*
r600: factor out the code to initialise a buffer resource.
Dave Airlie
2017-03-15
1
-29
/
+51
*
r600g: make framebuffer atom rely on dual src blend state.
Dave Airlie
2017-03-15
4
-2
/
+7
*
nir: Rework conversion opcodes
Jason Ekstrand
2017-03-14
5
-22
/
+22
*
gallium/radeon: disable the shader cache if dumping shaders
Marek Olšák
2017-03-13
1
-0
/
+5
*
radeonsi: mark all bound shader buffer ranges as initialized
Marek Olšák
2017-03-13
1
-0
/
+3
*
gallium/hud: check NULL return from u_upload_alloc
Julien Isorce
2017-03-13
1
-0
/
+5
*
winsys/radeon: check null return from radeon_cs_create_fence in cs_flush
Julien Isorce
2017-03-13
1
-11
/
+13
*
winsys/radeon: check null in radeon_cs_create_fence
Julien Isorce
2017-03-13
1
-0
/
+3
*
freedreno/ir3: fragz cannot be half precision
Rob Clark
2017-03-13
1
-0
/
+6
*
freedreno/ir3: optimize less in glsl
Rob Clark
2017-03-13
1
-1
/
+1
*
svga: handle P016 format as well
Christian König
2017-03-13
1
-0
/
+1
*
st/va: add config support for 10bit decoding v2
Christian König
2017-03-13
2
-4
/
+21
*
st/va: add support for allocating 10bpp surfaces
Christian König
2017-03-13
1
-9
/
+15
*
st/va: add support for P010 and P016 formats v3
Christian König
2017-03-13
4
-3
/
+22
*
st/va: clear the video surface on allocation
Christian König
2017-03-13
1
-4
/
+35
*
st/va: cleanup error handling in vlVaCreateSurfaces2
Christian König
2017-03-13
1
-25
/
+27
*
radeon/uvd: enable 10bit HEVC decode v2
Christian König
2017-03-13
2
-8
/
+20
*
radeon/UVD: fix the decoding target pitch calculation
Christian König
2017-03-13
1
-1
/
+1
*
vl/video_buffer: add support for P016
Christian König
2017-03-13
1
-0
/
+10
*
gallium: add P016 format
Christian König
2017-03-13
4
-0
/
+42
*
gallium/util: replace pipe_thread_setname() with u_thread_setname()
Timothy Arceri
2017-03-12
3
-15
/
+3
*
gallium/util: replace pipe_thread_get_time_nano() with u_thread_get_time_nano()
Timothy Arceri
2017-03-12
1
-17
/
+1
*
gallium/util: replace pipe_thread_create() with u_thread_create()
Timothy Arceri
2017-03-12
7
-33
/
+7
*
gallium/util: move u_queue.{c,h} to src/util
Timothy Arceri
2017-03-12
3
-442
/
+0
*
gallium/util: make use of new u_thread.h in u_queue.{c,h}
Timothy Arceri
2017-03-12
2
-4
/
+6
*
gallium/util: use standard malloc/calloc/free in u_queue.c
Timothy Arceri
2017-03-12
1
-10
/
+10
*
gallium/util: move u_string.h to src/util/u_string.h
Timothy Arceri
2017-03-12
4
-207
/
+2
*
gallium/util: remove unused header from u_string.h
Timothy Arceri
2017-03-12
1
-1
/
+0
*
gallium/util: remove unused util_strbuf*
Timothy Arceri
2017-03-12
1
-37
/
+0
*
gallium/util: remove unused util_memmove()
Timothy Arceri
2017-03-12
1
-20
/
+0
*
st/xa: suffix xa-indent{,.sh} and add a shebang line
Emil Velikov
2017-03-10
2
-2
/
+2
*
gallium/tools: use correct shebang for python scripts
Emil Velikov
2017-03-10
6
-6
/
+6
*
gallium/tools: do not hardcode bash location
Emil Velikov
2017-03-10
2
-2
/
+2
*
gallium/tests: remove execute bit from TGSI shader - vert-uadd.sh
Emil Velikov
2017-03-10
1
-0
/
+0
[next]