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
*
swr: update gallium driver docs
Tim Rowley
2017-04-14
2
-6
/
+12
*
radv: remove irrelevant comment
Grazvydas Ignotas
2017-04-14
1
-1
/
+1
*
radv: report timestampPeriod correctly
Grazvydas Ignotas
2017-04-14
2
-2
/
+2
*
nir/print: add compute shader info
Rob Clark
2017-04-14
1
-0
/
+13
*
gallium/docs: small correction about register files for atomics
Rob Clark
2017-04-14
1
-2
/
+4
*
freedreno: enable draw/batch reordering by default
Rob Clark
2017-04-14
2
-3
/
+3
*
freedreno/ir3: small re-order
Rob Clark
2017-04-14
1
-24
/
+23
*
freedreno/ir3: move 'keeps' to block level
Rob Clark
2017-04-14
5
-20
/
+22
*
freedreno/ir3: convert dynamic arrays to ralloc
Rob Clark
2017-04-14
3
-14
/
+8
*
swr: add linux to scons build
George Kyriazis
2017-04-14
2
-7
/
+2
*
radv: make sizes & offsets 32 bit in radv_descriptor_update_template_entry.
Bas Nieuwenhuizen
2017-04-14
2
-7
/
+7
*
radv: Set descriptor set limits.
Bas Nieuwenhuizen
2017-04-13
1
-15
/
+29
*
radv: Increase integer sizes in descriptor sets.
Bas Nieuwenhuizen
2017-04-13
1
-8
/
+8
*
radv: support S8_UINT as a depth/stencil format.
Dave Airlie
2017-04-14
1
-1
/
+1
*
radv: bump maxGeometryShaderInvocations.
Dave Airlie
2017-04-14
1
-1
/
+1
*
st/nine: Fix support for ps 1.4 dw and dz modifiers
Axel Davy
2017-04-13
1
-2
/
+2
*
clover: Add missing include to compat header
Jan Vesely
2017-04-13
1
-0
/
+1
*
gallium/radeon: never use staging buffers with AMD_pinned_memory
Nicolai Hähnle
2017-04-13
1
-2
/
+16
*
radeonsi: fix gl_BaseVertex in non-indexed draws
Nicolai Hähnle
2017-04-13
3
-4
/
+23
*
radeonsi: provide VS_STATE input to all VS variants
Nicolai Hähnle
2017-04-13
5
-27
/
+18
*
radeonsi: change the bit-packing of LS out/TCS in data
Nicolai Hähnle
2017-04-13
3
-9
/
+14
*
radeonsi: emit VS_STATE register explicitly from si_draw_vbo
Nicolai Hähnle
2017-04-13
6
-2
/
+27
*
radeonsi: extract derived tess state emit to higher level
Nicolai Hähnle
2017-04-13
1
-6
/
+7
*
radeonsi: drop support for TGSI_SEMANTIC_VERTEXID_NOBASE
Nicolai Hähnle
2017-04-13
1
-2
/
+3
*
radv: Add more trace points.
Bas Nieuwenhuizen
2017-04-13
2
-0
/
+3
*
radv: Ignore CmdUpdateBuffer with size 0.
Bas Nieuwenhuizen
2017-04-13
1
-0
/
+3
*
radv: Enable query inheritance.
Bas Nieuwenhuizen
2017-04-13
1
-1
/
+1
*
radv: enable variableMultisampleRate.
Bas Nieuwenhuizen
2017-04-13
1
-1
/
+1
*
gallium/hud: set the dump file streams to line buffered
Edmondo Tommasina
2017-04-13
1
-0
/
+2
*
radv: fix stencil regression since new addrlib import
Dave Airlie
2017-04-13
2
-1
/
+9
*
radv: allocate thin textures as linear.
Dave Airlie
2017-04-13
1
-0
/
+7
*
i965: add missing ir_unop_*/ir_binop_* in visit_leave()
Samuel Pitoiset
2017-04-13
1
-0
/
+3
*
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
[next]