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
Commit message (
Expand
)
Author
Age
Files
Lines
*
nv50/ir: add preliminary support for SHLADD
Samuel Pitoiset
2016-09-29
5
-7
/
+17
*
nvc0: update GM107 sched control codes format
Samuel Pitoiset
2016-09-29
2
-23
/
+23
*
gallium/radeon: use smaller buffers for query results
Nicolai Hähnle
2016-09-29
1
-1
/
+1
*
gallium/radeon/winsyses: add radeon_winsys::min_alloc_size
Nicolai Hähnle
2016-09-29
3
-0
/
+7
*
radeonsi: enable ARB_query_buffer_object (v2)
Nicolai Hähnle
2016-09-29
1
-7
/
+14
*
gallium/radeon: implement get_query_result_resource (v2)
Nicolai Hähnle
2016-09-29
4
-1
/
+402
*
gallium/radeon: zero all query buffers
Nicolai Hähnle
2016-09-29
2
-17
/
+11
*
gallium/radeon: cleanup getting PIPE_QUERY_TIMESTAMP result
Nicolai Hähnle
2016-09-29
1
-5
/
+1
*
gallium/radeon: add query fences and r600_get_hw_query_params
Nicolai Hähnle
2016-09-29
1
-16
/
+91
*
radeonsi: add save_qbo_state
Nicolai Hähnle
2016-09-29
3
-0
/
+22
*
radeonsi: add si_get_shader_buffers/get_pipe_constant_buffers (v2)
Nicolai Hähnle
2016-09-29
2
-0
/
+51
*
gallium/radeon: add r600_gfx_{write,wait}_fence
Nicolai Hähnle
2016-09-29
3
-38
/
+60
*
gallium/radeon: add barrier_flags to r600_common_screen
Nicolai Hähnle
2016-09-29
3
-0
/
+23
*
glsl: remove remaining tabs from ast_type.cpp
Timothy Arceri
2016-09-29
1
-23
/
+16
*
glsl: remove remaining tabs from ast_to_hir.cpp
Timothy Arceri
2016-09-29
1
-40
/
+38
*
glsl: remove remaining tabs from ast_array_index.cpp
Timothy Arceri
2016-09-29
1
-37
/
+36
*
glsl: remove tabs from ast_expr.cpp
Timothy Arceri
2016-09-29
1
-1
/
+1
*
glsl: remove tabs from linker.{cpp,h}
Timothy Arceri
2016-09-29
2
-408
/
+407
*
gallium/hud: Add support for block I/O, network I/O and lmsensor stats
Steven Toth
2016-09-28
8
-0
/
+1264
*
i965: Remove useless (harmful) assertion
Ben Widawsky
2016-09-28
1
-1
/
+1
*
vc4: Emit perf debug when we fall back to quad clears.
Eric Anholt
2016-09-28
1
-0
/
+2
*
nir: Optimize out discard_ifs with a constant 0 argument.
Eric Anholt
2016-09-28
1
-0
/
+8
*
gallium/radeon: Initialize pipe_resource::next to NULL
Michel Dänzer
2016-09-28
2
-0
/
+2
*
glsl: don't crash when dumping shaders if some come from cache
Timothy Arceri
2016-09-28
2
-6
/
+17
*
glsl: Add initial functions to implement an on-disk cache
Timothy Arceri
2016-09-28
6
-0
/
+1313
*
.gitignore: Ignore src/compiler/spirv2nir
Chad Versace
2016-09-27
1
-0
/
+1
*
glsl: Fix cut-and-paste bug in hierarchical visitor ir_expression::accept
Ian Romanick
2016-09-27
1
-1
/
+1
*
glsl: Add bit_xor builder
Ian Romanick
2016-09-27
2
-0
/
+7
*
glsl/standalone: Enable GLSL 4.00 through 4.50
Ian Romanick
2016-09-27
1
-0
/
+12
*
glsl/standalone: Use API_OPENGL_CORE if the GLSL version is >= 1.40
Ian Romanick
2016-09-27
1
-1
/
+5
*
glsl: Update function parameter documentation for do_common_optimization
Ian Romanick
2016-09-27
1
-3
/
+4
*
swr: replace gallium->swr format enum conversion
Tim Rowley
2016-09-27
1
-51
/
+293
*
gallium/radeon/winsyses: reduce the number of pb_cache buckets
Nicolai Hähnle
2016-09-27
3
-9
/
+5
*
winsys/radeon: enable buffer allocation from slabs
Nicolai Hähnle
2016-09-27
4
-2
/
+209
*
winsys/radeon: add fine-grained fences for slab buffers
Nicolai Hähnle
2016-09-27
5
-11
/
+137
*
winsys/radeon: add slab buffer list
Nicolai Hähnle
2016-09-27
5
-12
/
+107
*
winsys/radeon: separate adding a buffer from updating its reloc data
Nicolai Hähnle
2016-09-27
1
-35
/
+17
*
winsys/radeon: add slab entry structures to radeon_bo
Nicolai Hähnle
2016-09-27
2
-39
/
+78
*
winsys/amdgpu: enable buffer allocation from slabs
Nicolai Hähnle
2016-09-27
4
-0
/
+201
*
winsys/amdgpu: add fence and buffer list logic for slab allocated buffers
Nicolai Hähnle
2016-09-27
3
-45
/
+152
*
winsys/amdgpu: add slab entry structures to amdgpu_winsys_bo
Nicolai Hähnle
2016-09-27
3
-36
/
+74
*
winsys/amdgpu: do not synchronize unsynchronized buffers
Nicolai Hähnle
2016-09-27
3
-45
/
+118
*
gallium/radeon: add RADEON_FLAG_HANDLE
Nicolai Hähnle
2016-09-27
6
-2
/
+11
*
gallium/radeon: add RADEON_USAGE_SYNCHRONIZED
Nicolai Hähnle
2016-09-27
5
-13
/
+25
*
gallium/pipebuffer: add pb_slab utility
Nicolai Hähnle
2016-09-27
3
-0
/
+409
*
gallium/u_math: add util_logbase2_ceil
Nicolai Hähnle
2016-09-27
1
-0
/
+12
*
i915g: add dma-buf support to i915_drm_buffer_get_handle
Nicholas Bishop
2016-09-27
1
-0
/
+6
*
st/dri: check pipe_screen->resource_get_handle() return value
Nicholas Bishop
2016-09-27
1
-2
/
+4
*
gbm: return appropriate error when queryImage() fails
Nicholas Bishop
2016-09-27
2
-2
/
+4
*
st/va Avoid VBR bitrate calculation overflow v2
Andy Furniss
2016-09-27
1
-1
/
+1
[next]