index
:
external_mesa3d.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
llvmpipe: Fix zero-division in llvmpipe_texture_layout()
Takashi Iwai
2014-06-25
1
-1
/
+1
*
i965/fs: Don't fix_math_operand() on Gen >= 8.
Matt Turner
2014-06-24
1
-2
/
+4
*
i965/vec4: Don't fix_math_operand() on Gen >= 8.
Matt Turner
2014-06-24
1
-2
/
+6
*
i965/vec4: Don't return void from a void function.
Matt Turner
2014-06-24
1
-4
/
+4
*
r600g/compute: Defer the creation of the temporary resource
Bruno Jiménez
2014-06-24
2
-20
/
+28
*
r600g/compute: Handle failures in compute_memory_pool_finalize
Jan Vesely
2014-06-24
1
-1
/
+4
*
r600g/compute: Fix possible endless loop in compute_memory_pool allocations.
Jan Vesely
2014-06-24
1
-2
/
+5
*
r600: Fix use after free in compute_memory_promote_item.
Jan Vesely
2014-06-24
1
-1
/
+2
*
nouveau: dup fd before passing it to device
Ilia Mirkin
2014-06-24
1
-2
/
+17
*
mesa: Don't use derived vertex state in api_arrayelt.c
Fredrik Höglund
2014-06-24
1
-54
/
+57
*
nvc0: allow VIEWPORT_INDEX and LAYER to be used as input semantics
Ilia Mirkin
2014-06-23
1
-0
/
+2
*
mesa/st: handle gl_Layer input semantic
Ilia Mirkin
2014-06-23
1
-0
/
+5
*
nv50/ir: allow gl_ViewportIndex to work on non-provoking vertices
Tobias Klausmann
2014-06-23
2
-2
/
+30
*
draw: (trivial) fix clamping of viewport index
Roland Scheidegger
2014-06-24
1
-1
/
+1
*
i965: Don't emit SURFACE_STATEs for gather workarounds on Broadwell.
Kenneth Graunke
2014-06-23
2
-8
/
+15
*
targets/(vdpau|xvmc): hardlink against the installed library
Emil Velikov
2014-06-23
2
-3
/
+3
*
i965: Allow the blorp blit between BGR and RGB
Neil Roberts
2014-06-23
1
-7
/
+21
*
glsl: Silence many unused parameter warnings
Ian Romanick
2014-06-23
1
-1
/
+1
*
targets/xvmc: correctly generate the symlinks
Emil Velikov
2014-06-23
1
-6
/
+6
*
targets/vdpau: correctly generate the symlinks
Emil Velikov
2014-06-23
1
-5
/
+5
*
i915: Fix gen2 texblend setup
Ville Syrjälä
2014-06-23
1
-1
/
+1
*
mesa: Make Geom.UsesEndPrimitive a bool instead of a GLboolean
Iago Toral Quiroga
2014-06-23
2
-3
/
+3
*
targets/r600/xvmc: convert to static/shared pipe-drivers
Emil Velikov
2014-06-22
5
-71
/
+10
*
targets/xvmc-nouveau: convert to static/shared pipe-drivers
Emil Velikov
2014-06-22
7
-68
/
+96
*
targets/radeonsi/vdpau: convert to static/shared pipe-drivers
Emil Velikov
2014-06-22
5
-75
/
+13
*
targets/r600/vdpau: convert to static/shared pipe-drivers
Emil Velikov
2014-06-22
4
-54
/
+19
*
targets/vdpau-nouveau: convert to static/shared pipe-drivers
Emil Velikov
2014-06-22
17
-70
/
+161
*
Partially revert "glsl: Add builtin define for ARB_fragment_layer_viewport"
Chris Forbes
2014-06-22
1
-0
/
+6
*
freedreno: use util_copy_framebuffer_state()
Rob Clark
2014-06-22
1
-12
/
+1
*
freedreno/a3xx: WFI fixes/cleanup
Rob Clark
2014-06-22
5
-48
/
+41
*
glsl: Add gl_Layer and gl_ViewportIndex builtins to fragment shader
Chris Forbes
2014-06-22
1
-0
/
+5
*
glsl: Add builtin define for ARB_fragment_layer_viewport
Chris Forbes
2014-06-22
1
-6
/
+3
*
glsl: Add extension plumbing for ARB_fragment_layer_viewport
Chris Forbes
2014-06-22
3
-0
/
+4
*
mesa: Add extension plumbing for ARB_fragment_layer_viewport
Chris Forbes
2014-06-22
2
-0
/
+2
*
glapi: Add (empty) api section for ARB_fragment_layer_viewport
Chris Forbes
2014-06-22
1
-1
/
+7
*
i965: Save meta stencil blit programs in the context.
Kenneth Graunke
2014-06-21
2
-8
/
+13
*
scons: avoid building any piece of i915
Emil Velikov
2014-06-21
3
-35
/
+0
*
gallivm: Fix build after LLVM commit 211259
Aaron Watry
2014-06-20
1
-1
/
+3
*
glx: Don't crash on swap event for a Window (non-GLXWindow)
Daniel Manjarres
2014-06-20
1
-4
/
+8
*
r600g/compute: Use gallium util functions for double lists
Bruno Jiménez
2014-06-20
2
-111
/
+46
*
r600g/compute: Map only against intermediate buffers
Bruno Jiménez
2014-06-20
1
-6
/
+4
*
r600g/compute: Implement compute_memory_demote_item
Bruno Jiménez
2014-06-20
2
-0
/
+54
*
r600g/compute: Avoid problems when promoting items mapped for reading
Bruno Jiménez
2014-06-20
1
-4
/
+8
*
r600g/compute: Only move to the pool the buffers marked for promoting
Bruno Jiménez
2014-06-20
2
-60
/
+91
*
r600g/compute: divide the item list in two
Bruno Jiménez
2014-06-20
2
-51
/
+49
*
r600g/compute: Add statuses to the compute_memory_items
Bruno Jiménez
2014-06-20
2
-1
/
+18
*
r600g/compute: Add an util function to know if an item is in the pool
Bruno Jiménez
2014-06-20
1
-0
/
+5
*
r600g/compute: Add an intermediate resource for OpenCL buffers
Bruno Jiménez
2014-06-20
3
-6
/
+41
*
mesa: Copy Geom.UsesEndPrimitive when cloning a geometry program.
Iago Toral Quiroga
2014-06-20
1
-0
/
+1
*
mesa: Init Geom.UsesEndPrimitive in shader programs.
Iago Toral Quiroga
2014-06-20
1
-0
/
+1
[next]