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
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/drm: Use bools for a few flags.
Kenneth Graunke
2017-04-11
1
-2
/
+2
*
i965/drm: Make brw_bo_alloc_tiled flags parameter 32-bit.
Kenneth Graunke
2017-04-11
3
-4
/
+4
*
i965/drm: Make BO size a uint64_t rather than unsigned long.
Kenneth Graunke
2017-04-11
2
-11
/
+11
*
i965/drm: Make alignment parameter a uint64_t.
Kenneth Graunke
2017-04-11
2
-4
/
+4
*
i965/drm: Make stride/pitch a uint32_t.
Kenneth Graunke
2017-04-11
4
-31
/
+18
*
i965/drm: Fix types for pwrite/pread fields.
Kenneth Graunke
2017-04-11
2
-14
/
+14
*
i965/drm: Make brw_bo_alloc_tiled take tiling by value, not pointer.
Kenneth Graunke
2017-04-11
4
-62
/
+41
*
mesa/st: remove _mesa_get_fallback_texture() calls
Timothy Arceri
2017-04-12
2
-10
/
+3
*
mesa: use pre_hashed version of search for the mesa hash table
Timothy Arceri
2017-04-12
1
-2
/
+6
*
swr: [rasterizer core] Disable 8x2 tile backend
Tim Rowley
2017-04-11
1
-1
/
+1
*
swr: [rasterizer common] Add _simd_testz_si alias
Tim Rowley
2017-04-11
1
-0
/
+1
*
swr: [rasterizer archrast] Fix archrast for MSVC 2017 compiler
Tim Rowley
2017-04-11
5
-6
/
+6
*
swr: [rasterizer jitter] Remove unused function
Tim Rowley
2017-04-11
2
-35
/
+0
*
swr: [rasterizer jitter] Remove HAVE_LLVM tests supporting llvm < 3.8
Tim Rowley
2017-04-11
4
-52
/
+0
*
swr: [rasterizer common/core] Fix 32-bit windows build
Tim Rowley
2017-04-11
6
-117
/
+123
*
swr: [rasterizer core] Fix unused variable warnings
Tim Rowley
2017-04-11
3
-10
/
+1
*
swr: [rasterizer core] Code formating change
Tim Rowley
2017-04-11
1
-10
/
+10
*
swr: [rasterizer core] SIMD16 Frontend WIP - PA
Tim Rowley
2017-04-11
1
-22
/
+22
*
swr: [rasterizer core] SIMD16 Frontend WIP - Clipper
Tim Rowley
2017-04-11
5
-124
/
+941
*
swr: [rasterizer core] Multisample sample position setup change
Tim Rowley
2017-04-11
3
-75
/
+92
*
swr: [rasterizer core] Reduce templates to speed compile
Tim Rowley
2017-04-11
3
-10
/
+71
*
i965/fs: Take into account lower frequency of conditional blocks in spilling ...
Francisco Jerez
2017-04-11
1
-5
/
+14
*
swr: return true for PIPE_CAP_DOUBLES
Tim Rowley
2017-04-11
1
-0
/
+1
*
i965: Set kernel features before computing max GL version.
Kenneth Graunke
2017-04-11
1
-24
/
+24
*
anv: remove needless VALGRIND_MAKE_MEM_DEFINED
Juan A. Suarez Romero
2017-04-11
1
-1
/
+0
*
etnaviv: enable TS, but disable autodisable
Lucas Stach
2017-04-11
1
-2
/
+2
*
etnaviv: enable TS also on sampler resources
Lucas Stach
2017-04-11
1
-3
/
+0
*
etnaviv: align TS surface size to number of pixel pipes
Lucas Stach
2017-04-11
1
-1
/
+2
*
etnaviv: avoid using invalid TS
Lucas Stach
2017-04-11
3
-1
/
+7
*
glsl: use the BA1 macro for textureQueryLevels()
Samuel Pitoiset
2017-04-11
1
-32
/
+33
*
glsl: use the BA1 macro for textureSamples()
Samuel Pitoiset
2017-04-11
1
-9
/
+10
*
glsl: use the BA1 macro for textureCubeArrayShadow()
Samuel Pitoiset
2017-04-11
1
-5
/
+6
*
radv: Implement pipeline statistics queries.
Bas Nieuwenhuizen
2017-04-11
3
-27
/
+394
*
radv: Let count be dynamic in radv_break_on_count.
Bas Nieuwenhuizen
2017-04-11
1
-3
/
+3
*
radv: Rename query pipeline/set layout.
Bas Nieuwenhuizen
2017-04-11
2
-13
/
+13
*
radv: Use VK_WHOLE_SIZE for the query buffer bindings.
Bas Nieuwenhuizen
2017-04-11
1
-2
/
+2
*
radv: Use a shader for occlusion CmdCopyQueryPoolResults.
Bas Nieuwenhuizen
2017-04-11
1
-74
/
+64
*
radv: Add occlusion query shader.
Bas Nieuwenhuizen
2017-04-11
4
-0
/
+435
*
i965: Fix wonky indentation left by brw_bo_alloc_tiled rename.
Kenneth Graunke
2017-04-10
2
-18
/
+17
*
nouveau: when mapping a persistent buffer, synchronize on former xfers
Ilia Mirkin
2017-04-11
1
-4
/
+2
*
nvc0: increase texture buffer object alignment to 256 for pre-GM107
Ilia Mirkin
2017-04-11
1
-1
/
+1
*
mesa: fix typo and add assert() to _mesa_attach_renderbuffer_without_ref()
Timothy Arceri
2017-04-11
1
-1
/
+3
*
i965/drm: Add stall warnings when mapping or waiting on BOs.
Kenneth Graunke
2017-04-10
17
-55
/
+68
*
i965/drm: Make a set_domain() helper function.
Kenneth Graunke
2017-04-10
1
-37
/
+20
*
i965/batch: Ensure we use a consistent offset in relocs
Daniel Vetter
2017-04-10
1
-2
/
+6
*
i965/bufmgr: Garbage-collect vma cache/pruning
Daniel Vetter
2017-04-10
2
-129
/
+5
*
i965/bufmgr: Remove some reuse functions
Daniel Vetter
2017-04-10
2
-33
/
+0
*
i965/bufmgr: remove start_gtt_access
Daniel Vetter
2017-04-10
2
-29
/
+14
*
i965/bufmgr: Delete set_tiling
Daniel Vetter
2017-04-10
2
-25
/
+0
*
i965/bufmgr: Delete alloc_for_render
Daniel Vetter
2017-04-10
2
-19
/
+0
[next]