Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
mesa3d
/
73029c5d750dd1cadcc62305f90f894a1d7b7afd
73029c5
added GLX_SGIX_fbconfig and GLX_SGIX_pbuffer
by Brian Paul
· 22 years ago
5687740
added pbinfo and pbdemo programs
by Brian Paul
· 22 years ago
21666e3
pbuffer info and demo programs
by Brian Paul
· 22 years ago
e465600
Pbuffers seem to work!
by Brian Paul
· 22 years ago
fa647e8
added XMesaCreatePBuffer()
by Brian Paul
· 22 years ago
3265fe5
more work on fbconfig/pbuffer support
by Brian Paul
· 22 years ago
f42d366
GLfloat/GLchan updates
by Brian Paul
· 22 years ago
4b334b2
restore ACCUM_BITS to 16
by Brian Paul
· 22 years ago
6640bc3
include procs for compressed textures
by Karl Schultz
· 22 years ago
248b3cf
remove const storage class specifier for the decl of a var that isn't a const.
by Karl Schultz
· 22 years ago
072edaf
updated list of internal changes in 4.1
by Brian Paul
· 22 years ago
fc80ad6
Changed a number of context fields from GLchan to GLfloat (such as ClearColor).
by Brian Paul
· 22 years ago
f782b81
multiple GL_POINTS can now be rendered together into one fragment span
by Brian Paul
· 22 years ago
f8acbed
Fix for bug 618459. Mods to allow compilation on VC++ 5.0 (Michael Krause)
by Karl Schultz
· 22 years ago
a42e7c9
record GL_INVALID_VALUE in glVertexAttrib*NV() if index > 15
by Brian Paul
· 22 years ago
be99e84
finished up GL_EXT_stencil_two_side
by Brian Paul
· 22 years ago
0adce5d
removed unused ctx->Polygon.OffsetMRD
by Brian Paul
· 22 years ago
641b230
removed ctx->Polygon._OffsetAny - not really needed
by Brian Paul
· 22 years ago
8420ad9
bring over from 4.0.4 branch
by Brian Paul
· 22 years ago
d8419c7
better error checking related to YCbCr images
by Brian Paul
· 22 years ago
54f3aab
_glapi_get_proc_address() now always returns a valid dispatch stub function
by Brian Paul
· 22 years ago
a329d68
by Jouk Jansen
· 22 years ago
89fb06f
new texture compression infrastructure
by Brian Paul
· 22 years ago
1a0bfdc
fix bug in index_mask() (bug 609837)
by Brian Paul
· 22 years ago
681b8c9
merge gl_texture_image RowStride from DRI 4.0.4
by Brian Paul
· 22 years ago
b780888
update from Daniel Borca
by Brian Paul
· 22 years ago
551b65f
GL_MESA_pack_invert
by Brian Paul
· 22 years ago
c5b9950
updates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_storage, etc)
by Brian Paul
· 22 years ago
c62aeed
merge updates from 4.0.4
by Brian Paul
· 22 years ago
f022463
added src/BeOS/*.h to file list
by Brian Paul
· 22 years ago
5b18bb6
stencil two-side and 3dfx fix
by Brian Paul
· 22 years ago
ca6647b
two-side stencil info
by Brian Paul
· 22 years ago
473e51f
Updated BeOS support (Philippe Houdoin)
by Brian Paul
· 22 years ago
cbc1fb0
push and pop ESI (Daniel Borca)
by Brian Paul
· 22 years ago
b6e04ee
obsolete
by Brian Paul
· 22 years ago
a9be374
pull-in changes from DRI/Mesa-4.0.4
by Brian Paul
· 22 years ago
e1cb2fb
remove GLint t, pass target to _mesa_init_teximage_fields()
by Brian Paul
· 22 years ago
d5bbbd4
fixed _mesa_generate_mipmaps() target problem
by Brian Paul
· 22 years ago
8cd2d0e
more detailed _mesa_error() messages
by Brian Paul
· 22 years ago
c84e84a
doxygen comments
by Brian Paul
· 22 years ago
57aca2b
fixed pixel pack bug in glGetTexImage()
by Brian Paul
· 22 years ago
99683bd
Mark destroyed context as not current. (Frank Warmerdam)
by Karl Schultz
· 22 years ago
4991d0f
optimizations to _math_matrix_rotate() (Rudolf Opalla)
by Brian Paul
· 22 years ago
3ce6dc7
more detailed _mesa_error() strings
by Brian Paul
· 22 years ago
6c25e3a
incorrect dimenstion passed to texture_error_check() in compressed teximage functions
by Brian Paul
· 22 years ago
3f25b1a
removed GL_MAX_CONVOLUTION_WIDTH/HEIGHT
by Brian Paul
· 22 years ago
57df24a
don't query GL_MAX_CONVOLUTION_WIDTH/HEIGHT
by Brian Paul
· 22 years ago
28bc6cb
minor updates to sync with XFree86
by Brian Paul
· 22 years ago
2f7ef5f
added -l option to print interesting OpenGL limits
by Brian Paul
· 22 years ago
e41c577
fixed glSampleCoverage typo
by Brian Paul
· 22 years ago
7d7ec0e
implemented glProgramParameters4[df]vNV()
by Brian Paul
· 22 years ago
6a1e162
hook-up dispatch for glActiveStencilFaceEXT()
by Brian Paul
· 22 years ago
fdaa72b
added GL_EXT_stencil_two_side and GL_NV_fence
by Brian Paul
· 22 years ago
5f60a0b
GL_EXT_stencil_two_side extension, not 100% complete yet.
by Brian Paul
· 22 years ago
a2ae6fa
removed glext.h fix-ups corrected in glext.h version 17
by Brian Paul
· 22 years ago
e14c151
version 17
by Brian Paul
· 22 years ago
530d461
added OpenGL 1.4 entrypoints
by Brian Paul
· 22 years ago
3a03211
added GL_IBM_texture_mirrored_repeat (Ian Romanick)
by Brian Paul
· 22 years ago
e7abc07
test for ARB_texture_cube_map when getting GL version(Ian Romanick)
by Brian Paul
· 22 years ago
0a7fc57
by Jouk Jansen
· 22 years ago
7e35cc5
updated wglGetProcAddress
by Brian Paul
· 22 years ago
528afb5
updated DOS file list
by Brian Paul
· 22 years ago
05ed911
updates from Daniel Borca
by Brian Paul
· 22 years ago
b9f7544
improved error string
by Brian Paul
· 22 years ago
ba88dd0
s/5/NUM_TEXTURE_TARGETS/
by Brian Paul
· 22 years ago
ed00b2e
fixed compilation problem for swdd->SetBuffer
by Brian Paul
· 22 years ago
391876e
fix up stuff accidentaly checked in a few days ago
by Brian Paul
· 22 years ago
53880a8
Don't call _mesa_initialize_context because we are using
by Karl Schultz
· 22 years ago
4177198
define GLAPIENTRY and GLAPI if not defined in gl.h
by Brian Paul
· 22 years ago
fb657ef
added glXAllocate/FreeMemoryNV()
by Brian Paul
· 22 years ago
8fefafa
stub functions for glXAllocate/FreeMemoryNV()
by Brian Paul
· 22 years ago
2188d00
minor error message changes
by Brian Paul
· 22 years ago
6216690
re-enable ASSIGN_NORM_GROUP( 3dnow )
by Brian Paul
· 22 years ago
1e0241d
replace Current.Color with Current.Attrib[VERT_ATTRIB_COLOR0]
by Brian Paul
· 22 years ago
713800a
update colormaterial state on swtcl wakeup
by Keith Whitwell
· 22 years ago
2b93007
s/DrawDestMask/_DrawDestMask/
by Brian Paul
· 22 years ago
b79e99a
s/ProjectedClipPtr/NdcPtr/
by Brian Paul
· 22 years ago
3ac01f5
fix problems in FXgetImage()
by Brian Paul
· 22 years ago
34713c1
fixed array index typo in VERT_SAVE_RGBA() macro
by Brian Paul
· 22 years ago
5117a82
added multitexture and line stipple
by Brian Paul
· 22 years ago
f569dc4
minor tweaks
by Brian Paul
· 22 years ago
9f7011b
added error checking for glCallLists() type parameter
by Brian Paul
· 22 years ago
af3265f
added new GLUT features
by Brian Paul
· 22 years ago
6bf6cd3
bump lib version to 3.7.1, more make clean commands
by Brian Paul
· 22 years ago
7ae6714
added glutGetProcAddress()
by Brian Paul
· 22 years ago
46a035f
added glutGetProcAddress() and GLUT_FPS env var option
by Brian Paul
· 22 years ago
1073066
Add note about needing to run VCVARS32.BAT when compiling.
by Karl Schultz
· 22 years ago
1972ac6
added (char *) casts
by Brian Paul
· 22 years ago
3efe5be
fix up resulting FOGC and PSIZ when needed
by Brian Paul
· 22 years ago
352c13f
init tmp->Normal.size = 3
by Brian Paul
· 22 years ago
ebe671c
comments
by Brian Paul
· 22 years ago
ea53a5b
change GLvector3f to GLvector4f for normal transformation
by Brian Paul
· 22 years ago
946ad27
change dest stride to 16 bytes instead of 12
by Brian Paul
· 22 years ago
2a1abe3
initialize SWvertex array to zeros
by Brian Paul
· 22 years ago
fb8ca95
changed normal stride from 12 to 16 bytes since normals are now GLfloat[4] (for vertex program)
by Brian Paul
· 22 years ago
a4ac844
re-check-in - something didn't work on the previous check-in
by Brian Paul
· 22 years ago
e968686
latest bug fixes
by Brian Paul
· 22 years ago
77df887
struct sw_span is again allocated on the stack, but the arrays of span
by Brian Paul
· 22 years ago
2353e96
Coerce vsnprintf to _vsnprintf for windows
by Karl Schultz
· 22 years ago
971df9b
misc updates
by Brian Paul
· 22 years ago
Next »