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
2006-02-02
fix bug 5791
mesa_6_4_2
Brian Paul
1
-0
/
+1
2006-02-02
use calloc instead of malloc so try_codegen field is initialized to zero (bug...
Brian Paul
1
-4
/
+4
2006-02-02
fix texcoord unit assertions, per Roland
Brian Paul
1
-2
/
+2
2006-02-02
added some sanity assertions
Brian Paul
1
-0
/
+5
2006-02-01
6.4.2 prep
Brian Paul
2
-2
/
+23
2006-02-01
prep for 6.4.2 release
Brian Paul
3
-1
/
+49
2006-02-01
bump version to 6.4.2
Brian Paul
2
-4
/
+4
2006-02-01
bump version to 6.4.2, add glfbdev.h to tarballs
Brian Paul
1
-4
/
+5
2006-02-01
replace > with >= in _mesa_ClientActiveTextureARB()
Brian Paul
1
-1
/
+1
2006-02-01
fix texcoord unit assertion (bug 5780)
Brian Paul
1
-3
/
+3
2006-01-27
misc updates
Brian Paul
1
-7
/
+9
2006-01-25
WGL_ARB_extensions_string extension
Brian Paul
1
-0
/
+9
2006-01-25
latest fixes for 6.4.2
Brian Paul
1
-0
/
+3
2006-01-25
add wglGetExtensionsStringARB() from trunk
Brian Paul
3
-2
/
+8
2006-01-16
Free visinfo object (Tilman Sauerbeck)
Brian Paul
1
-0
/
+2
2006-01-04
install GLw headers (bug 5396)
Brian Paul
1
-0
/
+1
2006-01-04
special-case Darwin (bug 4509)
Brian Paul
1
-0
/
+2
2005-12-15
move va_end() call (Evgeny Kotsuba)
Brian Paul
1
-1
/
+1
2005-12-14
Fix typo.
Keith Whitwell
1
-1
/
+1
2005-12-13
Apply memory context support from trunk.
Karl Schultz
5
-32
/
+21
2005-12-13
WMesaCreateContext takes a HWND as the first argument. Put back code to get ...
Karl Schultz
1
-2
/
+8
2005-12-12
sync with CVS trunk (see bug 5316)
Brian Paul
1
-12
/
+9
2005-12-12
added casts to WMesaCreateContext call, from CVS trunk (bug 5317)
Brian Paul
1
-5
/
+6
2005-12-12
silence warning, bug 5318
Brian Paul
1
-0
/
+2
2005-12-09
Reapply changes made outside Visual Studio
Karl Schultz
1
-2
/
+2
2005-12-08
restore @ lost in previous check-in
Brian Paul
1
-1
/
+1
2005-12-08
Back-port OSMesaColorClamp() function/feature from trunk. See bug 4917.
Brian Paul
11
-16
/
+61
2005-12-07
Add {} to RENDER_SPAN macro to fix compilation problem (Bugzilla 5253)
Karl Schultz
1
-4
/
+6
2005-12-07
export _tnl_program_string so osmesa can link
Karl Schultz
1
-0
/
+1
2005-12-07
Fix bugzilla 5253. Add {} around code in RENDER_SPAN macros when code includ...
Karl Schultz
1
-4
/
+4
2005-12-02
Fix two failures encountered when running out of memory during XImage
Brian Paul
2
-16
/
+19
2005-12-02
Test sizeof(drm_handle_t) instead of LONG64 when returning handles
Brian Paul
1
-6
/
+6
2005-12-02
Fix build issues on x86-64 due to missing include path in
Ian Romanick
2
-2
/
+2
2005-12-01
get depthBits from the current drawbuffer
Brian Paul
1
-3
/
+3
2005-11-30
added MD5 checksums
Brian Paul
1
-2
/
+10
2005-11-30
updates for 6.4.1 release
mesa_6_4_1
Brian Paul
4
-7
/
+33
2005-11-30
6.4.1 release notes
Brian Paul
1
-0
/
+47
2005-11-30
This is a major re-work of the __indirect_glInterleavedArrays routine. The
Ian Romanick
1
-133
/
+89
2005-11-29
assorted fixes for server-side direct rendering (bug 5199)
Brian Paul
4
-6
/
+6
2005-11-29
remove dri_client/ dir from tarball
Brian Paul
1
-1
/
+0
2005-11-29
use the drm files from the drm tree/package, not these
Brian Paul
5
-3531
/
+0
2005-11-29
use xf86drm.h from the drm tree
Brian Paul
1
-636
/
+0
2005-11-29
If the DDX driver didn't reserve any video RAM for textures, fall back to
Michel Dänzer
4
-22
/
+51
2005-11-27
fix BSD X server compilation problem
Brian Paul
1
-0
/
+1
2005-11-27
include stdint.h for BSD
Brian Paul
1
-11
/
+9
2005-11-25
use ADD_POINTERS macro instead of (uintptr_t) cast
Brian Paul
1
-8
/
+8
2005-11-24
Use _mesa_exec_free for fp->func.
Keith Whitwell
1
-7
/
+7
2005-11-22
added bug 5131 work-around
Brian Paul
1
-0
/
+1
2005-11-22
disable freeing of fp->func, see comment (bug 5131)
Brian Paul
1
-0
/
+7
2005-11-22
Use correct enums for program output variables. Fixes
Keith Whitwell
1
-2
/
+2
[next]