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
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
marge_bot_batch_merge_job
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
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
2009-05-15
mesa: bump version to 7.5-rc2
mesa_7_5_rc2
Brian Paul
2
-2
/
+2
2009-05-15
docs: updates from the 7.4 branch
Brian Paul
3
-5
/
+80
2009-05-14
r300: Make sure to drop current hardware state reference to texture objects.
Michel Dänzer
2
-8
/
+21
2009-05-13
intel: added null ptr check
Brian Paul
1
-1
/
+2
2009-05-13
intel: create a private gl_array_object for intel_clear_tris(), fix bug 21638
Brian Paul
3
-29
/
+75
2009-05-13
mesa: delete array objects before buffer objects during context tear-down
Brian Paul
1
-1
/
+2
2009-05-13
mesa: clean-up vertex array object VBO unbinding and delete/refcounting
Brian Paul
1
-31
/
+33
2009-05-13
mesa: reference counting for gl_array_object
Brian Paul
4
-13
/
+84
2009-05-12
glXChooseVisual: Only consider fbconfig if we can get the corresponding visual.
Michel Dänzer
1
-16
/
+17
2009-05-11
Test either GL_FRONT_LEFT or GL_FRONT for front-buffer rendering
Ian Romanick
1
-1
/
+2
2009-05-11
st: do proper refcounting for framebuffer surfaces
Brian Paul
2
-6
/
+17
2009-05-11
trivial: destroy window upon exit
Brian Paul
1
-0
/
+1
2009-05-11
mesa: Fixed a texture memory leak
Brian Paul
1
-0
/
+3
2009-05-09
mesa: added more gallium Makefiles to tarball list
Brian Paul
1
-0
/
+1
2009-05-09
gallium: replace lib with $(LIB_DIR)
Hanno Böck
1
-2
/
+2
2009-05-08
mesa: omit files that were removed from git
mesa_7_5_rc1
Brian Paul
1
-7
/
+0
2009-05-08
mesa: set version to 7.5-rc1
Brian Paul
2
-2
/
+2
2009-05-08
wgl: Grow the maximum number of pixel formats to cope with the new accum pixe...
José Fonseca
1
-1
/
+1
2009-05-08
mesa/st: keep surface_copy arguments positive
Keith Whitwell
2
-3
/
+68
2009-05-08
mesa/st: remove redundant call to st_finish in CopyTexSubImage
Keith Whitwell
1
-3
/
+0
2009-05-08
wgl: Export pixelformats with accumulation bits.
José Fonseca
1
-6
/
+8
2009-05-08
mesa/st: cope with non-ibo index data in st_draw_feedback.c
Keith Whitwell
1
-8
/
+15
2009-05-08
util/upload: catch failures to map_range and return error
Keith Whitwell
1
-13
/
+17
2009-05-08
scons: mingw is broken with -O1 and higher
Keith Whitwell
2
-0
/
+4
2009-05-08
stw: fix potential uninitialized use of curctx
Keith Whitwell
1
-1
/
+1
2009-05-08
wgl: Enforce a minimum 1x1 framebuffer size.
José Fonseca
1
-8
/
+19
2009-05-08
wgl: Add assertion for missing function.
José Fonseca
1
-0
/
+1
2009-05-08
wgl: Remove unused variable.
José Fonseca
1
-1
/
+0
2009-05-08
mesa: Make _mesa_share_state thread safe.
José Fonseca
1
-2
/
+9
2009-05-08
wgl: Implement ShareLists.
José Fonseca
4
-7
/
+28
2009-05-08
progs/trivial: add test for vertex program invarient transform
Keith Whitwell
3
-0
/
+149
2009-05-08
mesa: more complete fix for transform_invarient glitches
Keith Whitwell
6
-11
/
+153
2009-05-08
mesa/main: set PREFER_DP4 to match position_invarient code
Keith Whitwell
1
-1
/
+1
2009-05-08
wgl: Implemente SwapLayerBuffers.
José Fonseca
4
-5
/
+17
2009-05-08
scons: Don't use deprecated Options.
José Fonseca
2
-9
/
+9
2009-05-08
util: Limit the stack walk to avoid referencing undefined memory.
José Fonseca
1
-1
/
+10
2009-05-08
gallium/tgsi: hack around linker/archiver breakage
Keith Whitwell
1
-0
/
+27
2009-05-08
progs/trivial: add vbo-noninterleaved test
Keith Whitwell
3
-0
/
+141
2009-05-08
wgl: Include alpha bits in pixel format's cColorBits field.
José Fonseca
1
-1
/
+1
2009-05-08
gallium/draw: cope with unused vertex_elements
Keith Whitwell
3
-2
/
+9
2009-05-08
trivial: add line-flat.c
Keith Whitwell
3
-0
/
+149
2009-05-08
wgl: UINT_PTR null value is an integral type, so return 0 instead of NULL.
José Fonseca
1
-2
/
+2
2009-05-08
pb: Save the stack backtrace when creating/mapping a debug buffer.
José Fonseca
1
-1
/
+101
2009-05-08
pb: Dump the fenced buffer sizes.
José Fonseca
1
-4
/
+6
2009-05-07
swrast: fix span clipping bug
Brian Paul
2
-22
/
+71
2009-05-07
mesa: unmap buffer objects during context tear-down
Brian Paul
1
-0
/
+4
2009-05-05
gallium: fix texcoords for cubemap mipmap generation
Brian Paul
1
-10
/
+86
2009-05-04
glx: replace Xmalloc() calls with Xcalloc()
Brian Paul
2
-2
/
+2
2009-05-01
st: create renderbuffer's pipe_surface in st_render_texture()
Brian Paul
1
-1
/
+11
2009-05-01
mesa: fix state validation bug for glCopyTex[Sub]Image()
Brian Paul
1
-5
/
+16
[next]