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
*
st/mesa: fix wrong comparison in update_framebuffer_state()
Samuel Pitoiset
2017-04-13
1
-4
/
+4
*
radeon: fix duplicate 'const' specifier
Samuel Pitoiset
2017-04-13
2
-2
/
+2
*
svga: remove unused vmw_dri1_intersect_src_bbox()
Samuel Pitoiset
2017-04-13
1
-32
/
+0
*
llvmpipe: remove unused subpixel_snap() and fixed_to_float()
Samuel Pitoiset
2017-04-13
1
-6
/
+3
*
softpipe: remove unused sp_exec_fragment_shader()
Samuel Pitoiset
2017-04-13
1
-8
/
+0
*
softpipe: remove unused quad_shade_stage()
Samuel Pitoiset
2017-04-13
1
-8
/
+0
*
softpipe: remove unused get_texel_quad_2d()
Samuel Pitoiset
2017-04-13
1
-17
/
+0
*
trace: remove some unused trace_dump_tag*() functions
Samuel Pitoiset
2017-04-13
1
-52
/
+0
*
draw: remove unused wideline_stage()
Samuel Pitoiset
2017-04-13
1
-11
/
+0
*
draw: remove unused overflow()
Samuel Pitoiset
2017-04-13
1
-8
/
+0
*
mesa: remove some unused functions in the perf monitor area
Samuel Pitoiset
2017-04-13
1
-27
/
+0
*
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
[next]