index
:
mesa/mesa
10.0
10.1
10.2
10.3
10.4
10.5
10.6
11.0
11.1
11.2
12.0
13.0
17.0
17.1
17.2
17.3
18.0
18.1
18.2
18.3
19.0
19.1
19.2
19.3
20.0
20.1
20.2
20.3
21.0
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
gallium-no-rhw-position
master
opengl-es-v2
staging/20.0
staging/20.1
staging/20.2
staging/20.3
staging/21.0
tess-use-io-semantics
virgl_fix_type_v1
The Mesa 3D Graphics Library (mirrored from https://gitlab.freedesktop.org/mesa/mesa)
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-14
scons: Fix Haiku binary optimizations
Alexander von Gluck IV
1
-1
/
+10
2012-06-14
mesa: fix html in shortlog_mesa.sh script
Andreas Boll
1
-4
/
+4
2012-06-14
mesa: added Ian's shortlog_mesa.sh script in bin/
Brian Paul
1
-0
/
+23
2012-06-14
svga: make svga_surface_needs_propagation() surface const
Brian Paul
2
-3
/
+3
2012-06-14
svga: add svga_surface_const() cast wrapper
Brian Paul
1
-0
/
+8
2012-06-14
svga: fix comment typo
Brian Paul
1
-1
/
+1
2012-06-14
rbug: fix make process on Linux Mint 13 x64.
Aaron Watry
12
-20
/
+20
2012-06-14
windows/gdi: Remove GL_NV_register_combiners and GL_NV_vertex_array_range exp...
José Fonseca
1
-15
/
+0
2012-06-13
glsl: Fix pi/2 constant in acos built-in function
Ian Romanick
1
-4
/
+4
2012-06-13
glapi: Remove GL_NV_vertex_array_range from the dispatch table
Ian Romanick
2
-5
/
+6
2012-06-13
glapi: Remove GL_NV_fence from the dispatch table
Ian Romanick
2
-15
/
+11
2012-06-13
glapi: Remove GL_NV_register_combiners from the dispatch table
Ian Romanick
2
-27
/
+17
2012-06-13
glapi: Remove GL_APPLE_texture_range from the dispatch table
Ian Romanick
2
-5
/
+6
2012-06-13
glapi: Remove GL_SGIX_pixel_texture from the dispatch table
Ian Romanick
2
-3
/
+5
2012-06-13
glapi: Remove GL_SGIS_pixel_texture from the dispatch table
Ian Romanick
2
-13
/
+10
2012-06-13
mesa/tests: Add tests for the generated dispatch table
Ian Romanick
4
-0
/
+1693
2012-06-13
mesa/tests: Add tests for _mesa_lookup_enum_by_{name,nr} functions
Ian Romanick
4
-0
/
+1875
2012-06-13
glapi: Add missing GL_EXT_texture_sRGB_decode enums
Ian Romanick
1
-0
/
+6
2012-06-13
glapi: Add missing GL_EXT_framebuffer_sRGB enums
Ian Romanick
1
-0
/
+5
2012-06-13
glapi: Add missing GL_EXT_packed_float enums
Ian Romanick
1
-0
/
+6
2012-06-13
glapi: Add missing framebuffer sRGB enum
Ian Romanick
1
-0
/
+1
2012-06-13
glapi: Add uniform buffer object enums
Ian Romanick
1
-0
/
+32
2012-06-13
glapi: Add missing enums for GL_NV_fragment_program
Ian Romanick
1
-0
/
+7
2012-06-13
glapi: Add missing enums for GL_ARB_occlusion_query2
Ian Romanick
1
-1
/
+6
2012-06-13
glapi: Remove extraneous GL_ from TEXTURE_IMMUTABLE_FORMAT
Ian Romanick
1
-1
/
+1
2012-06-13
glapi: Add missing enums for GL_ATI_fragment_shader
Ian Romanick
1
-0
/
+111
2012-06-13
glapi: Add texture swizzle enums
Ian Romanick
1
-0
/
+5
2012-06-13
glapi: Add a couple missing 3.0 enums
Ian Romanick
1
-0
/
+2
2012-06-13
glapi: Add missing _NV extension on COMBINE4
Ian Romanick
1
-1
/
+1
2012-06-13
glapi: Add missing enums for GL_EXT_vertex_array
Ian Romanick
1
-0
/
+9
2012-06-13
glapi: Add missing enums for GL_EXT_compiled_vertex_array
Ian Romanick
1
-0
/
+3
2012-06-13
glx/tests: Add unit tests for generated code in indirect_init.c
Ian Romanick
2
-1
/
+1536
2012-06-13
glx/tests: Add unit tests for generated code in indirect_size.c
Ian Romanick
2
-0
/
+557
2012-06-13
glx/tests: Rename test as glx-test
Ian Romanick
1
-4
/
+4
2012-06-13
glx: Move tests from tests/glx to src/glx/tests
Ian Romanick
12
-10
/
+8
2012-06-13
util: add some comments, fix indentation
Brian Paul
1
-1
/
+5
2012-06-12
glsl: Transform dot product by a basis vector into a swizzle
Matt Turner
2
-3
/
+24
2012-06-12
glsl: Add is_basis function
Matt Turner
2
-4
/
+70
2012-06-12
glsl: Check for zero vectors in ir_binop_dot
Matt Turner
1
-0
/
+7
2012-06-12
mesa: move variable declaration out of loop to fix MSVC build
Brian Paul
1
-1
/
+2
2012-06-12
mesa: Fix bool-int mismatch
Stéphane Marchesin
1
-4
/
+5
2012-06-12
mesa: Fix hash table leak
Antoine Labour
2
-6
/
+15
2012-06-12
mesa: Free uniforms correclty.
Antoine Labour
1
-1
/
+2
2012-06-12
meta: Cleanup the resources we allocate.
Antoine Labour
1
-6
/
+66
2012-06-12
glx: Handle a null reply in QueryVersion.
Stéphane Marchesin
1
-0
/
+3
2012-06-12
radeonsi: Don't always re-compile shaders after they're bound.
Michel Dänzer
1
-6
/
+1
2012-06-12
st/xorg: Fix crash on startup.
Dave Airlie
1
-4
/
+11
2012-06-12
radeonsi: Use linear instead of constant interpolation for now.
Michel Dänzer
2
-4
/
+22
2012-06-12
radeonsi: Handle SUB_f32.
Thomas Stellard
2
-2
/
+3
2012-06-12
radeonsi: Only dump shaders with environment variable RADEON_DUMP_SHADERS=1.
Michel Dänzer
2
-9
/
+20
[next]