2000-02-27 |
Brian Paul | added a bit of GLAPIENTRY, APIENTRY setup |
commit | commitdiff | tree |
2000-02-27 |
Brian Paul | patched for NetBSD support (Allen Briggs) |
commit | commitdiff | tree |
2000-02-26 |
Brian Paul | added all the PFNGL...PROC typedefs |
commit | commitdiff | tree |
2000-02-25 |
Brian Paul | fixed bug when using display lists |
commit | commitdiff | tree |
2000-02-25 |
Brian Paul | added GL_HAS_GLEXT |
commit | commitdiff | tree |
2000-02-25 |
Brian Paul | inserted a tab |
commit | commitdiff | tree |
2000-02-25 |
Brian Paul | removed the GET_BITS_PER_PIXEL macro |
commit | commitdiff | tree |
2000-02-25 |
Brian Paul | added XMesaUnbindContext (for DRI) |
commit | commitdiff | tree |
2000-02-25 |
Brian Paul | changed glXCopyContext mask back to GLuint |
commit | commitdiff | tree |
2000-02-25 |
Brian Paul | changed glXCopyContext's mask to unsigned long |
commit | commitdiff | tree |
2000-02-25 |
Brian Paul | fixed front/back buffer stride problem for XF86DRI |
commit | commitdiff | tree |
2000-02-25 |
Jouk Jansen | Committing in . |
commit | commitdiff | tree |
2000-02-25 |
Brian Paul | added note about double buffering for in-window rendering |
commit | commitdiff | tree |
2000-02-25 |
Brian Paul | new fxDDClear(), fxDDDrawBitmp(), example extension... |
commit | commitdiff | tree |
2000-02-25 |
Keith Whitwell | Fog coordinate stage which drivers may use to replace... |
commit | commitdiff | tree |
2000-02-24 |
Brian Paul | now using SGI-specified dispatch order |
commit | commitdiff | tree |
2000-02-24 |
Brian Paul | now generated with Python script |
commit | commitdiff | tree |
2000-02-24 |
Brian Paul | added more entrypoints |
commit | commitdiff | tree |
2000-02-24 |
Brian Paul | bunch of dispatch and extension-related changes |
commit | commitdiff | tree |
2000-02-24 |
Brian Paul | bunch of extension clean-up |
commit | commitdiff | tree |
2000-02-24 |
Brian Paul | added some error checking |
commit | commitdiff | tree |
2000-02-24 |
Brian Paul | use quotes for gl.h and glext.h includes |
commit | commitdiff | tree |
2000-02-24 |
Brian Paul | added missing backslash on line 483 |
commit | commitdiff | tree |
2000-02-24 |
Brian Paul | added more extension entrypoints |
commit | commitdiff | tree |
2000-02-23 |
Brian Paul | changed glXCopyContext()'s mask to unsigned long |
commit | commitdiff | tree |
2000-02-23 |
Brian Paul | fixed problem in print_extension_list() when ext ended... |
commit | commitdiff | tree |
2000-02-23 |
Brian Paul | GL_EXT_blend_color is now DEFAULT_ON |
commit | commitdiff | tree |
2000-02-23 |
Brian Paul | changed a GLuint to GLint |
commit | commitdiff | tree |
2000-02-23 |
Brian Paul | fixed a few glitches |
commit | commitdiff | tree |
2000-02-23 |
Brian Paul | fixed a typo in GL_MESA_resize_buffers |
commit | commitdiff | tree |
2000-02-23 |
Brian Paul | include GL/glext.h |
commit | commitdiff | tree |
2000-02-23 |
Brian Paul | added a bunch of extensions |
commit | commitdiff | tree |
2000-02-23 |
Brian Paul | added glext.h header item |
commit | commitdiff | tree |
2000-02-23 |
Brian Paul | added some missing tokens, fixed some errors |
commit | commitdiff | tree |
2000-02-23 |
Brian Paul | initial revision |
commit | commitdiff | tree |
2000-02-22 |
Brian Paul | sort the offsets by number |
commit | commitdiff | tree |
2000-02-22 |
Brian Paul | initial check-in |
commit | commitdiff | tree |
2000-02-22 |
Brian Paul | fixed bug in 24bpp ximage pixel addressing |
commit | commitdiff | tree |
2000-02-22 |
Brian Paul | disabled an fprintf in FX_grSstQueryHardware() |
commit | commitdiff | tree |
2000-02-21 |
Brian Paul | added aatriangle.c source |
commit | commitdiff | tree |
2000-02-21 |
Brian Paul | fixed off by one error in matrix stack depths (Eero... |
commit | commitdiff | tree |
2000-02-21 |
Brian Paul | fixed minor bug in copytexsubimage_error_check() |
commit | commitdiff | tree |
2000-02-21 |
Brian Paul | fixed bug in GL_UNSIGNED_INT_10_10_10_2 unpacking |
commit | commitdiff | tree |
2000-02-21 |
Brian Paul | fixed GL_SRC_ALPHA_SATURATE bug, lots clean-up |
commit | commitdiff | tree |
2000-02-21 |
Brian Paul | added CHAN_MAX, CHAN_MAXF |
commit | commitdiff | tree |
2000-02-17 |
Brian Paul | removed driver RendererString() and ExtensionString... |
commit | commitdiff | tree |
2000-02-17 |
Brian Paul | replaced gl_ggiRendererString() with gl_ggiGetString() |
commit | commitdiff | tree |
2000-02-17 |
Brian Paul | replaced renderer_string() with get_string() func |
commit | commitdiff | tree |
2000-02-16 |
Brian Paul | update fog near/far bug fix |
commit | commitdiff | tree |
2000-02-16 |
Brian Paul | updated with changes from DRI project CVS |
commit | commitdiff | tree |
2000-02-16 |
Brian Paul | new library dependency vars |
commit | commitdiff | tree |
2000-02-13 |
Brian Paul | initialize fxMesa->verbose with MESA_FX_INFO env var |
commit | commitdiff | tree |
2000-02-12 |
Brian Paul | always include thread.h |
commit | commitdiff | tree |
2000-02-12 |
Brian Paul | added more error checking to _glapi_add_entrypoint() |
commit | commitdiff | tree |
2000-02-12 |
Brian Paul | now using dynamically allocated api dispatch tables |
commit | commitdiff | tree |
2000-02-12 |
Brian Paul | clean-up |
commit | commitdiff | tree |
2000-02-12 |
Brian Paul | always include <float.h> |
commit | commitdiff | tree |
2000-02-12 |
Brian Paul | fixed reference count but in DeleteTextures() |
commit | commitdiff | tree |
2000-02-12 |
Brian Paul | added MESA_FX_NO_SIGNALS env var (Michael Vance) |
commit | commitdiff | tree |
2000-02-12 |
Brian Paul | updated with MESA_FX_NO_SIGNALS info |
commit | commitdiff | tree |
2000-02-11 |
Brian Paul | fixed WIN32_THREADS error |
commit | commitdiff | tree |
2000-02-11 |
Brian Paul | added code for all GL_MESA_window_pos functions |
commit | commitdiff | tree |
2000-02-11 |
Brian Paul | clean-up |
commit | commitdiff | tree |
2000-02-11 |
Brian Paul | enable thread safety on Linux configs, removed -DTHREAD... |
commit | commitdiff | tree |
2000-02-11 |
Brian Paul | added tess_clip.c |
commit | commitdiff | tree |
2000-02-11 |
Jouk Jansen | Committing in . |
commit | commitdiff | tree |
2000-02-10 |
Brian Paul | THREADS now defined by glthread.h, added more prototypes |
commit | commitdiff | tree |
2000-02-10 |
Brian Paul | changed thread TSD initialization |
commit | commitdiff | tree |
2000-02-10 |
Brian Paul | added support for XFree86 threads. misc clean-up |
commit | commitdiff | tree |
2000-02-10 |
Brian Paul | added GLCALLBACKPCAST for Cygnus (Sven Panne) |
commit | commitdiff | tree |
2000-02-10 |
Brian Paul | include readtex.h |
commit | commitdiff | tree |
2000-02-10 |
Brian Paul | initial checkin |
commit | commitdiff | tree |
2000-02-10 |
Brian Paul | added GLCALLBACKPCAST for Cygnus (Sven Panne) |
commit | commitdiff | tree |
2000-02-10 |
Brian Paul | added OpenStep to LIB_FILES |
commit | commitdiff | tree |
2000-02-09 |
Brian Paul | udpated version/copyright info |
commit | commitdiff | tree |
2000-02-09 |
Brian Paul | removed fxDDBufferSize proto |
commit | commitdiff | tree |
2000-02-09 |
Brian Paul | updated fxDDGetString() for DRI |
commit | commitdiff | tree |
2000-02-09 |
Brian Paul | updated version info |
commit | commitdiff | tree |
2000-02-08 |
Brian Paul | glDrawPixels w/ format=GL_COLOR_INDEX was broken |
commit | commitdiff | tree |
2000-02-08 |
Jouk Jansen | Committing in . |
commit | commitdiff | tree |
2000-02-08 |
Brian Paul | added a few missing ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH... |
commit | commitdiff | tree |
2000-02-06 |
Brian Paul | in fxSelectSingleTMUSrc_NoLock(), added check for haveT... |
commit | commitdiff | tree |
2000-02-06 |
Brian Paul | clearing depth buffer failed when clearing front color... |
commit | commitdiff | tree |
2000-02-06 |
Brian Paul | updated with new info |
commit | commitdiff | tree |
2000-02-06 |
Brian Paul | added missing glGet cases for GL_EXT_compiled_vertex_array |
commit | commitdiff | tree |
2000-02-05 |
Brian Paul | disabled locked arrays in glDrawRangeElements() |
commit | commitdiff | tree |
2000-02-05 |
Brian Paul | GL_ARRAY_ELEMENT_LOCK_FIRST/COUNT_SGI changed to _EXT... |
commit | commitdiff | tree |
2000-02-04 |
Brian Paul | added support for GL_RGB5_A1 internal texture format... |
commit | commitdiff | tree |
2000-02-04 |
Brian Paul | pass IntFormat, not Format to fxTexGetFormat |
commit | commitdiff | tree |
2000-02-03 |
Brian Paul | added SUB_PIXEL_BITS |
commit | commitdiff | tree |
2000-02-03 |
Brian Paul | added point/line size limits to gl_constants struct |
commit | commitdiff | tree |
2000-02-03 |
Brian Paul | added Const.SubPixelBits |
commit | commitdiff | tree |
2000-02-03 |
Jouk Jansen | Committing in . |
commit | commitdiff | tree |
2000-02-02 |
Brian Paul | minor clean-ups |
commit | commitdiff | tree |
2000-02-02 |
Brian Paul | changed _gl prefix to _mesa_ on fog functions |
commit | commitdiff | tree |
2000-02-02 |
Brian Paul | replaced gl_ prefix with _mesa_ prefix on depth funcs |
commit | commitdiff | tree |
2000-02-02 |
Brian Paul | replaced gl_ prefix with _mesa_ prefix on blend funcs |
commit | commitdiff | tree |
2000-02-02 |
Brian Paul | replaced gl_ prefix with _mesa_ prefix |
commit | commitdiff | tree |
2000-02-02 |
Brian Paul | added check for IntegerAccumScaler > 0 in GL_RETURN... |
commit | commitdiff | tree |
2000-02-02 |
Brian Paul | changed prefix to _mesa_ for a few accum functions |
commit | commitdiff | tree |
next |