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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-31
Don't use python 3
submit/python2-for-intel
Dylan Baker
2
-10
/
+2
2016-05-31
genxml: change chbang to python 2
Dylan Baker
1
-1
/
+1
2016-05-31
genxml: use the isalpha method rather than str.isalpha.
Dylan Baker
1
-1
/
+1
2016-05-31
genxml: require future imports for python2 compatibility.
Dylan Baker
1
-0
/
+3
2016-05-31
genxml: mark re strings as raw
Dylan Baker
1
-2
/
+2
2016-05-31
genxml: Make classes descendants of object
Dylan Baker
1
-4
/
+4
2016-05-31
genxml: mark gen_pack_header.py as encoded in utf-8
Dylan Baker
1
-0
/
+1
2016-05-31
vc4: Fix compiler warnings in fail_instr path of QIR validate pass
Rhys Kidd
1
-10
/
+10
2016-05-31
anv: let anv_entrypoints_gen.py generate proper Wayland/Xcb guards
Emil Velikov
1
-0
/
+28
2016-05-31
svga: change enum pipe_resource_usage back to unsigned
Brian Paul
1
-1
/
+1
2016-05-31
radeonsi: fix CP DMA hazard with index buffer fetches
Marek Olšák
1
-2
/
+20
2016-05-31
r600g: do GL-compliant integer resolves
Marek Olšák
1
-37
/
+1
2016-05-31
radeonsi: do GL-compliant integer resolves
Marek Olšák
1
-37
/
+1
2016-05-31
gallium/u_blitter: do GL-compliant integer resolves
Marek Olšák
1
-19
/
+7
2016-05-31
mesa: fix crash in driver_RenderTexture_is_safe
Marek Olšák
1
-1
/
+2
2016-05-31
radeonsi: don't flush TC at the end of IBs on DRM >= 3.2.0
Marek Olšák
1
-2
/
+3
2016-05-31
gallium/radeon: fixed division by zero
Jakob Sinclair
1
-0
/
+3
2016-05-31
st/glsl_to_tgsi: prevent infinite loop
Eric Engestrom
1
-2
/
+3
2016-05-31
glsl/images: bounds check image unit assignment
Dave Airlie
1
-0
/
+2
2016-05-30
nvc0/ir: fix spilling predicates to registers
Ilia Mirkin
1
-0
/
+4
2016-05-30
nvc0/ir: limit max number of regs based on availability in SM
Ilia Mirkin
2
-2
/
+4
2016-05-30
nv50/ir: record number of threads in a compute shader
Ilia Mirkin
5
-2
/
+10
2016-05-30
nv50/ir: Add missing handling of U64/S64 in inlines
Pierre Moreau
1
-1
/
+3
2016-05-30
docs: rename release notes to 12.0.0
Emil Velikov
1
-4
/
+4
2016-05-30
docs: move nvc0 out of individual lines of GL 4.2, 4.3, ES 3.1
Ilia Mirkin
1
-32
/
+32
2016-05-30
docs: add 12.1.0-devel release notes template, bump version
Emil Velikov
2
-1
/
+61
2016-05-30
docs/GL3: mark radeonsi as all done up to GL 4.3 and GLES 3.1
Marek Olšák
1
-31
/
+31
2016-05-30
nir: add the SConscript.nir to the tarball
Emil Velikov
1
-1
/
+2
2016-05-30
vc4: Fix doxygen warnings
Rhys Kidd
2
-6
/
+6
2016-05-30
doxygen: Plumb through gallium/ to automated documentation
Rhys Kidd
1
-1
/
+2
2016-05-30
Revert "osmesa: don't try to bundle osmesa.def SConscript"
Emil Velikov
1
-0
/
+2
2016-05-30
scons: build osmesa swrast and gallium
Andreas Fänger
3
-0
/
+57
2016-05-30
automake: rework the git_sha1.h rule, include in tarball
Emil Velikov
2
-18
/
+3
2016-05-30
automake: move the git_sha1.h rule a level up
Emil Velikov
6
-28
/
+30
2016-05-30
mesa_glinterop: remove mesa_glinterop typedefs
Emil Velikov
11
-60
/
+60
2016-05-30
glx/glvnd: automake: include all the sources in libglx_la_SOURCES
Emil Velikov
1
-2
/
+5
2016-05-30
glx/glvnd: remove the final if defined($extension) guards
Emil Velikov
1
-6
/
+0
2016-05-30
glx/glvnd: rework dispatch functions/indices tables lookup
Emil Velikov
2
-13
/
+13
2016-05-30
glx/glvnd: Use strcmp() based binary search in FindGLXFunction()
Emil Velikov
1
-5
/
+14
2016-05-30
configure.ac: correct the xlib/xlib-gallium GLX detection for GLVND
Chuck Atkins
1
-26
/
+29
2016-05-30
glx: Implement the libglvnd interface.
Kyle Brenneman
12
-64
/
+1356
2016-05-30
gallivm: initialize init_native_targets_once_flag correctly
Frederic Devernay
1
-1
/
+1
2016-05-30
nvc0/ir: fix emission of predicate spill to register
Ilia Mirkin
1
-1
/
+2
2016-05-30
nvc0: fix some compute texture validation bits on kepler
Ilia Mirkin
3
-2
/
+7
2016-05-30
mesa/xfb: report calculated size for XFB buffer objects.
Dave Airlie
1
-1
/
+2
2016-05-30
swr: automake: silence the python invocation
Emil Velikov
1
-7
/
+8
2016-05-30
swr: automake: attempt to fix the out-of-tree build
Emil Velikov
1
-0
/
+7
2016-05-30
swr: remove LLVM dependency from source generation rules.
Emil Velikov
1
-2
/
+2
2016-05-30
swr: add all the generators to the release tarball.
Emil Velikov
1
-0
/
+24
2016-05-30
anv: automake: don't forget to cleanup dev_icd.json
Emil Velikov
1
-1
/
+1
[next]