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
21.1
21.2
21.3
22.0
22.1
22.2
22.3
23.0
23.1
23.2
23.3
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
amber
gallium-no-rhw-position
main
opengl-es-v2
staging/23.2
staging/23.3
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
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-12
scons: Update for xmlpool/options.h generation.
José Fonseca
5
-0
/
+20
2013-01-12
nv50/nvc0: Build codegen in nv50.
Johannes Obermayr
6
-36
/
+45
2013-01-12
winsys/sw/wayland: Fix build to properly use wayland cflags
Pekka Vuorela
1
-1
/
+1
2013-01-12
texformat: use MESA_FORMAT_ARGB2101010 with GL_UNSIGNED_INT_2_10_10_10_REV
Jordan Justen
1
-1
/
+7
2013-01-12
texstore argb2101010: merge GL_RGBA and GL_RGB cases
Jordan Justen
1
-15
/
+3
2013-01-12
glformats: support _mesa_bytes_per_pixel for 2101010+GL_RGB
Jordan Justen
1
-1
/
+2
2013-01-12
glformats: add _mesa_base_format_component_count
Jordan Justen
2
-0
/
+29
2013-01-12
glformats: add functions to detect signed/unsigned integer types
Jordan Justen
2
-14
/
+46
2013-01-12
unpack: support unpacking MESA_FORMAT_ARGB2101010
Jordan Justen
1
-0
/
+18
2013-01-11
mesa: Add extension tracking for {ARB,OES}_get_program_binary
Ian Romanick
1
-0
/
+2
2013-01-11
mesa: Add GetProgramiv support for GL_PROGRAM_BINARY_LENGTH
Ian Romanick
1
-0
/
+3
2013-01-11
mesa: Add Get support for PROGRAM_BINARY_FORMATS and NUM_PROGRAM_BINARY_FORMATS
Ian Romanick
1
-0
/
+4
2013-01-11
mesa: Add tracking for GL_PROGRAM_BINARY_RETRIEVABLE_HINT state
Ian Romanick
2
-0
/
+62
2013-01-11
mesa: Emit errors for geometry shader enums when ARB_gs4 is not supported
Ian Romanick
1
-5
/
+15
2013-01-11
glapi: Emit dispatch for {ARB,OES}_get_program_binary
Ian Romanick
2
-12
/
+16
2013-01-11
glapi: Remove spurious space from end of extension name
Ian Romanick
1
-1
/
+1
2013-01-11
mesa: Add stub implementations of glGetProgramBinary and glProgramBinary
Ian Romanick
2
-0
/
+63
2013-01-11
mesa: Fix the naming of _mesa_ProgramParameteriARB
Ian Romanick
2
-4
/
+4
2013-01-11
glapi: Reorder and clean up some of the includes and comments
Ian Romanick
1
-7
/
+3
2013-01-11
mesa: Fix GL_SHADER_BINARY_FORMATS query
Ian Romanick
1
-8
/
+2
2013-01-11
r600g: fix warnings for htile va
Dave Airlie
2
-2
/
+2
2013-01-11
r600g: texture buffer object + glsl 1.40 enable support (v2)
Dave Airlie
10
-19
/
+373
2013-01-11
r600g: uniform buffer object support
Dave Airlie
2
-9
/
+49
2013-01-11
r600: always export a position from vertex shader
Dave Airlie
1
-0
/
+17
2013-01-11
glcpp: Add tests for line continuation
Carl Worth
4
-0
/
+46
2013-01-11
glcpp: Rewrite line-continuation support to act globally.
Carl Worth
1
-66
/
+49
2013-01-11
glcpp: Add --disable-line-continuations argument to standalone glcpp
Carl Worth
1
-2
/
+44
2013-01-11
glcpp: Allow test-specific arguments for standalone glcpp tests
Carl Worth
1
-2
/
+9
2013-01-11
glcpp: Honor the GL context's DisableGLSLLineContinuations option
Carl Worth
1
-1
/
+3
2013-01-11
glcpp: Accept pointer to GL context rather than just the API version
Carl Worth
7
-8
/
+21
2013-01-11
drirc: Add quirk to disable GLSL line continuations for Savage2
Carl Worth
1
-0
/
+3
2013-01-11
driconf: Add a new option: disable_glsl_line_continuations
Carl Worth
4
-1
/
+15
2013-01-11
driconf: Add proper dependency for compiling .mo files from .po files.
Carl Worth
2
-21
/
+20
2013-01-11
driconf: Add translation-generation to build system, don't track generated files
Carl Worth
8
-643
/
+64
2013-01-11
driconf: Fix German translations by removing a couple of bogus backslashes
Carl Worth
1
-2
/
+2
2013-01-11
driconf: Fix gen_xmlpool.py script to allow running from any directory
Chad Versace
2
-4
/
+18
2013-01-11
driconf: Add some translations which have been available, but were not compiled
Carl Worth
1
-8
/
+8
2013-01-11
driconf: Add option definitions to source file, not generated target
Carl Worth
1
-0
/
+10
2013-01-11
targets/opencl: Link against libgallium.la instead of libgallium.a
Tom Stellard
1
-1
/
+1
2013-01-11
drivers/radeon: Don't link against libgallium.la
Tom Stellard
1
-2
/
+1
2013-01-11
mesa: Use _mesa_lookup_enum_by_nr in tex*_error_check
Matt Turner
1
-6
/
+9
2013-01-11
mesa/es3: Add support for GL_PRIMITIVE_RESTART_FIXED_INDEX
Ian Romanick
9
-19
/
+67
2013-01-11
i965: Add support for GL_ANY_SAMPLES_PASSED_CONSERVATIVE
Ian Romanick
1
-0
/
+3
2013-01-11
mesa/es3: Add support for GL_ANY_SAMPLES_PASSED_CONSERVATIVE query target
Ian Romanick
2
-2
/
+11
2013-01-11
mesa/es3: Allow transpose matrix uniforms in GLES3
Ian Romanick
1
-1
/
+2
2013-01-11
glcpp: Reject token pasting operator in GLES
Matt Turner
1
-0
/
+2
2013-01-11
glcpp: Make undefined macros illegal in #if and #elif for GLES3
Carl Worth
1
-0
/
+2
2013-01-11
glcpp: Add a flag to the parser state to indicate GLES.
Carl Worth
2
-11
/
+16
2013-01-11
glcpp: Add back tests/*.out to .gitignore
Andreas Boll
1
-0
/
+1
2013-01-11
targets/egl-static: fix link failure to libwayland-drm
Knut Andre Tidemann
1
-1
/
+1
[next]