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
*
svga: fix src/dst typo in can_blit_via_copy_region_vgpu10()
Brian Paul
2016-08-17
1
-1
/
+1
*
svga: initialize a variable to silence a gcc warning
Brian Paul
2016-08-17
1
-1
/
+1
*
radeonsi: fix up buffer descriptor upper-bound checking
Marek Olšák
2016-08-17
1
-1
/
+1
*
gallium: change pipe_image_view::first_element/last_element -> offset/size
Marek Olšák
2016-08-17
7
-40
/
+22
*
gallium: change pipe_sampler_view::first_element/last_element -> offset/size
Marek Olšák
2016-08-17
22
-71
/
+74
*
gallium/radeon: assign the highest priority to scratch; make rings second
Marek Olšák
2016-08-17
2
-4
/
+6
*
gallium/winsys: re-number winsys priority flags
Marek Olšák
2016-08-17
1
-16
/
+13
*
gallium/radeon: mark shader rings as highest-priority buffers
Marek Olšák
2016-08-17
5
-7
/
+7
*
gallium/radeon: set SHADER_RW_BUFFER priority for streamout buffers
Marek Olšák
2016-08-17
2
-4
/
+6
*
radeonsi: use current context for DCC feedback-loop decompress, fixes Elemental
Marek Olšák
2016-08-17
4
-16
/
+38
*
radeonsi: simplify CB_TARGET_MASK logic
Marek Olšák
2016-08-17
1
-14
/
+7
*
radeonsi: don't set CB_COLOR1_INFO for dual src blending
Marek Olšák
2016-08-17
1
-7
/
+0
*
radeonsi: eliminate PS OUT[1] if dual src blending is off and CB1 is not bound
Marek Olšák
2016-08-17
2
-11
/
+7
*
gallium/radeon: use unflushed fences for PIPE_QUERY_GPU_FINISHED
Marek Olšák
2016-08-17
1
-2
/
+2
*
gallium/radeon: use lp_build_alloca_undef
Nicolai Hähnle
2016-08-17
1
-13
/
+4
*
gallivm: add lp_build_alloca_undef
Nicolai Hähnle
2016-08-17
2
-0
/
+24
*
gallivm: add create_builder_at_entry helper function
Nicolai Hähnle
2016-08-17
1
-23
/
+22
*
gallium/radeon: protect against out of bounds temporary array accesses
Nicolai Hähnle
2016-08-17
1
-0
/
+15
*
gallium/radeon: add radeon_llvm_bound_index for bounds checking
Nicolai Hähnle
2016-08-17
3
-18
/
+34
*
gallium/radeon: reduce alloca of temporaries based on usagemask
Nicolai Hähnle
2016-08-17
2
-10
/
+54
*
gallium/radeon: use tgsi_scan_arrays for temp arrays
Nicolai Hähnle
2016-08-17
3
-5
/
+10
*
gallium/radeon: allocate temps array info in radeon_llvm_context_init
Nicolai Hähnle
2016-08-17
3
-36
/
+47
*
gallium/radeon: always do the full store in store_value_to_array
Nicolai Hähnle
2016-08-17
1
-49
/
+28
*
gallium/radeon: extract common getelementptr logic into get_pointer_into_array
Nicolai Hähnle
2016-08-17
1
-39
/
+66
*
gallium/radeon: pass indirect register info into get_alloca_for_array
Nicolai Hähnle
2016-08-17
1
-5
/
+6
*
gallium/radeon: extract common lookup code into get_temp_array function
Nicolai Hähnle
2016-08-17
1
-33
/
+40
*
gallium/radeon: clarify the comment on the array alloca heuristic
Nicolai Hähnle
2016-08-17
1
-10
/
+19
*
gallium/radeon: more descriptive names for LLVM temporaries in debug builds
Nicolai Hähnle
2016-08-17
1
-2
/
+12
*
gallium/radeon: simplify radeon_llvm_emit_store for direct array addressing
Nicolai Hähnle
2016-08-17
1
-7
/
+0
*
gallium/radeon: simplify radeon_llvm_emit_fetch for direct array addressing
Nicolai Hähnle
2016-08-17
1
-5
/
+0
*
gallium/radeon: clean up emit_declaration for temporaries
Nicolai Hähnle
2016-08-17
1
-9
/
+18
*
tgsi/scan: add tgsi_scan_arrays
Nicolai Hähnle
2016-08-17
2
-0
/
+93
*
nv50/ir: fix bb positions after exit instructions
Ilia Mirkin
2016-08-16
1
-3
/
+10
*
nv50/ir: properly clear upper bits of a bitset fill
Ilia Mirkin
2016-08-16
1
-2
/
+2
*
freedreno/a3xx: fix generic clear path
Rob Clark
2016-08-16
1
-0
/
+1
*
gallium: remove unused u_clear.h file
Brian Paul
2016-08-16
2
-65
/
+0
*
gallium/i915: inline the util_clear() code into i915_clear_blitter()
Brian Paul
2016-08-16
1
-3
/
+21
*
gallium/util: minor reformatting in u_box.h
Brian Paul
2016-08-16
1
-29
/
+13
*
svga: remove unused var in svga_mark_surfaces_dirty()
Brian Paul
2016-08-16
1
-1
/
+0
*
svga: avoid a calloc in svga_buffer_transfer_map()
Brian Paul
2016-08-16
1
-1
/
+3
*
svga: don't call os_get_time() when not needed by Gallium HUD
Brian Paul
2016-08-16
5
-11
/
+26
*
svga: remove unneeded memset() call in draw_vgpu10()
Brian Paul
2016-08-16
1
-2
/
+1
*
svga: reduce looping in svga_mark_surfaces_dirty()
Brian Paul
2016-08-16
1
-1
/
+1
*
svga: minor clean-ups in define_rasterizer_object()
Brian Paul
2016-08-16
1
-5
/
+6
*
svga: remove incorrect buffer invalidation code
Brian Paul
2016-08-16
1
-5
/
+0
*
svga: additional comments for svga_hw_draw_state members
Brian Paul
2016-08-16
1
-4
/
+11
*
svga: use the sws local var to simplify some code
Brian Paul
2016-08-16
1
-3
/
+2
*
svga: minor whitespace and code clean-ups
Brian Paul
2016-08-16
1
-32
/
+25
*
freedreno/a4xx: use generic clear path
Rob Clark
2016-08-16
2
-215
/
+4
*
freedreno/a3xx: use generic clear path
Rob Clark
2016-08-16
2
-200
/
+4
[next]