index
:
~funfunctor/mesa
ARB_parallel_shader_compile
ARB_query_buffer_object-radeonsi
KHR_robustness-radeonsi
KHR_robustness-radeonsi2
R600_DEBUG_rename
clSetCommandQueueProperty
clover-image-support
clover-image-support-enabled
master
radv-doom2016
radv-wip-doom-wine
shader-cache-radeonsi5
Mesa3D repository; personal mesa3D branches.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-20
i965: Reorder PCI ID list to match release order
Ben Widawsky
1
-9
/
+9
2016-10-20
i965: Add some APL and KBL SKU strings
Ben Widawsky
1
-4
/
+4
2016-10-20
vbo: clean up with 'indent', whitespace fixes, etc in vbo_exec_array.c
Brian Paul
1
-252
/
+276
2016-10-20
vbo: whitespace fixes and reformatting in vbo_exec_api.c
Brian Paul
1
-42
/
+64
2016-10-20
vbo: minor clean-up in vbo_exec_api.c
Brian Paul
1
-5
/
+2
2016-10-20
vbo: move attribute type assignment
Brian Paul
1
-1
/
+2
2016-10-20
vbo: rename reset_attrfv() to vbo_reset_all_attr()
Brian Paul
1
-4
/
+6
2016-10-20
vbo: make vbo_reset_attr() static
Brian Paul
2
-3
/
+5
2016-10-20
vbo: trivial indentation fix in vbo_exec_api.c
Brian Paul
1
-1
/
+1
2016-10-20
gallivm: try to fix build with LLVM <= 3.4 due to missing CallSite.h
Marek Olšák
1
-1
/
+5
2016-10-20
radeonsi: fix build of si_eliminate_const_vs_outputs on LLVM <= 3.8
Marek Olšák
1
-3
/
+2
2016-10-20
gallivm: add wrappers for missing functions in LLVM <= 3.8
Marek Olšák
2
-0
/
+27
2016-10-20
radeonsi: fix 64-bit loads from LDS
Nicolai Hähnle
1
-1
/
+1
2016-10-20
st/mesa: only set primitive_restart when the restart index is in range
Nicolai Hähnle
1
-2
/
+13
2016-10-20
st/glsl_to_tgsi: sort input and output decls by TGSI index
Nicolai Hähnle
1
-0
/
+28
2016-10-20
st/glsl_to_tgsi: fix block copies of arrays of structs
Nicolai Hähnle
1
-2
/
+4
2016-10-20
st/glsl_to_tgsi: fix block copies of arrays of doubles
Nicolai Hähnle
1
-0
/
+1
2016-10-20
glsl: Indirect array indexing on non-last SSBO member must fail compilation
Iago Toral Quiroga
2
-7
/
+15
2016-10-19
nv50/ir: process texture offset sources as regular sources
Ilia Mirkin
1
-53
/
+94
2016-10-19
nv50,nvc0: avoid reading out of bounds when getting bogus so info
Ilia Mirkin
2
-2
/
+8
2016-10-20
wsi/wayland: fix error path
Eric Engestrom
1
-0
/
+4
2016-10-20
anv: drop unused zero macro.
Dave Airlie
1
-2
/
+0
2016-10-20
radv: use emit_icmp for samples_identical
Dave Airlie
1
-1
/
+1
2016-10-19
i965/cs: Don't use a thread channel ID for small local sizes
Jordan Justen
1
-2
/
+11
2016-10-19
i965/cs: Use udiv/umod for local IDs
Jordan Justen
1
-1
/
+1
2016-10-20
mesa: remove unused LocalSizeVariable
Timothy Arceri
2
-6
/
+0
2016-10-19
nvc0/ir: simplify predicate logic for GK104 atomic operations
Samuel Pitoiset
1
-14
/
+7
2016-10-19
nvc0/ir: remove useless NVC0LoweringPass::gMemBase
Samuel Pitoiset
1
-4
/
+1
2016-10-19
nv50/ir: print CCTL subops in debug mode
Samuel Pitoiset
1
-0
/
+9
2016-10-19
nir: Optimize integer division and modulus with 1
Ian Romanick
1
-0
/
+4
2016-10-19
configure.ac: enable EGL platform DRM if GBM is enabled
Marek Olšák
1
-2
/
+6
2016-10-19
configure.ac: enable GBM by default
Marek Olšák
1
-10
/
+9
2016-10-19
configure.ac: print whether GBM is enabled
Marek Olšák
1
-0
/
+5
2016-10-19
radeonsi: eliminate trivial constant VS outputs
Marek Olšák
3
-2
/
+186
2016-10-19
nv50/ir: silent TGSI_PROPERTY_FS_DEPTH_LAYOUT
Samuel Pitoiset
1
-0
/
+1
2016-10-19
docs: add 13.1.0-devel release notes template, bump version
Emil Velikov
2
-1
/
+61
2016-10-19
docs: rename release notes to 13.0.0
13.0-branchpoint
Emil Velikov
1
-4
/
+4
2016-10-19
radeonsi: remove cb0_is_integer handling
Marek Olšák
3
-13
/
+3
2016-10-19
st/mesa: disable alpha-test, alpha-to-coverage, alpha-to-one for integer FBs
Marek Olšák
2
-2
/
+4
2016-10-19
mesa: remove gl_shader_compiler_options::EmitNoNoise
Marek Olšák
5
-7
/
+1
2016-10-19
glsl_to_tgsi: remove code for fixing up TGSI labels
Marek Olšák
1
-90
/
+2
2016-10-19
glsl_to_tgsi: remove subroutine support
Marek Olšák
2
-205
/
+5
2016-10-19
mesa_to_tgsi: remove remnants of flow control and subroutine support
Marek Olšák
1
-92
/
+1
2016-10-19
mesa_to_tgsi: drop support for instructions that can't occur here
Marek Olšák
1
-72
/
+0
2016-10-19
glsl_to_tgsi: allocate glsl_to_tgsi_instruction::tex_offsets on demand
Marek Olšák
1
-1
/
+4
2016-10-19
glsl_to_tgsi: merge buffer and sampler fields in glsl_to_tgsi_instruction
Marek Olšák
1
-32
/
+31
2016-10-19
glsl_to_tgsi: reduce the size of glsl_to_tgsi_instruction using bitfields
Marek Olšák
1
-17
/
+19
2016-10-19
glsl_to_tgsi: reduce the size of st_dst_reg and st_src_reg
Marek Olšák
1
-31
/
+40
2016-10-19
glsl_to_tgsi: remove unused st_translate::tex_offsets
Marek Olšák
1
-1
/
+0
2016-10-19
glsl_to_tgsi: remove unused parameters from calc_deref_offsets
Marek Olšák
1
-9
/
+5
[next]