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 a pipe_context parameter to fence_finish
Marek Olšák
2016-08-10
37
-43
/
+70
*
gallium/radeon: add HUD queries for mapped VRAM/GTT
Marek Olšák
2016-08-10
2
-0
/
+12
*
winsys/radeon: track the amount of mapped memory
Marek Olšák
2016-08-10
3
-1
/
+18
*
winsys/amdgpu: track the amount of mapped memory
Marek Olšák
2016-08-10
5
-1
/
+26
*
winsys/amdgpu: don't try to unmap userptr buffers
Marek Olšák
2016-08-10
1
-0
/
+3
*
gallium/radeon: increase the size of the renderer string
Marek Olšák
2016-08-10
1
-1
/
+1
*
gallium/radeon: implement ARB_clear_texture (v3)
Marek Olšák
2016-08-10
3
-2
/
+69
*
gallium/radeon: handle render_condition_enable for clear_rt/ds
Marek Olšák
2016-08-10
3
-6
/
+12
*
gallium: add render_condition_enable param to clear_render_target/depth_stencil
Marek Olšák
2016-08-10
26
-61
/
+109
*
gallium: Add c99_compat.h to u_bitcast.h
Mathias Fröhlich
2016-08-09
1
-0
/
+2
*
util: Move _mesa_fsl/util_last_bit into util/bitscan.h
Mathias Fröhlich
2016-08-09
1
-64
/
+0
*
radeonsi: enable multi-draw related pipe caps
Nicolai Hähnle
2016-08-09
1
-3
/
+5
*
radeonsi: program additional multi draw parameters
Nicolai Hähnle
2016-08-09
1
-5
/
+25
*
radeonsi: program the DRAWID SGPR
Nicolai Hähnle
2016-08-09
2
-4
/
+7
*
radeonsi: add DRAWID parameter to vertex shaders
Nicolai Hähnle
2016-08-09
2
-2
/
+10
*
radeonsi: wire up TGSI_SEMANTIC_BASEINSTANCE
Nicolai Hähnle
2016-08-09
1
-0
/
+5
*
radeonsi: remove an incorrect assertion
Nicolai Hähnle
2016-08-09
1
-2
/
+0
*
radeonsi: flush TC L2 cache for indirect draw data
Nicolai Hähnle
2016-08-09
2
-4
/
+9
*
radeonsi/sid: add additional bits for the DRAW_(INDEX)_INDIRECT_MULTI packets
Nicolai Hähnle
2016-08-09
1
-0
/
+3
*
ddebug: dump driver states and shaders for apitrace calls
Marek Olšák
2016-08-09
1
-1
/
+4
*
radeonsi: add has_draw_indirect_multi flag
Nicolai Hähnle
2016-08-08
3
-1
/
+14
*
radeonsi: transpose indirect/index draw dispatch
Nicolai Hähnle
2016-08-08
1
-45
/
+31
*
radeonsi: move index buffer calculations in si_emit_draw_packets up
Nicolai Hähnle
2016-08-08
1
-9
/
+12
*
radeonsi: unify emitting PKT3_SET_BASE for indirect draws
Nicolai Hähnle
2016-08-08
1
-16
/
+9
*
winsys/amdgpu: query ME/PFP/CE firmware versions
Nicolai Hähnle
2016-08-08
3
-0
/
+28
*
radeonsi: move spi_ps_input_addr override outside of the loop
Nicolai Hähnle
2016-08-08
1
-3
/
+3
*
radeonsi: drop unnecessary u_pstipple.h include
Nicolai Hähnle
2016-08-08
1
-1
/
+0
*
radeonsi: do not pass the return type to buffer_load_const
Nicolai Hähnle
2016-08-08
1
-18
/
+18
*
Revert "gallium/radeon: count contexts"
Marek Olšák
2016-08-06
2
-4
/
+0
*
radeonsi: add GLSL lit tests
Marek Olšák
2016-08-06
19
-0
/
+490
*
radeonsi: add a standalone compiler amdgcn_glslc
Marek Olšák
2016-08-06
3
-0
/
+323
*
radeonsi: add environment variable SI_FORCE_FAMILY
Marek Olšák
2016-08-06
1
-0
/
+32
*
winsys/radeon: implement cs_get_next_fence
Marek Olšák
2016-08-06
2
-2
/
+29
*
winsys/amdgpu: implement cs_get_next_fence
Marek Olšák
2016-08-06
2
-4
/
+35
*
gallium/radeon: add cs_get_next_fence winsys callback
Marek Olšák
2016-08-06
1
-0
/
+7
*
gallium/radeon: count contexts
Marek Olšák
2016-08-06
2
-0
/
+4
*
gallium/radeon: count gfx IB flushes
Marek Olšák
2016-08-06
3
-1
/
+3
*
gallium/radeon: move radeon_winsys::cs_memory_below_limit to drivers
Marek Olšák
2016-08-06
7
-52
/
+32
*
gallium/radeon: inline radeon_winsys::query_memory_usage
Marek Olšák
2016-08-06
4
-15
/
+1
*
gallium/radeon/winsyses: expose per-IB used_vram and used_gart to drivers
Marek Olšák
2016-08-06
5
-25
/
+24
*
gallium/radeon/winsyses: print CS submission error number
Marek Olšák
2016-08-06
2
-2
/
+2
*
radeonsi: flush if constant, shader, and streamout buffers use too much memory
Marek Olšák
2016-08-06
1
-15
/
+18
*
radeonsi: flush if sampler views and images use too much memory
Marek Olšák
2016-08-06
2
-19
/
+63
*
radeonsi: deal with high vertex buffer memory usage correctly
Marek Olšák
2016-08-06
3
-3
/
+10
*
radeonsi: take compute shader and dispatch indirect memory usage into account
Marek Olšák
2016-08-06
1
-0
/
+6
*
radeonsi: take scratch buffer and draw indirect memory usage into account
Marek Olšák
2016-08-06
1
-0
/
+6
*
radeonsi: check IB memory usage of CP DMA operations
Marek Olšák
2016-08-06
1
-0
/
+5
*
gallium/radeon: add r600_resource::vram_usage and gart_usage
Marek Olšák
2016-08-06
3
-12
/
+19
*
util: Move format_r11g11b10f.h to src/util
Jason Ekstrand
2016-08-05
3
-234
/
+1
*
util: Move format_rgb9e5.h to src/util
Jason Ekstrand
2016-08-05
4
-164
/
+2
[next]