index
:
~dbaker/mesa
11.2-next
18.1-proposed
for-jason
jenkins
jenkins_gl
master
meson-windows
patches-for-ajax
submit/generator-argparse
submit/generator-mako
submit/python2-for-intel
wip/generator-mako
wip/generator-rewrite-v2
wip/glapi-cleanup
wip/gles32-symbols
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-10
llvmpipe: turn on pipe cap for GL_ARB_copy_image support
Brian Paul
1
-1
/
+2
2016-06-10
llvmpipe: don't use 3-component formats, except 32-bit x 3 formats
Brian Paul
1
-11
/
+12
2016-06-10
softpipe: turn on pipe cap for GL_ARB_copy_image support
Brian Paul
1
-1
/
+2
2016-06-10
softpipe: don't use 3-component formats
Brian Paul
1
-0
/
+18
2016-06-10
st/mesa: tweak surface format mapping table
Brian Paul
1
-9
/
+11
2016-06-10
util: update util_resource_copy_region() for GL_ARB_copy_image
Brian Paul
1
-20
/
+95
2016-06-10
gallium: Fix region overlap conditions for rectangles with a shared edge
Anuj Phogat
1
-4
/
+4
2016-06-10
mesa: Fix region overlap conditions for rectangles with a shared edge
Anuj Phogat
1
-4
/
+4
2016-06-11
gallivm: more 64-bit integer prep work.
Dave Airlie
1
-8
/
+8
2016-06-11
radeonsi: convert to 64-bitness checks instead of doubles.
Dave Airlie
3
-31
/
+33
2016-06-11
gallivm: make non-float return code bitcast consistent.
Dave Airlie
1
-12
/
+6
2016-06-11
gallium/gallivm: use 64-bit test instead of doubles.
Dave Airlie
1
-37
/
+36
2016-06-11
gallium/tgsi: add 64-bitness type check function.
Dave Airlie
1
-0
/
+7
2016-06-10
anv/entrypoints: Rework #if guards
Jason Ekstrand
1
-7
/
+9
2016-06-10
anv/entrypoints: Use the function pointer types provided by vulkan.h
Jason Ekstrand
1
-1
/
+1
2016-06-10
st/mesa: use base level size as "guess" when available
Nicolai Hähnle
1
-6
/
+27
2016-06-10
anv: Remove the PhysicalDeviceLimits FINISHME
Jason Ekstrand
1
-2
/
+0
2016-06-10
anv/pipeline_cache: Allow for an zero-sized cache
Jason Ekstrand
1
-1
/
+4
2016-06-10
anv/pipeline: Store the (set, binding, index) tripple in the bind map
Jason Ekstrand
5
-15
/
+25
2016-06-10
anv/descriptor_set: Ensure that bindings are always in increasing order
Jason Ekstrand
1
-0
/
+13
2016-06-10
anv/descriptor_set: Add a type field in debug builds
Jason Ekstrand
2
-0
/
+10
2016-06-10
anv/descriptor_set: Set array_size to zero for non-existant descriptors
Jason Ekstrand
1
-0
/
+1
2016-06-10
vl/dri3: support receiving new pixmap for front buffer
Leo Liu
1
-1
/
+6
2016-06-10
vl/dri3: get Makefile properly
Leo Liu
3
-5
/
+10
2016-06-10
gallivm: Never emit llvm.fmuladd on LLVM 3.3.
Jose Fonseca
2
-1
/
+7
2016-06-10
gallivm: Use llvm.fmuladd.*.
Jose Fonseca
7
-68
/
+98
2016-06-10
util,gallivm: Explicitly enable/disable fma attribute.
Jose Fonseca
4
-0
/
+13
2016-06-10
radeonsi: Reinitialize all descriptors in CE preamble.
Bas Nieuwenhuizen
3
-3
/
+15
2016-06-10
mesa: Wrap extensions.h declarations with extern "C".
Jose Fonseca
1
-0
/
+8
2016-06-09
st/mesa: fix type confusion with reladdrs
Ilia Mirkin
1
-5
/
+5
2016-06-10
glsl/ir: remove TABs in ir_constant_expression.cpp
Dave Airlie
1
-535
/
+535
2016-06-09
i965/gen9: Don't change halign and valign to fit in fast copy blit
Anuj Phogat
1
-4
/
+2
2016-06-09
mesa: Add a helper function for shared code in get_tex_rgba_{un}compressed
Anuj Phogat
1
-45
/
+38
2016-06-09
mesa: Let compute shaders work in compatibility profiles
Samuel Pitoiset
1
-1
/
+1
2016-06-09
swr: implement clipPlanes/clipVertex/clipDistance/cullDistance
Tim Rowley
5
-2
/
+94
2016-06-09
glx: fix crash with bad fbconfig
Daniel Czarnowski
1
-0
/
+23
2016-06-09
st/vdpau: implement luma keying
Nayan Deshmukh
2
-12
/
+39
2016-06-09
vl: Apply luma key filter before CSC conversion
Nayan Deshmukh
7
-20
/
+42
2016-06-08
i965: Emit surface states for extra planes prior to gen8
Jason Ekstrand
2
-0
/
+18
2016-06-09
virgl: fix checking fences
Marc-André Lureau
2
-2
/
+2
2016-06-09
glsl/types: rename is_dual_slot_double to is_dual_slot_64bit.
Dave Airlie
5
-10
/
+10
2016-06-09
st/glsl_to_tgsi: move to checking 64-bitness instead of double
Dave Airlie
1
-16
/
+14
2016-06-09
st/glsl_to_tgsi: use enum glsl_base_type instead of unsigned
Dave Airlie
1
-12
/
+12
2016-06-09
mesa: use new 64-bit checks instead of explicit double checks.
Dave Airlie
2
-5
/
+5
2016-06-09
glsl/link_varyings: switch to 64bit check instead of double.
Dave Airlie
2
-3
/
+3
2016-06-09
glsl: use new interfaces for 64-bit checks.
Dave Airlie
5
-14
/
+14
2016-06-09
compiler: use 64bit check for sizing instead of double check.
Dave Airlie
1
-5
/
+5
2016-06-09
compiler/types: add 64-bitness queries.
Dave Airlie
1
-0
/
+13
2016-06-08
glapi/glx: Add overflow checks to the client-side indirect code
Adam Jackson
1
-0
/
+9
2016-06-08
radeonsi: improve the computation and comment of scratch_waves
Marek Olšák
1
-4
/
+18
[next]