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
2002-10-02
set planned release date (Oct 3)
mesa_4_0_4
Brian Paul
1
-2
/
+2
2002-10-02
finished the spec
Brian Paul
2
-10
/
+115
2002-10-02
also test glTexSubImage2D() with YCbCr data
Brian Paul
1
-2
/
+8
2002-10-02
better error checking related to YCbCr images
Brian Paul
1
-23
/
+52
2002-09-30
disable GL_NV_texture_rectangle by default
Brian Paul
1
-2
/
+2
2002-09-23
fix bug in index_mask() (bug 609837)
Brian Paul
1
-1
/
+2
2002-09-23
gl_texture_image RowStride changes from DRI R200 branch
Brian Paul
5
-16
/
+26
2002-09-21
update from Daniel Borca
Brian Paul
1
-3
/
+4
2002-09-21
Spelling mistake meas --> mesa
Keith Whitwell
1
-3
/
+3
2002-09-21
documentation for GL_MESA_pack_invert extension
Brian Paul
1
-0
/
+138
2002-09-21
fixed GL_MESA_pack_invert oversight
Brian Paul
1
-1
/
+3
2002-09-21
init pixelstore.Invert to GL_FALSE
Brian Paul
1
-2
/
+3
2002-09-21
added GL_APPLE_client_storage GL_MESA_pack_invert
Brian Paul
1
-1
/
+3
2002-09-21
added GL_MESA_pack_invert
Brian Paul
7
-12
/
+70
2002-09-21
minor YCBCR fixes
Brian Paul
2
-5
/
+5
2002-09-20
sync with DRI R200 branch (GL_APPLE_client_storage extension)
Brian Paul
7
-23
/
+47
2002-09-20
updated status to OBSOLETE
Brian Paul
2
-4
/
+4
2002-09-20
first draft at spec'ing these new extensions
Brian Paul
2
-0
/
+186
2002-09-20
Add missing entries and clean up a bit.
Karl Schultz
1
-4
/
+120
2002-09-20
finish-up AGP loose-ends
Brian Paul
4
-4
/
+43
2002-09-20
GLX_NV_vertex_array_range and GLX_MESA_agp_offset extensions
Brian Paul
1
-13
/
+33
2002-09-20
removed old MESA_TRACE stuff
Brian Paul
1
-31
/
+1
2002-09-20
stub functions for AGP from 4.1 branch
Brian Paul
5
-10
/
+90
2002-09-19
updated BeOS driver
Brian Paul
1
-1
/
+2
2002-09-19
added src/BeOS/*.h to file list
Brian Paul
1
-1
/
+2
2002-09-19
updated BeOS support (Philippe Houdoin)
Brian Paul
4
-1040
/
+540
2002-09-19
push and pop ESI (Daniel Borca)
Brian Paul
1
-1
/
+3
2002-09-19
obsolete
Brian Paul
1
-52
/
+0
2002-09-17
Doesn't find readpix.c without this -I../util
Keith Whitwell
1
-4
/
+3
2002-09-17
remove GLint t, pass target to _mesa_init_teximage_fields()
Brian Paul
1
-3
/
+2
2002-09-17
undo last check-in
Brian Paul
1
-5
/
+6
2002-09-17
sync from r200 DRI branch (_swrast_render_start/finish() and tnl_dd changes
Brian Paul
7
-44
/
+107
2002-09-16
fix auto mipmap generation problem (backport from 4.1)
Brian Paul
4
-98
/
+88
2002-09-15
removed unused teximage Width/Height/DepthScale
Brian Paul
2
-17
/
+2
2002-09-14
fixed typo
Brian Paul
1
-2
/
+2
2002-09-14
latest 4.0.4 updates
Brian Paul
1
-1
/
+4
2002-09-14
new comments
Brian Paul
2
-4
/
+22
2002-09-14
implemented glGetTexImage for YCRCB
Brian Paul
1
-5
/
+17
2002-09-14
added GL_UNSIGNED_SHORT_8_8_APPLE
Brian Paul
1
-3
/
+14
2002-09-13
fix YCbCr component ordering typos
Brian Paul
1
-15
/
+15
2002-09-13
fix i/j typo and icr/icb transposition
Brian Paul
1
-4
/
+4
2002-09-13
fix typos
Brian Paul
2
-4
/
+4
2002-09-13
added GL_MESA_ycbcr_texture and GL_APPLE_ycbcr_422 tokens
Brian Paul
1
-1
/
+20
2002-09-13
test GL_MESA_ycbcr_texture and GL_NV_texture_rectangle
Brian Paul
1
-0
/
+231
2002-09-13
initial prototype of new GL_MESA_ycrcb_texture extension
Brian Paul
11
-80
/
+353
2002-09-13
removed cvs log comments
Brian Paul
2
-129
/
+2
2002-09-13
removed unfinished GL_MESA_sprite_point extension
Brian Paul
8
-179
/
+27
2002-09-13
added AIX compile fixes
Brian Paul
1
-1
/
+2
2002-09-12
Add #define GL_GLEXT_PROTOTYPES since this demo uses ARB extensions.
Karl Schultz
1
-1
/
+6
2002-09-12
Mark the destroyed context as not current. (Frank Warmerdam)
Karl Schultz
1
-1
/
+4
[next]