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
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
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-08-30
docs: Add some missing features to 9.0 release notes and GL3.txt
9.0-branchpoint
Ian Romanick
2
-4
/
+6
2012-08-30
mesa: Bump version to 9.0
Ian Romanick
4
-10
/
+26
2012-08-31
r600g: enable transform feedback on Cayman
Marek Olšák
1
-3
/
+1
2012-08-31
r600g: implement MSAA for Cayman
Marek Olšák
8
-73
/
+187
2012-08-30
i965/msaa: flag _NEW_MULTISAMPLE in the brw_tracked_state
Anuj Phogat
2
-2
/
+3
2012-08-30
r600g: enable MSAA on r6xx by default
Marek Olšák
1
-3
/
+6
2012-08-30
r600g: disable MSAA depth decompression on r6xx
Marek Olšák
1
-1
/
+10
2012-08-30
r600g: implement color resolve for r600
Marek Olšák
7
-26
/
+199
2012-08-30
r600g: fix CB_SHADER_MASK and CB_TARGET_MASK for r6xx
Marek Olšák
1
-11
/
+24
2012-08-30
r600g: implement draw_rectangle callback
Marek Olšák
5
-16
/
+88
2012-08-30
r600g: implement MSAA for r700
Marek Olšák
7
-41
/
+262
2012-08-30
r600g: change programming of CB_SHADER_MASK on r600-r700
Marek Olšák
1
-1
/
+2
2012-08-30
configure.ac: require libdrm_radeon 2.6.39 for MSAA
Marek Olšák
1
-1
/
+1
2012-08-30
meta: remove call to _meta_in_progress(), fix multisample enable/disable
Brian Paul
2
-8
/
+32
2012-08-30
meta: add parenthesis to silence compiler warnings
Brian Paul
1
-2
/
+2
2012-08-30
scons : add HAVE_DLOPEN to build environment
Tapani Pälli
1
-0
/
+1
2012-08-30
radeonsi: fix stupid bug added in commit 07838603b9a69c05911edbcd351bfce5ad9b...
Christian König
1
-7
/
+8
2012-08-29
i965/fs: Remove a dead member from live variables analysis.
Eric Anholt
2
-6
/
+0
2012-08-29
i965/fs: Initialize output_components[] by filling it with zeros.
Kenneth Graunke
1
-0
/
+1
2012-08-29
mesa: Do something sensible when on-line compression is requested but not pos...
Ian Romanick
1
-0
/
+31
2012-08-29
i965: Allow creation of OpenGL 3.1 contexts
Ian Romanick
1
-0
/
+19
2012-08-29
i965: Advertise GLSL 1.40 and TexBOs in core contexts
Ian Romanick
1
-1
/
+9
2012-08-29
intel: Clean up bits of cruft in intelCreateContext
Ian Romanick
1
-40
/
+11
2012-08-29
i965: Set context flags
Ian Romanick
3
-2
/
+12
2012-08-29
mesa/dri: Allow creation of forward-compatible contexts
Ian Romanick
1
-5
/
+5
2012-08-29
mesa/es: Enable GL_OES_vertex_array_object
Ian Romanick
5
-13
/
+41
2012-08-29
mesa: Enable GL_{ARB,APPLE}_vertex_array_object in all drivers
Ian Romanick
7
-17
/
+3
2012-08-29
meta: Don't use deprecated keyword in 1.30 shader
Ian Romanick
1
-1
/
+1
2012-08-29
mesa: Disallow alpha, luminance, and LA textures in core context
Ian Romanick
1
-4
/
+6
2012-08-29
mesa: Disallow more deprecated functions in core context
Ian Romanick
2
-3
/
+2
2012-08-29
mesa: Require names from Gen in core context
Ian Romanick
2
-0
/
+9
2012-08-29
mesa: Allow NULL vertex pointer without a VBO
Ian Romanick
1
-4
/
+13
2012-08-29
mesa: Disallow VertexAttribPointer without a VAO in a core context
Ian Romanick
1
-0
/
+17
2012-08-29
mesa: Disallow wide lines in forward compatible context
Ian Romanick
1
-0
/
+17
2012-08-29
mesa: Only FRONT_AND_BACK is allowed for PolygonMode in core context
Ian Romanick
2
-2
/
+16
2012-08-29
meta: Don't stray outside the confines of the API specified in the context
Paul Berry
2
-43
/
+65
2012-08-29
mesa: Don't allow display lists or evaluators in core context
Ian Romanick
2
-3
/
+7
2012-08-29
mesa: Don't allow GL_EXTENSIONS query in core context
Ian Romanick
1
-0
/
+4
2012-08-29
mesa: Non-sprite points are deprecated
Ian Romanick
1
-1
/
+13
2012-08-29
mesa: Fix VAO deletion on GL 3.1 core.
Eric Anholt
1
-1
/
+1
2012-08-29
mesa: Enable a bunch of missing getters on 3.1 core.
Eric Anholt
1
-1
/
+1
2012-08-29
mesa: Expose texture buffer objects when the context is GL 3.1 core.
Eric Anholt
2
-10
/
+18
2012-08-29
mesa: Allow PACK / UNPACK queries for ES2
Ian Romanick
1
-9
/
+9
2012-08-29
mesa: Kill ES2 wrapper functions
Ian Romanick
9
-166
/
+226
2012-08-29
mesa: glGetVertexAttribPointerv is part of core profile and ES2
Ian Romanick
1
-1
/
+1
2012-08-29
mesa/es: Validate glPointParameter pname in Mesa code rather than the ES wrapper
Ian Romanick
3
-25
/
+1
2012-08-29
mesa: Require OpenGL 2.0 for GL_POINT_SPRITE_COORD_ORIGIN
Ian Romanick
1
-5
/
+4
2012-08-29
mesa: Require that drivers supporting point sprites support point parameters
Ian Romanick
1
-60
/
+46
2012-08-29
mesa/es: Validate glGetTexEnv parameters in Mesa code rather than the ES wrapper
Ian Romanick
2
-87
/
+5
2012-08-29
mesa/es: Validate glTexEnv parameters in Mesa code rather than the ES wrapper
Ian Romanick
3
-329
/
+43
[next]