index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: add PIPE_SHADER_CAP_MAX_UNROLL_ITERATIONS_HINT
Marek Olšák
2015-10-21
15
-1
/
+42
*
st/omx/dec/h264: fix field picture type 0 poc disorder
Leo Liu
2015-10-21
1
-4
/
+8
*
st/va: Used correct parameter to derive the value of the "h" variable in vlVa...
Indrajit Das
2015-10-21
1
-1
/
+1
*
radeonsi: fix a GS copy shader leak
Marek Olšák
2015-10-21
1
-1
/
+3
*
freedreno/a3xx: cache-flush is needed after MEM_WRITE
Rob Clark
2015-10-21
3
-5
/
+14
*
nv30: include the header of ffs prototype
Chih-Wei Huang
2015-10-21
1
-0
/
+1
*
nv50/ir: use C++11 standard std::unordered_map if possible
Chih-Wei Huang
2015-10-21
1
-3
/
+17
*
u_vbuf: fix vb slot assignment for translated buffers
Nicolai Hähnle
2015-10-21
1
-0
/
+1
*
nouveau: make sure there's always room to emit a fence
Ilia Mirkin
2015-10-21
8
-41
/
+32
*
Revert "nouveau: make sure there's always room to emit a fence"
Emil Velikov
2015-10-10
4
-8
/
+2
*
st/dri: Use packed RGB formats
Michel Dänzer
2015-10-07
2
-17
/
+17
*
nouveau: make sure there's always room to emit a fence
Ilia Mirkin
2015-10-07
4
-2
/
+8
*
nv30: always go through translate module on big-endian
Ilia Mirkin
2015-10-07
1
-0
/
+4
*
nv30: pretend to have packed texture/surface formats
Ilia Mirkin
2015-10-07
1
-12
/
+12
*
st/dri: don't use _ctx in client_wait_sync
Marek Olšák
2015-10-07
1
-2
/
+5
*
radeon/llvm: Initialize gallivm targets when initializing the AMDGPU target v2
Tom Stellard
2015-10-07
1
-0
/
+2
*
gallivm: Allow drivers and state trackers to initialize gallivm LLVM targets v2
Tom Stellard
2015-10-07
3
-8
/
+34
*
gallium/radeon: Use call_once() when initailizing LLVM targets
Tom Stellard
2015-10-07
1
-13
/
+12
*
nouveau: wait to unref the transfer's bo until it's no longer used
Ilia Mirkin
2015-10-07
1
-2
/
+3
*
nouveau: delay deleting buffer with unflushed fence
Ilia Mirkin
2015-10-07
2
-2
/
+10
*
nouveau: be more careful about freeing temporary transfer buffers
Ilia Mirkin
2015-10-07
5
-4
/
+30
*
radeonsi: add scratch buffer to the buffer list when it's re-allocated
Marek Olšák
2015-10-07
1
-0
/
+1
*
radeon/vce: fix vui time_scale zero error
Leo Liu
2015-10-07
1
-0
/
+3
*
gallium/u_blitter: handle allocation failures
Marek Olšák
2015-10-07
1
-0
/
+6
*
radeonsi: handle dummy constant buffer allocation failure
Marek Olšák
2015-10-07
1
-0
/
+2
*
radeonsi: don't forget to update scratch relocations for LS, HS, ES shaders
Marek Olšák
2015-10-07
1
-2
/
+6
*
radeonsi: skip drawing if updating the scratch buffer fails
Marek Olšák
2015-10-07
1
-14
/
+49
*
radeonsi: skip drawing if PS fails to compile or upload
Marek Olšák
2015-10-07
1
-12
/
+3
*
radeonsi: skip drawing if VS, TCS, TES, GS fail to compile or upload
Marek Olšák
2015-10-07
1
-7
/
+23
*
radeonsi: handle fixed-func TCS shader create failure
Marek Olšák
2015-10-07
1
-2
/
+5
*
radeonsi: handle shader precompile failures
Marek Olšák
2015-10-07
1
-1
/
+6
*
radeonsi: skip drawing if GS ring allocations fail
Marek Olšák
2015-10-07
1
-1
/
+16
*
radeonsi: skip drawing if the tess factor ring allocation fails
Marek Olšák
2015-10-07
3
-5
/
+18
*
radeonsi: add malloc fail paths to si_create_shader_state
Marek Olšák
2015-10-07
1
-0
/
+8
*
radeonsi: report alloc failure from si_shader_binary_read
Marek Olšák
2015-10-07
1
-1
/
+4
*
gallium/radeon: add a fail path for depth MSAA texture readback
Marek Olšák
2015-10-07
1
-0
/
+5
*
gallium/radeon: handle buffer alloc failures in r600_draw_rectangle
Marek Olšák
2015-10-07
1
-0
/
+3
*
gallium/radeon: handle buffer_map staging buffer failures better
Marek Olšák
2015-10-07
1
-4
/
+3
*
radeonsi: handle constant buffer alloc failures
Marek Olšák
2015-10-07
1
-1
/
+7
*
radeonsi: handle index buffer alloc failures
Marek Olšák
2015-10-07
1
-0
/
+6
*
radeonsi: load fmask ptr relative to the resources array
Ilia Mirkin
2015-09-23
1
-1
/
+1
*
nv50,nvc0: flush texture cache in presence of coherent bufs
Ilia Mirkin
2015-09-23
2
-0
/
+39
*
nv50,nvc0: detect underlying resource changes and update tic
Ilia Mirkin
2015-09-23
2
-0
/
+43
*
freedreno/a3xx: fix blending of L8 format
Ilia Mirkin
2015-09-23
1
-0
/
+2
*
nv50, nvc0: fix max texture buffer size to 128M elements
Ilia Mirkin
2015-09-23
2
-2
/
+2
*
r600g: use pipe_resource::width0 instead pb_buffer::size
Marek Olšák
2015-09-11
2
-6
/
+6
*
radeonsi: enable VGPR spilling on VI
Marek Olšák
2015-09-11
1
-3
/
+1
*
winsys/amdgpu: calculate the maximum number of compute units
Marek Olšák
2015-09-11
1
-2
/
+13
*
clover: Avoid using typename to allow compilation of clover by clang
Albert Freeman
2015-09-11
1
-1
/
+1
*
nv50/ir: don't fold immediate into mad if registers are too high
Ilia Mirkin
2015-09-11
1
-0
/
+4
[next]