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-06-05
mesa: bump version to 7.5-rc3
mesa_7_5_rc3
Brian Paul
2
-2
/
+2
2009-06-04
osmesa: Link with -ldl for dlopen code
Dan Nicholson
1
-5
/
+2
2009-06-04
osmesa: Allow building standalone in all three channel widths
Dan Nicholson
1
-27
/
+9
2009-06-04
softpipe: separate case for PIPE_PRIM_POLYGON in sp_vbuf_draw()
Brian Paul
1
-2
/
+12
2009-06-04
softpipe: fix incorrect tri vertex order for PIPE_PRIM_POLYGON rendering
Brian Paul
1
-1
/
+1
2009-06-04
st/mesa: increase ST_MAX_SHADER_TOKENS to 8k
Brian Paul
1
-1
/
+1
2009-06-04
tgsi: increase MAX_LABELS to 4096
Brian Paul
1
-1
/
+1
2009-06-02
scons: Less aggressive optimizations for MSVC 64bit compiler.
José Fonseca
1
-4
/
+17
2009-06-02
scons: Output nice summary messages instead of long command lines.
José Fonseca
2
-5
/
+10
2009-06-02
util: Unsaved change missing from last commit.
José Fonseca
1
-1
/
+1
2009-06-02
util: Support Z24S8/Z24X8 -> unsigned conversion.
José Fonseca
1
-0
/
+15
2009-06-02
util: Fix 24 to 32 bit expansion binary arithmetic expression.
José Fonseca
1
-1
/
+1
2009-06-02
mesa: release VBO and PBO references upon context destruction
Brian Paul
1
-0
/
+10
2009-06-02
mesa: add #define FEATURE_ARB_pixel_buffer_object
Brian Paul
1
-0
/
+1
2009-06-02
intel: Clip to window after calling Driver.TexImage2D
Ian Romanick
1
-9
/
+8
2009-06-01
gallium/draw: Free specialized versions of driver shaders
Keith Whitwell
3
-0
/
+13
2009-06-01
draw: free more token arrays
Keith Whitwell
2
-5
/
+12
2009-06-01
draw: avoid leaking tokens when building pstipple fragment shader
Keith Whitwell
1
-0
/
+1
2009-06-01
mesa/st: restore flush to copy_texsubimage (was previously finish)
Keith Whitwell
1
-0
/
+3
2009-06-01
wgl: Destroy the framebuffer when the window is destroyed.
José Fonseca
1
-24
/
+48
2009-06-01
progs/vpglsl: add similar support for point rendering as progs/vp
Keith Whitwell
3
-6
/
+64
2009-06-01
st/gl: Fix mip gen for compressed textures
Jakob Bornecrantz
1
-6
/
+8
2009-06-01
trivial/tri-z: add controls for depthrange min/max
Keith Whitwell
1
-10
/
+40
2009-06-01
progs/wgl: Small cleanup to wglinfo.
José Fonseca
1
-5
/
+4
2009-06-01
progs/wgl: Use an invisible window in wglinfo.
José Fonseca
1
-1
/
+1
2009-06-01
st/mesa: fix incorrect sprite origin when drawing to FBO/texture
Brian Paul
1
-1
/
+2
2009-06-01
draw: reset extra_vp_outputs.slot to zero in widepoint_flush()
Brian Paul
1
-0
/
+1
2009-06-01
demos: add missing dependencies for util files
Brian Paul
1
-10
/
+11
2009-05-31
wgl: Cleanup framebuffer destruction logic.
José Fonseca
1
-9
/
+4
2009-05-31
wgl: Ensure we only create framebuffers for HDC associated with a window.
José Fonseca
1
-1
/
+7
2009-05-30
wgl: Use the right pixel format.
José Fonseca
9
-202
/
+301
2009-05-30
wgl: Fix debugging output.
José Fonseca
1
-9
/
+27
2009-05-30
wgl: Rename function.
José Fonseca
1
-2
/
+2
2009-05-30
wgl: Remove unused field.
José Fonseca
2
-2
/
+0
2009-05-30
mesa: Output warnings to debugger on Windows.
José Fonseca
1
-0
/
+10
2009-05-30
mesa: Check/propagate return value on st_make_current.
José Fonseca
2
-8
/
+11
2009-05-30
mesa: Add success/failures return value to _mesa_make_current.
José Fonseca
2
-4
/
+6
2009-05-30
softpipe: fix incorrect provoking vertex color for PIPE_PRIM_POLYGON
Brian Paul
1
-1
/
+15
2009-05-22
mesa: fix loop over generic attribs in update_arrays()
Brian Paul
1
-1
/
+1
2009-05-22
vbo: fix crash in vbo_exec_bind_arrays()
Brian Paul
1
-0
/
+1
2009-05-22
demos: fix multitex.c VertCoord attribute mapping
Brian Paul
1
-1
/
+16
2009-05-22
mesa: allow GL_BITMAP type in _mesa_image_image_stride()
Brian Paul
1
-13
/
+23
2009-05-22
mesa: added comment
Brian Paul
1
-0
/
+1
2009-05-21
mesa: add missing glGet*() case for GL_VERTEX_ARRAY_BINDING_APPLE
Brian Paul
2
-1
/
+16
2009-05-21
vbo: fix incorrect loop limit in bind_array_obj()
Brian Paul
1
-1
/
+4
2009-05-21
mesa: use MAX_ values instead of literals
Brian Paul
1
-2
/
+2
2009-05-21
minstall: Don't copy over an identical file
Carl Worth
1
-2
/
+5
2009-05-19
mesa: allow depth/stencil textures to be attached to GL_STENCIL_ATTACHMENT
Mathias Fröhlich
1
-4
/
+14
2009-05-19
mesa: assign trb->Base.StencilBits in update_wrapper().
Brian Paul
1
-0
/
+1
2009-05-18
st/mesa: fix incorrect src/dst stride params to _mesa_generate_mipmap_level()
Brian Paul
1
-2
/
+6
[next]