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
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-19
glsl: count attributes for vertex inputs properly.
Dave Airlie
1
-1
/
+1
2015-12-18
ralloc: Fix ralloc_adopt() to the old context's last child's parent.
Kenneth Graunke
1
-0
/
+1
2015-12-19
glsl: fix transform feedback for 64-bit outupts.
Dave Airlie
2
-3
/
+30
2015-12-19
glsl: fix partial marking for fp64 types.
Dave Airlie
1
-0
/
+7
2015-12-19
glsl: only update doubles inputs for vertex inputs.
Dave Airlie
1
-1
/
+4
2015-12-18
vc4: Do instruction scheduling on the QIR to hide texture fetch latency.
Eric Anholt
4
-0
/
+624
2015-12-18
vc4: Fix latency handling for QPU texture scheduling.
Eric Anholt
1
-32
/
+50
2015-12-18
vc4: Keep sample mask writes from being reordered after TLB writes
Eric Anholt
1
-1
/
+2
2015-12-19
glsl: fix count_attribute_slots to allow for different 64-bit handling
Dave Airlie
5
-11
/
+30
2015-12-19
glsl: use dual slot helper in the linker code.
Dave Airlie
1
-10
/
+1
2015-12-19
glsl/fp64: add helper for dual slot double detection.
Dave Airlie
2
-9
/
+9
2015-12-19
glsl: pass stage into mark function
Dave Airlie
1
-4
/
+4
2015-12-18
freedreno/ir3: fix 32-bit builds with pointer-to-int-cast error enabled
Rob Herring
1
-1
/
+1
2015-12-18
i965/vec4: Optimize predicate handling for any/all.
Matt Turner
2
-18
/
+77
2015-12-18
nir: Delete bany, ball, fany, fall.
Matt Turner
7
-37
/
+5
2015-12-18
glsl: Implement all(v) as all_equal(v, true).
Matt Turner
1
-14
/
+2
2015-12-18
glsl: Remove ir_unop_any.
Matt Turner
9
-165
/
+5
2015-12-18
glsl: Implement any(v) as any_nequal(v, false).
Matt Turner
1
-1
/
+14
2015-12-18
gallium/radeon: only dispose locally created target machine in radeon_llvm_co...
Nicolai Hähnle
1
-2
/
+3
2015-12-18
gallium/util: (trivial) include p_shader_tokens.h in u_simple_shaders.h
Roland Scheidegger
1
-0
/
+1
2015-12-18
draw: fix clip test with NaNs
Roland Scheidegger
2
-14
/
+18
2015-12-18
draw: fix pstipple and aaline stages wrt sampler_views/samplers
Roland Scheidegger
2
-7
/
+9
2015-12-17
swrast: move two global defines to the only place where they are used
Miklós Máté
2
-2
/
+2
2015-12-17
mesa: improve debug log in atifragshader
Miklós Máté
1
-0
/
+3
2015-12-17
program: fix comment about the fog formula
Miklós Máté
1
-1
/
+1
2015-12-17
mesa: Don't leak ATIfs instructions in DeleteFragmentShader
Miklós Máté
1
-1
/
+1
2015-12-17
configure.ac: use pkg-config for libelf
Jonathan Gray
2
-3
/
+7
2015-12-16
i965/screen: Allow OpenGLES 3.1 for gen8+
Jordan Justen
1
-0
/
+5
2015-12-16
i965: Enable compute shaders in more cases for OpenGLES 3.1
Jordan Justen
1
-1
/
+4
2015-12-16
main/version: Don't require ARB_compute_shader for OpenGLES 3.1
Jordan Justen
1
-3
/
+6
2015-12-16
main: Allow compute shaders to be compiled with OpenGLES 3.1
Jordan Justen
1
-1
/
+1
2015-12-16
main: Add MESA_VERBOSE=api for LinkProgram & UseProgram
Jordan Justen
1
-0
/
+5
2015-12-16
ir_to_mesa: Skip useless comparison instructions.
Matt Turner
1
-1
/
+7
2015-12-16
glsl: Remove inverse() from GLSL 1.20 and 1.30.
Kenneth Graunke
1
-3
/
+9
2015-12-16
nv50: free memory allocated by the prog which reads MP perf counters
Samuel Pitoiset
1
-0
/
+5
2015-12-16
st/osmesa: add OSMesaCreateContextAttribs() function
Brian Paul
1
-3
/
+93
2015-12-16
osmesa: add new OSMesaCreateContextAttribs function
Brian Paul
1
-1
/
+99
2015-12-16
svga: don't use debug code in update_state() in release builds
Brian Paul
1
-0
/
+4
2015-12-16
nv50,nvc0: free memory allocated by performance metrics
Samuel Pitoiset
6
-4
/
+22
2015-12-16
nvc0: free memory allocated by the prog which reads MP perf counters
Samuel Pitoiset
1
-0
/
+1
2015-12-16
nvc0: fix metric-achieved_occupancy calculation on Kepler
Samuel Pitoiset
1
-1
/
+4
2015-12-16
st/va: remove fence handling v3
Christian König
5
-22
/
+7
2015-12-16
Revert "i965: Use MESA_FORMAT_B8G8R8X8_SRGB for RGB visuals"
Neil Roberts
1
-6
/
+7
2015-12-16
i965: Fix crash when calling glViewport with no surface bound
Neil Roberts
1
-2
/
+4
2015-12-16
mesa/blit: Don't require the same format for mulitisample blits
Neil Roberts
1
-2
/
+11
2015-12-16
st/va: retrieve size from the temporary img variable
Julien Isorce
1
-1
/
+1
2015-12-16
draw: handle edge flags in llvm path
Roland Scheidegger
2
-26
/
+61
2015-12-16
draw: don't set start_instance and instance id for pt emit
Roland Scheidegger
1
-31
/
+31
2015-12-15
nir/lower_system_values: Refactor and use the builder.
Jason Ekstrand
1
-29
/
+31
2015-12-15
nir/builder: Add a load_system_value helper
Jason Ekstrand
2
-10
/
+15
[next]