Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
mesa3d
/
15955f1c5e040dc56ad874177577f88f0e86d77b
15955f1
by Karl Rasche
· 21 years ago
4814d79
by Karl Rasche
· 21 years ago
91b6a4a
include malloc.h to get ptrdiff_t for vertex buffer object's GLintptr
by Brian Paul
· 21 years ago
8525fae
build fixes, rh9
by Keith Whitwell
· 21 years ago
67f8a1d
added OpenGL 1.5 tokens and functions not yet put into glext.h
by Brian Paul
· 21 years ago
4774cd9
pass ctx to fetch_vector4_deriv()
by Brian Paul
· 21 years ago
96ad2cd
GL_ARB_point_sprite is not part of 1.5
by Brian Paul
· 21 years ago
533733d
updated core makefiles to include arbparse
by Daniel Borca
· 21 years ago
a1769b0
fix some bugs in computation of DDX, DDY commands
by Brian Paul
· 21 years ago
b9c5672
s/byte/GLubyte/ and other minor clean-ups
by Brian Paul
· 21 years ago
6d66ba1
reformat comments for 80-column viewing
by Brian Paul
· 21 years ago
ba254c0
fix a bunch of warnings
by Brian Paul
· 21 years ago
663a9e1
more texture compression
by Daniel Borca
· 21 years ago
8b07e9d
by Jouk Jansen
· 21 years ago
a6a4257
Caught missing parse_color_type() [Jacob Jansen]
by Karl Rasche
· 21 years ago
08e6fb3
texture compression testbed
by Daniel Borca
· 21 years ago
c07cd5b
small matters
by Daniel Borca
· 21 years ago
00ad4e1
by Karl Rasche
· 21 years ago
75b5cb4
by Karl Rasche
· 21 years ago
1c27a1e
by Karl Rasche
· 21 years ago
ef563d0
doc updates; GLUT timer additions; fixed compilation warnings
by Daniel Borca
· 21 years ago
aa0d6dc
added reference to original half/float conversion code
by Brian Paul
· 21 years ago
10b0921
added missing <type> error checking in read_index_pixels()
by Brian Paul
· 21 years ago
7eb3e9b
Some groundwork for supporting GLhalf datatype.
by Brian Paul
· 21 years ago
56fe4dc
fix comments about Cr==V, Cb==U
by Brian Paul
· 21 years ago
a4e65d6
fix texgen bug 597589
by Brian Paul
· 21 years ago
16c119b
remove GL_GLEXT_LEGACY
by Brian Paul
· 21 years ago
0ce7d77
added glAccum bug fix
by Brian Paul
· 21 years ago
3a0e0b2
no-op glAccum in selection/feedback mode (per Mark Kilgard's updates to the 1.5 spec)
by Brian Paul
· 21 years ago
af6162e
vanilla extensions disabled
by Daniel Borca
· 21 years ago
34a8bf5
added Ville's RGBA blend fix
by Brian Paul
· 21 years ago
6eb2547
updated 5.0.2 tarballs
by Brian Paul
· 21 years ago
57857ca
Ville Syrjala's logic op patch
by Brian Paul
· 21 years ago
80ee4b1
dirty hack to advertise vanilla extension names
by Daniel Borca
· 21 years ago
a2b9bad
Redo array element checking for vertex array buffers.
by Brian Paul
· 21 years ago
5e99ad1
s/GGIMesaContext/ggi_mesa_context_t/
by Brian Paul
· 21 years ago
33267a4
fix comments
by Brian Paul
· 21 years ago
666b0a3
added glTexSubImage3D bug
by Brian Paul
· 21 years ago
c5853c6
s/xoffset/zoffset/ (Cedric Gautier)
by Brian Paul
· 21 years ago
d96651b
NCC fixes and some cosmetics
by Daniel Borca
· 21 years ago
e83cf6d
added wgl bug fix
by Brian Paul
· 21 years ago
afa6e97
fix AccessViolation bug (#835861)
by Brian Paul
· 21 years ago
f023391
another tweak from Matt Sealey
by Brian Paul
· 21 years ago
0768744
small fixes wrt texture handling
by Daniel Borca
· 21 years ago
ef38754
small fixes wrt texture handling
by Daniel Borca
· 21 years ago
313e12e
Voodoo2 happiness
by Daniel Borca
· 21 years ago
7093114
accomodate decorated names
by Daniel Borca
· 21 years ago
f807a35
removed detritus
by Daniel Borca
· 21 years ago
e81b180
bugfixes wrt texture compression
by Daniel Borca
· 21 years ago
63a5ca0
changes to accomodate texture compression
by Daniel Borca
· 21 years ago
40bd9d0
texture compression
by Daniel Borca
· 21 years ago
e96a121
prefix MAKELIB with TOP in default case (Matt Sealey)
by Brian Paul
· 21 years ago
20f40fa
minor fix to glutSetColor prototype (Evgeny Kotsuba)
by Brian Paul
· 21 years ago
73d4f69
Pass $(MKLIB_OPTIONS) to mklib script to allow setting extra options.
by Brian Paul
· 21 years ago
65e2ab3
added MorphOS instructions (Matt Sealey)
by Brian Paul
· 21 years ago
b55921d
Fix for missing GLAPIENTRYP definition
by Jon Smirl
· 21 years ago
c0d83cd
entrypoints... again
by Daniel Borca
· 21 years ago
79fa6b9
more MinGW fixes
by Daniel Borca
· 21 years ago
76692c5
s/GLuint */GLvoid */
by Brian Paul
· 21 years ago
3fe2af2
added a few missing GLAPIENTRYs to make MinGW compile again
by Daniel Borca
· 21 years ago
c5b1e81
Initial work for bounds checking of vertex arrays and vertex buffer objects.
by Brian Paul
· 21 years ago
15c3734
More SciTech SNAP updates. Some of these files didn't really change, but
by Kendall Bennett
· 21 years ago
23f4583
cosmetics and memos
by Daniel Borca
· 21 years ago
e87d106
small fixes to accomodate Intel compiler/linker
by Daniel Borca
· 21 years ago
758cbc6
fixed a typo (array size)
by Daniel Borca
· 21 years ago
c329e5a
Updates to SSE assembler support for Open Watcom
by Kendall Bennett
· 21 years ago
c40d1dd
Added GLAPIENTRY decorations for all first level OpenGL API function entry
by Kendall Bennett
· 21 years ago
b1ca87a
prevent from optimizing out by some compilers (from XFree86 CVS)
by Alan Hourihane
· 21 years ago
35b52c7
added more debug code and tests
by Brian Paul
· 21 years ago
b4590f1
wrap in #ifdef FX / #endif
by Brian Paul
· 21 years ago
ce8e13d
fix an error message
by Brian Paul
· 21 years ago
1b6cca6
documentation update; also new makefiles for Win32 MesaFX build
by Daniel Borca
· 21 years ago
1d61db5
by Jouk Jansen
· 21 years ago
6d4afe2
fixed some NASM opcodes; added segment overrides and temporary labels
by Daniel Borca
· 21 years ago
f03cb2e
Napalm total immersion
by Daniel Borca
· 21 years ago
3f60e4f
cosmetics; translated asm routines for use with ASSYNTAX.H
by Daniel Borca
· 21 years ago
1aa28b3
Clean out some unused files
by Jon Smirl
· 21 years ago
bcc6edd
Update DRI drivers to current DRI CVS and make them work.
by Jon Smirl
· 21 years ago
9064497
Define GLAPIENTRYP properly so that GLU compiles on Windows.
by Karl Schultz
· 21 years ago
ec7eb27
Fix error in last check-in.
by Karl Schultz
· 21 years ago
3aaeec6
Add missing files for building Windows distribution.
by Karl Schultz
· 21 years ago
3e4a50f
Fix Makefiles to copy lib to $(TOP)/lib if missing
by Jon Smirl
· 21 years ago
0f85b91
Move initialization of default ctx->Driver.buffer-object-functions into
by Brian Paul
· 21 years ago
2bd4b68
fix CVS info
by Brian Paul
· 21 years ago
7c276ac
add .dsp files to tarballs
by Brian Paul
· 21 years ago
5cd5450
update list of files for tarballs
by Brian Paul
· 21 years ago
e8db87e
obsolete
by Brian Paul
· 21 years ago
3eb0edb
added GL_ARB_point_sprite tokens
by Brian Paul
· 21 years ago
93dc694
Define SOLO so that check is possible for SOLO in project makefiles
by Jon Smirl
· 21 years ago
3fc0db9
Minor changes to make linux-solo build again
by Jon Smirl
· 21 years ago
f62b898
protect whole file with #ifdef FX
by Brian Paul
· 21 years ago
4eaf56a
fix minor warnings from g++ 3.2
by Brian Paul
· 21 years ago
16927d0
initialize GetBufferSubData pointer
by Brian Paul
· 21 years ago
49aefce
minor tweaks
by Brian Paul
· 21 years ago
596d57c
Updates to SGI GLU code to get it to compile clean with the Open Watcom compiler.
by Kendall Bennett
· 21 years ago
9b77fb7
Updates to x86 assembler support for Open Watcom and SNAP
by Kendall Bennett
· 21 years ago
0f22705
remove some cruft
by Brian Paul
· 21 years ago
4524274
exercise more vertex buffer object functions
by Brian Paul
· 21 years ago
0bb281b
bufObj->Access wasn't being set
by Brian Paul
· 21 years ago
0219d11
minor fixes + doc update
by Daniel Borca
· 21 years ago
Next »