2000-03-17 |
Brian Paul | silence some warnings |
commit | commitdiff | tree |
2000-03-17 |
Brian Paul | added missing error checks |
commit | commitdiff | tree |
2000-03-17 |
Brian Paul | removed old Depth buffer pointer var |
commit | commitdiff | tree |
2000-03-16 |
Keith Whitwell | fix for tristrip bug and unfilled quad/polygon bug |
commit | commitdiff | tree |
2000-03-13 |
Brian Paul | removed old comment |
commit | commitdiff | tree |
2000-03-13 |
Brian Paul | fixed polygon stipple packing/unpacking |
commit | commitdiff | tree |
2000-03-13 |
Brian Paul | added final GL_HP_occlusion_test values |
commit | commitdiff | tree |
2000-03-13 |
Jouk Jansen | Committing in . |
commit | commitdiff | tree |
2000-03-11 |
Brian Paul | gave temp values to GL_HP_occlusion_test tokens |
commit | commitdiff | tree |
2000-03-11 |
Brian Paul | initial implementation of GL_HP_occlusion_test extension |
commit | commitdiff | tree |
2000-03-10 |
Brian Paul | glPopAttrib() now calls Driver's ClearColor, ClearIndex... |
commit | commitdiff | tree |
2000-03-07 |
Brian Paul | removed Driver.UseGlobalTexturePalette() |
commit | commitdiff | tree |
2000-03-07 |
Brian Paul | minor clean-up |
commit | commitdiff | tree |
2000-03-07 |
Brian Paul | implemented FX_grSstPerfStats() |
commit | commitdiff | tree |
2000-03-07 |
Brian Paul | added GL_EXT_texture_lod_bias |
commit | commitdiff | tree |
2000-03-07 |
Brian Paul | added GL_HP_occlusion_test, GL_EXT_texture_lod_bias |
commit | commitdiff | tree |
2000-03-07 |
Brian Paul | added GL_EXT_texture_lod_bias extension (Michael Vance) |
commit | commitdiff | tree |
2000-03-07 |
Brian Paul | made gl_make_fog_coords() static |
commit | commitdiff | tree |
2000-03-07 |
Brian Paul | added target parameter to Driver.TexEnv() |
commit | commitdiff | tree |
2000-03-06 |
Brian Paul | now save Targa image. misc clean-up |
commit | commitdiff | tree |
2000-03-06 |
Brian Paul | added demos/geartrain |
commit | commitdiff | tree |
2000-03-06 |
Brian Paul | added geartrain |
commit | commitdiff | tree |
2000-03-06 |
Brian Paul | initial check-in |
commit | commitdiff | tree |
2000-03-06 |
Brian Paul | fixed off-by-one errors in matrix stack setup/cleanup |
commit | commitdiff | tree |
2000-03-06 |
Jouk Jansen | Committing in . |
commit | commitdiff | tree |
2000-03-03 |
Brian Paul | removed obsolete logicop function |
commit | commitdiff | tree |
2000-03-03 |
Brian Paul | added LineWidth device driver function |
commit | commitdiff | tree |
2000-03-03 |
Brian Paul | depth buffer change, BGR/RGB setup change |
commit | commitdiff | tree |
2000-03-03 |
Brian Paul | clean-up warnings |
commit | commitdiff | tree |
2000-03-03 |
Brian Paul | runtime selectable depth buffer depth |
commit | commitdiff | tree |
2000-03-03 |
Brian Paul | save ColorTable and ColorSubTable commands |
commit | commitdiff | tree |
2000-03-03 |
Brian Paul | moved device driver DrawPixels call |
commit | commitdiff | tree |
2000-03-03 |
Brian Paul | added device driver ReadPixels and CopyPixels functions |
commit | commitdiff | tree |
2000-03-03 |
Brian Paul | removed GLX_VERSION_1_3 for now |
commit | commitdiff | tree |
2000-03-03 |
Brian Paul | changes to _WIN32 test and APIENTRY test |
commit | commitdiff | tree |
2000-03-02 |
Brian Paul | minor clean-up |
commit | commitdiff | tree |
2000-03-01 |
Brian Paul | simplification of GLNAME macro setup (David Dawes) |
commit | commitdiff | tree |
2000-03-01 |
Brian Paul | inserted static const in make_null_texture() |
commit | commitdiff | tree |
2000-03-01 |
Brian Paul | minor reformatting |
commit | commitdiff | tree |
2000-03-01 |
Brian Paul | added readpix program |
commit | commitdiff | tree |
2000-03-01 |
Brian Paul | test glDraw/Read/CopyPixels() |
commit | commitdiff | tree |
2000-03-01 |
Brian Paul | added GL_GLEXT_VERSION_EXT |
commit | commitdiff | tree |
2000-03-01 |
Brian Paul | test for GL 1.2 |
commit | commitdiff | tree |
2000-02-28 |
Brian Paul | added proxy texture targets to GetColorTableParameter... |
commit | commitdiff | tree |
2000-02-28 |
Brian Paul | added GL_BGR and GL_BGRA support |
commit | commitdiff | tree |
2000-02-27 |
Keith Whitwell | add callbacks for stipple |
commit | commitdiff | tree |
2000-02-27 |
Brian Paul | changed glXCopyContext() mask to unsigned long, per... |
commit | commitdiff | tree |
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 |
next |