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
Commit message (
Expand
)
Author
Age
Files
Lines
*
anv/allocator: Only write to _vg_ptr if we have valgrind
Jason Ekstrand
2017-05-05
1
-1
/
+1
*
i915: Fix build break with empty unreachable()
Daniel Stone
2017-05-05
1
-4
/
+2
*
radeonsi: apply the tess+GS hang workaround to Polaris12 as well
Marek Olšák
2017-05-05
1
-1
/
+2
*
i965: Set modifier for imported and duplicated images
Daniel Stone
2017-05-05
1
-0
/
+20
*
i965: Use helper function for modifier -> tiling
Daniel Stone
2017-05-05
1
-17
/
+34
*
radeonsi: fix build with GCC 4.8
Samuel Pitoiset
2017-05-05
1
-1
/
+1
*
st/glsl_to_tgsi: fix renumber_registers() in presence of dead code
Samuel Pitoiset
2017-05-05
1
-5
/
+34
*
anv/query: handle more cases of 'out of host memory'
Iago Toral Quiroga
2017-05-05
1
-0
/
+10
*
egl/android: Set EGLSurface.Lost to EGL_TRUE/EGL_FALSE
Nicolas Boichat
2017-05-04
1
-2
/
+2
*
anv/allocator: Improve block pool growing asserts
Jason Ekstrand
2017-05-04
1
-6
/
+5
*
anv: Drop the instruction pool block size
Jason Ekstrand
2017-05-04
1
-2
/
+1
*
anv/allocator: Add support for large stream allocations
Jason Ekstrand
2017-05-04
1
-4
/
+7
*
anv/allocator: Allow state pools to allocate large states
Jason Ekstrand
2017-05-04
1
-0
/
+69
*
anv/allocator: Support pushing multiple blocks onto a free list at once
Jason Ekstrand
2017-05-04
1
-3
/
+16
*
anv/allocator: Add helpers for dealing with bucket sizes
Jason Ekstrand
2017-05-04
1
-10
/
+20
*
anv/allocator: Add the capability to allocate blocks of different sizes
Jason Ekstrand
2017-05-04
2
-15
/
+13
*
anv/allocator: Rework a comment
Jason Ekstrand
2017-05-04
1
-4
/
+5
*
anv/allocator: Tweak the block pool growing algorithm
Jason Ekstrand
2017-05-04
1
-10
/
+18
*
anv/allocator: Embed the block_pool in the state_pool
Jason Ekstrand
2017-05-04
11
-86
/
+66
*
anv/allocator: Get rid of the ability to free blocks
Jason Ekstrand
2017-05-04
2
-34
/
+2
*
anv: Allocate binding table blocks through the state pool
Jason Ekstrand
2017-05-04
2
-27
/
+22
*
anv/allocator: Add support for "back" allocations to state_pool
Jason Ekstrand
2017-05-04
2
-2
/
+33
*
anv/allocator: Drop the block_size field from block_pool
Jason Ekstrand
2017-05-04
9
-50
/
+74
*
anv/allocator: Pull the userptr part of block_pool_grow into a helper
Jason Ekstrand
2017-05-04
1
-91
/
+104
*
anv/allocator: Roll fixed_size_state_pool into state_pool
Jason Ekstrand
2017-05-04
1
-50
/
+35
*
anv/allocator: Remove the state_size field from fixed_size_state_pool
Jason Ekstrand
2017-05-04
2
-12
/
+10
*
anv: Get rid of a bunch of uses of size_t
Jason Ekstrand
2017-05-04
4
-14
/
+14
*
anv/allocator: Convert the state stream to pull from a state pool
Jason Ekstrand
2017-05-04
4
-51
/
+55
*
anv/allocator: Return a null state for zero-size allocations
Jason Ekstrand
2017-05-04
2
-0
/
+11
*
anv/allocator: Add no-valgrind versions of state_pool_alloc/free
Jason Ekstrand
2017-05-04
1
-5
/
+19
*
radv: enable POLARIS12 support.
Dave Airlie
2017-05-05
4
-0
/
+8
*
egl/android: Mark surface as lost when dequeueBuffer fails
Chad Versace
2017-05-04
1
-0
/
+10
*
egl/android: Cancel any outstanding ANativeBuffer in surface destructor
Chad Versace
2017-05-04
1
-4
/
+9
*
egl: Emit error when EGLSurface is lost
Chad Versace
2017-05-04
3
-0
/
+42
*
winsys/amdgpu: fix Polaris12 (RX 550) breakage
Marek Olšák
2017-05-05
1
-0
/
+1
*
anv: Simplify Cherryview line handling.
Kenneth Graunke
2017-05-04
1
-49
/
+16
*
i965: Fix line width on Cherryview.
Kenneth Graunke
2017-05-04
2
-0
/
+8
*
radeonsi/gfx9: allow the scratch buffer in HS and GS
Marek Olšák
2017-05-05
1
-10
/
+0
*
radeonsi: prevent race conditions when doing scratch patching
Marek Olšák
2017-05-05
1
-2
/
+30
*
radeonsi: separate scratch state patching code into its own function
Marek Olšák
2017-05-05
1
-46
/
+55
*
radeonsi/gfx9: also apply scratch relocations to the 1st shader of merged sha...
Marek Olšák
2017-05-05
1
-0
/
+3
*
radeonsi/gfx9: set correct LLVM calling conventions for merged shaders
Marek Olšák
2017-05-05
2
-2
/
+18
*
radeonsi: remove unused parameters from si_shader_apply_scratch_relocs
Marek Olšák
2017-05-05
4
-10
/
+6
*
radeonsi: inline si_llvm_shader_type into si_llvm_create_func
Marek Olšák
2017-05-05
3
-33
/
+22
*
radeonsi: don't use util_memcpy_cpu_to_le32 for shader uploads
Marek Olšák
2017-05-05
1
-7
/
+8
*
radeonsi: make si_compile_llvm static
Marek Olšák
2017-05-05
2
-16
/
+8
*
radeonsi: fold surrounding code into si_llvm_finalize_module
Marek Olšák
2017-05-05
3
-21
/
+12
*
radeonsi: don't call eliminate_const_vs_outputs in shaders without VS exports
Marek Olšák
2017-05-05
1
-4
/
+4
*
radeonsi: drop support for LLVM 3.8
Marek Olšák
2017-05-05
7
-216
/
+79
*
radeonsi: stop using v16i8
Marek Olšák
2017-05-05
4
-13
/
+9
[next]