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
...
*
mesa: remove unused clamp_float_to_uint() and clamp_half_to_uint()
Samuel Pitoiset
2017-04-13
1
-15
/
+0
*
mesa: remove unused _mesa_unmarshal_BindBufferBase()
Samuel Pitoiset
2017-04-13
1
-8
/
+0
*
virgl: add missing PIPE_CAP_DOUBLES
Samuel Pitoiset
2017-04-13
1
-0
/
+1
*
glsl: simplify apply_image_qualifier_to_variable()
Samuel Pitoiset
2017-04-13
1
-59
/
+58
*
glsl: add validate_fragment_flat_interpolation_input()
Samuel Pitoiset
2017-04-13
1
-63
/
+72
*
nvc0: Enable ARB_shader_ballot on Kepler+
Boyan Ding
2017-04-13
1
-1
/
+2
*
nvc0/ir: Implement TGSI_OPCODE_BALLOT and TGSI_OPCODE_READ_*
Boyan Ding
2017-04-13
1
-0
/
+31
*
nvc0/ir: Implement TGSI_SEMANTIC_SUBGROUP_*
Boyan Ding
2017-04-13
1
-0
/
+27
*
nvc0/ir: Add SV_LANEMASK_* system values.
Boyan Ding
2017-04-13
5
-0
/
+25
*
nvc0/ir: Allow 0/1 immediate value as source of OP_VOTE
Boyan Ding
2017-04-13
3
-11
/
+60
*
gk110/ir: Emit OP_SHFL
Boyan Ding
2017-04-13
1
-0
/
+56
*
nvc0/ir: Emit OP_SHFL
Boyan Ding
2017-04-13
1
-0
/
+53
*
nvc0/ir: Properly handle a "split form" of predicate destination
Boyan Ding
2017-04-13
1
-2
/
+13
*
gm107/ir: Emit third src 'bound' and optional predicate output of SHFL
Boyan Ding
2017-04-13
2
-9
/
+29
*
clover: Fix build against clang SVN >= r299965
Michel Dänzer
2017-04-13
2
-1
/
+7
*
st/mesa: add some _mesa_is_winsys_fbo() assertions
Brian Paul
2017-04-12
2
-2
/
+9
*
st/mesa: minor optimization in st_DrawBuffers()
Brian Paul
2017-04-12
1
-8
/
+16
*
mesa/st: only update samplers for stages that have changed
Timothy Arceri
2017-04-13
4
-28
/
+94
*
st/mesa: Fix missing-braces warning.
Vinson Lee
2017-04-12
1
-1
/
+1
*
radv: Disable primitive restart for non-indexed draws
Alex Smith
2017-04-12
2
-22
/
+34
*
anv: Only define wsi_cbs when VK_USE_PLATFORM_WAYLAND_KHR defined
Matt Turner
2017-04-12
1
-0
/
+2
*
Revert "r600g: get rid of dummy pixel shader"
Marek Olšák
2017-04-12
3
-30
/
+40
*
mesa: fix memory leak in arb_fragment_program
Bartosz Tomczyk
2017-04-12
1
-0
/
+1
*
radv: Hash the immutable samplers.
Bas Nieuwenhuizen
2017-04-12
1
-0
/
+3
*
radv: Use an offset instead of pointers for immutable samplers.
Bas Nieuwenhuizen
2017-04-12
4
-27
/
+39
*
radv: Stop shadowing the result in radv_GetQueryPoolResults.
Bas Nieuwenhuizen
2017-04-12
1
-4
/
+4
*
radv: Return VK_NOT_READY if the query results are not available.
Bas Nieuwenhuizen
2017-04-12
1
-0
/
+6
*
radv: Set query availability bit even if we don't wait.
Bas Nieuwenhuizen
2017-04-12
1
-3
/
+4
*
mesa: avoid NULL ptr in prog parameter name
Gregory Hainaut
2017-04-12
1
-1
/
+1
*
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
[prev]
[next]