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
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: enable optimal raster config setting for fiji (v2)
Alex Deucher
2015-11-18
1
-3
/
+9
*
nouveau: don't expose HEVC decoding support
Ilia Mirkin
2015-11-18
1
-0
/
+1
*
radeonsi: initialize SX_PS_DOWNCONVERT to 0 on Stoney
Marek Olšák
2015-11-18
1
-0
/
+3
*
r600: initialised PGM_RESOURCES_2 for ES/GS
Dave Airlie
2015-11-18
2
-0
/
+6
*
vc4: Return NULL when we can't make our shadow for a sampler view.
Eric Anholt
2015-11-18
1
-0
/
+4
*
vc4: Return GL_OUT_OF_MEMORY when buffer allocation fails.
Eric Anholt
2015-11-18
2
-19
/
+32
*
radeon/uvd: fix VC-1 simple/main profile decode v2
Boyuan Zhang
2015-11-18
2
-2
/
+7
*
radeonsi: add register definitions for Stoney
Marek Olšák
2015-11-11
1
-0
/
+322
*
nvc0: fix crash when nv50_miptree_from_handle fails
Julien Isorce
2015-11-07
1
-1
/
+2
*
nouveau: relax fence emit space assert
Ilia Mirkin
2015-11-07
3
-3
/
+3
*
vc4: When the create ioctl fails, free our cache and try again.
Eric Anholt
2015-11-07
1
-5
/
+24
*
r600g: Fix special negative immediate constants when using ABS modifier.
Ivan Kalvachev
2015-11-05
3
-6
/
+6
*
radeonsi: add support for Stoney asics (v3)
Samuel Li
2015-11-05
3
-0
/
+8
*
nvc0: respect edgeflag attribute width
Ilia Mirkin
2015-11-05
1
-7
/
+33
*
radeon/uvd: don't expose HEVC on old UVD hw (v3)
Alex Deucher
2015-11-05
1
-32
/
+18
*
gallium: add PIPE_SHADER_CAP_MAX_UNROLL_ITERATIONS_HINT
Marek Olšák
2015-10-21
11
-0
/
+32
*
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
*
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
*
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
*
radeon/llvm: Initialize gallivm targets when initializing the AMDGPU target v2
Tom Stellard
2015-10-07
1
-0
/
+2
*
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
*
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
[next]