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
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/20.0
staging/20.1
staging/20.2
staging/20.3
staging/21.0
staging/21.1
staging/21.2
staging/21.3
staging/22.0
staging/22.1
staging/22.2
staging/22.3
staging/23.0
staging/23.1
staging/23.2
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
2011-03-02
docs: Add change log to 7.9.2 release notes
mesa-7.9.2
Ian Romanick
1
-1
/
+202
2011-03-02
mesa: set version string to 7.9.2 (final)
Ian Romanick
2
-2
/
+2
2011-03-02
intel: Remove driver date and related bits from renderer string
Ian Romanick
1
-5
/
+1
2011-03-01
docs: Clean up bug fixes list
Ian Romanick
1
-12
/
+14
2011-03-01
docs: Update 7.9.2 release notes for recent cherry picks
Ian Romanick
1
-1
/
+21
2011-03-01
Point to bugs.freedesktop.org rather than bugzilla.freedesktop.org
Cyril Brulebois
1
-1
/
+1
2011-03-01
docs: updated environment variable list
Brian Paul
1
-12
/
+90
2011-03-01
docs: fix glsl_compiler name
Sam Hocevar
1
-1
/
+1
2011-03-01
docs: add glsl info
Sam Hocevar
1
-0
/
+1
2011-03-01
tnl: Add support for datatype GL_FIXED in vertex arrays
Chad Versace
1
-0
/
+40
2011-03-01
i915: Force lowering of all types of indirect array accesses in the FS
Ian Romanick
1
-2
/
+10
2011-03-01
i915: Calculate partial result to temp register first
Ian Romanick
1
-8
/
+8
2011-03-01
i915: Only mark a register as available if all components are written
Ian Romanick
1
-3
/
+17
2011-02-28
glsl: Use reralloc instead of plain realloc.
Kenneth Graunke
1
-5
/
+3
2011-02-28
linker: Fix off-by-one error implicit array sizing
Ian Romanick
1
-1
/
+1
2011-02-28
glx: Put null check before use
nobled
1
-2
/
+6
2011-02-28
glsl: Regenerate compiler files from cherry picks
Ian Romanick
3
-1785
/
+1898
2011-02-28
glsl: Finish out the reduce/reduce error fixes
Ian Romanick
3
-58
/
+109
2011-02-28
glsl: Eliminate reduce/reduce conflicts in glsl grammar
Keith Packard
1
-21
/
+71
2011-02-28
glsl: Reinstate constant-folding for division by zero
Chad Versace
1
-4
/
+20
2011-02-28
glsl: Set operators '%' and '%=' to be reserved when GLSL < 1.30
Chad Versace
1
-0
/
+7
2011-02-28
glcpp: Regenerate files from recent cherry picks
Ian Romanick
1
-253
/
+268
2011-02-28
glcpp: Raise error when modulus is zero
Chad Versace
1
-1
/
+6
2011-02-28
mesa: Initial size for secondary color array is 3
Ian Romanick
1
-1
/
+1
2011-02-28
glsl: Fix use of uninitialized values in _mesa_glsl_parse_state ctor.
Kenneth Graunke
1
-0
/
+2
2011-02-28
glsl: Reject shader versions not supported by the implementation
Ian Romanick
3
-9
/
+82
2011-02-28
glsl: Ensure that all GLSL versions are supported in the stand-alone compiler
Ian Romanick
1
-0
/
+6
2011-02-28
intel: Fix typeos from 3d028024 and 790ff232
Ian Romanick
2
-15
/
+15
2011-02-28
i915: Set correct values for range/precision of fragment shader types
Ian Romanick
1
-0
/
+14
2011-02-28
i965: Set correct values for range/precision of fragment shader types
Ian Romanick
1
-0
/
+9
2011-02-28
mesa: Connect glGetShaderPrecisionFormat into the dispatch table
Ian Romanick
1
-0
/
+1
2011-02-28
mesa: implement glGetShaderPrecisionFormat()
Brian Paul
3
-1
/
+68
2011-02-28
mesa: Add glDepthRangef and glClearDepthf to APIspec.xml.
Chia-I Wu
1
-0
/
+2
2011-02-28
mesa: Add getter for GL_SHADER_COMPILER with ARB_ES2_compatibility.
Eric Anholt
1
-0
/
+1
2011-02-28
mesa: Add getters for ARB_ES2_compatibility MAX_*_VECTORS.
Eric Anholt
1
-0
/
+9
2011-02-28
mesa: Add support for glDepthRangef and glClearDepthf.
Eric Anholt
5
-1
/
+21
2011-02-28
mesa: Add actual support for glReleaseShaderCompiler from ES2.
Eric Anholt
1
-2
/
+6
2011-02-28
mesa: Add extension enable bit for GL_ARB_ES2_compatibility.
Eric Anholt
2
-0
/
+2
2011-02-28
glapi: Regenerate for GL_ARB_ES2_compatibility.
Ian Romanick
10
-4216
/
+4533
2011-02-28
glapi: Add entrypoints and enums for GL_ARB_ES2_compatibility.
Eric Anholt
3
-0
/
+61
2011-02-25
mesa: Remove unsupported OES extensions
Ian Romanick
1
-3
/
+0
2011-02-22
dri_util: fail driCreateNewScreen if InitScreen is NULL
Paulo Zanoni
1
-0
/
+3
2011-02-22
radeon: avoid segfault on 3D textures.
Dave Airlie
1
-0
/
+3
2011-02-22
radeon/r200: fix fbo-clearmipmap + gen-teximage
Dave Airlie
3
-6
/
+6
2011-02-22
glsl2: fix signed/unsigned comparison warning
Brian Paul
1
-1
/
+1
2011-02-22
glsl: add ir_shader case in switch stmt to silence warning
Brian Paul
1
-0
/
+2
2011-02-22
mesa: include compiler.h for ASSERT macro
Brian Paul
1
-0
/
+1
2011-02-20
st/dri: Track drawable context bindings
Marek Olšák
4
-2
/
+14
2011-02-21
docs: add links to 7.9.1 and 7.9.2 release notes
Brian Paul
1
-0
/
+2
2011-02-21
docs: update 7.9.2 release notes with Brian's cherry-picks
Brian Paul
1
-1
/
+13
[next]