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
2015-05-21
glapi: glX_proto_size.py: use a main function
submit/generator-argparse
Dylan Baker
1
-1
/
+6
2015-05-21
glapi: glX_proto_size.py: use argparse instead of getopt
Dylan Baker
2
-46
/
+46
2015-05-21
glapi: glX_proto_recv.py: Use a main function
Dylan Baker
1
-1
/
+6
2015-05-21
glapi: glX_proto_recv.py: use argparse instead of getopt
Dylan Baker
1
-25
/
+30
2015-05-21
glapy: gl_genexec.py: use a main function
Dylan Baker
1
-1
/
+6
2015-05-21
glapi: gl_genexec.py: use argparse instead of getopt
Dylan Baker
1
-17
/
+12
2015-05-21
glapi: glX_proto_send.py: use a main function.
Dylan Baker
1
-1
/
+6
2015-05-21
glapi: glX_proto_send.py: use argparse instead of getopt
Dylan Baker
1
-31
/
+28
2015-05-21
glapi: glX_server_table.py: use argparse instead of getopt
Dylan Baker
1
-23
/
+15
2015-05-21
glapi: gl_SPARC_asm.py: use main function
Dylan Baker
1
-1
/
+6
2015-05-21
glapi: gl_SPARC_asm.py use argparse instead of getopt
Dylan Baker
1
-24
/
+14
2015-05-21
glapi: gl_x86-64_asm.py: Use a main function
Dylan Baker
1
-1
/
+6
2015-05-21
glapi: gl_x86_64_asm.py: Use argparse instead of getopt
Dylan Baker
1
-24
/
+16
2015-05-21
glapi: gl_x86_asm.py: use a main function
Dylan Baker
1
-1
/
+5
2015-05-21
glapi: gl_x86_asm.py: use argparse instead of getopt
Dylan Baker
1
-25
/
+14
2015-05-21
glapi: gl_gentable.py: use a main function
Dylan Baker
1
-1
/
+6
2015-05-21
glapi: gl_gentable.py: Replace getopt with argparse
Dylan Baker
1
-14
/
+15
2015-05-21
glapi: gl_apitemp.py: Use a main function
Dylan Baker
1
-1
/
+6
2015-05-21
glapi: gl_apitemp.py: Convert to argparse instead of getopt
Dylan Baker
1
-20
/
+19
2015-05-21
glapi: gl_enums.py: use main() function for if __name__ == "__main__"
Dylan Baker
1
-1
/
+5
2015-05-21
glapi: gl_enums.py: use argparse instead of getopt.
Dylan Baker
1
-16
/
+14
2015-05-21
glapi: gl_procs.py: Use argparse rather than getopt
Dylan Baker
1
-23
/
+19
2015-05-21
glapi: gl_procs.py: Fix a few low hanging style things
Dylan Baker
1
-7
/
+16
2015-05-21
glapi: remap_helper.py: use argparse instead of optparse
Dylan Baker
1
-24
/
+22
2015-05-21
glapi: remap_helper.py: Fix some low hanging style issues
Dylan Baker
1
-4
/
+13
2015-05-21
glapi: gl_table.py: replace getopt with argparse.
Dylan Baker
1
-37
/
+33
2015-05-21
glapi: gl_table.py: Fix some low hanging style issues
Dylan Baker
1
-16
/
+26
2015-05-20
freedreno/a3xx: set .zw of sprite coords to .01
Ilia Mirkin
1
-3
/
+6
2015-05-20
freedreno/ir3: fix immediate usage in tgsi tex fe
Ilia Mirkin
1
-5
/
+9
2015-05-20
targets/osmesa: drop the -module tag from LDFLAGS
Emil Velikov
1
-1
/
+0
2015-05-20
darwin: Fix install name of libOSMesa
Jeremy Huddleston Sequoia
1
-1
/
+0
2015-05-20
swrast: Build fix for Solaris
Alan Coopersmith
2
-1
/
+4
2015-05-20
nir: Get rid of the array elements parameter on load/store intrinsics
Jason Ekstrand
6
-56
/
+34
2015-05-20
gallium: remove TGSI_SAT_MINUS_PLUS_ONE
Marek Olšák
20
-188
/
+47
2015-05-20
cso: add context cleanup code from st/mesa
Marek Olšák
2
-6
/
+7
2015-05-20
mesa/main: validate name syntax for array variables only
Samuel Iglesias Gonsalvez
1
-3
/
+3
2015-05-20
GL3.txt: update softpipe ARB_gpu_shader5 status
Dave Airlie
1
-3
/
+3
2015-05-20
softpipe: start adding gather support (v2)
Dave Airlie
3
-83
/
+210
2015-05-20
softpipe: use arrays to make gather easier
Dave Airlie
1
-36
/
+36
2015-05-20
tgsi: handle TG4 opcode in tgsi exec
Dave Airlie
2
-2
/
+12
2015-05-20
softpipe: add textureOffset support.
Dave Airlie
2
-62
/
+97
2015-05-20
softpipe: move control into a filter args struct
Dave Airlie
2
-26
/
+32
2015-05-20
softpipe: move some image filter parameters into a struct
Dave Airlie
2
-258
/
+224
2015-05-19
Post-branch version bump to 10.7.0-devel, add release notes template
Emil Velikov
2
-1
/
+59
2015-05-19
glapi: track GL_ARB_program_interface_query.xml
Emil Velikov
1
-0
/
+1
2015-05-19
i965: add brw_cs.h to the sources list
Emil Velikov
1
-0
/
+1
2015-05-18
mesa/driver/haiku: Drop Mesa swrast renderer
Alexander von Gluck IV
6
-868
/
+0
2015-05-18
i965: Use NIR by default for vertex shaders on GEN8+
Jason Ekstrand
1
-1
/
+1
2015-05-18
freedreno: fence fix
Rob Clark
1
-1
/
+3
2015-05-18
i965: Add gen8 blend state
Ben Widawsky
1
-2
/
+110
[next]