1999-11-12 |
Kendall Bennett | . Updates to get X86, MXX and 3DNow assembler code... |
commit | commitdiff | tree |
1999-11-12 |
Brian Paul | added GL_EXT_texture_env_add extension |
commit | commitdiff | tree |
1999-11-12 |
Brian Paul | added gl_extension_is_enabled() |
commit | commitdiff | tree |
1999-11-12 |
Brian Paul | added some braces to silence gcc warnings |
commit | commitdiff | tree |
1999-11-12 |
Brian Paul | minor clean-ups |
commit | commitdiff | tree |
1999-11-11 |
Brian Paul | changed a warning string |
commit | commitdiff | tree |
1999-11-11 |
Brian Paul | ColorTableEXT clean-up |
commit | commitdiff | tree |
1999-11-11 |
Brian Paul | removed redundant extension prototypes |
commit | commitdiff | tree |
1999-11-11 |
Brian Paul | updated for new texture color palette struct |
commit | commitdiff | tree |
1999-11-11 |
Brian Paul | don't include strings.h or stdio.h |
commit | commitdiff | tree |
1999-11-11 |
Brian Paul | added missing braces in array initializations |
commit | commitdiff | tree |
1999-11-11 |
sio | Added missing GLAPIENTRY to glConvolution* and glCopy* |
commit | commitdiff | tree |
1999-11-11 |
Jouk Jansen | version 3.3 update |
commit | commitdiff | tree |
1999-11-11 |
Jouk Jansen | tess_macro.h included |
commit | commitdiff | tree |
1999-11-11 |
Kendall Bennett | . Updated GL/gl.h with GLCALLACKP and GLAPIENTRYP... |
commit | commitdiff | tree |
1999-11-11 |
Brian Paul | initial changes for Mesa 3.3 |
commit | commitdiff | tree |
1999-11-11 |
Brian Paul | first big check-in of new Mesa 3.3 code |
commit | commitdiff | tree |
1999-11-10 |
Keith Whitwell | fix for colormaterial |
commit | commitdiff | tree |
1999-11-09 |
Keith Whitwell | use glClientActiveTexture in interleaved setup |
commit | commitdiff | tree |
1999-11-09 |
Keith Whitwell | more fixes for glDrawArrays |
commit | commitdiff | tree |
1999-11-09 |
Keith Whitwell | second try at drawarrays fix |
commit | commitdiff | tree |
1999-11-09 |
Keith Whitwell | fix for (some of?) the vertex array problems |
commit | commitdiff | tree |
1999-11-09 |
Brian Paul | fixed typo: replaced |= with != in conditional |
commit | commitdiff | tree |
1999-11-09 |
Brian Paul | replace GLint with GLsizei in a gluScaleImage, gluBuild... |
commit | commitdiff | tree |
1999-11-08 |
Brian Paul | header includes clean-up (Daryll) |
commit | commitdiff | tree |
1999-11-08 |
Brian Paul | changes to silence MSVC warnings |
commit | commitdiff | tree |
1999-11-08 |
Brian Paul | flush pb after each line segment - for conformance |
commit | commitdiff | tree |
1999-11-08 |
Brian Paul | clean-up of header includes (Daryll) |
commit | commitdiff | tree |
1999-11-05 |
Gareth Hughes | Added filename, line number output for debugging messages. |
commit | commitdiff | tree |
1999-11-05 |
Ted Jump | turned off 'conditional expression is constant' warning... |
commit | commitdiff | tree |
1999-11-05 |
Brian Paul | removed printf's |
commit | commitdiff | tree |
1999-11-05 |
Brian Paul | added xfont demo |
commit | commitdiff | tree |
1999-11-05 |
Brian Paul | new xfont demo |
commit | commitdiff | tree |
1999-11-05 |
Brian Paul | clean-up to reduce MSVC warnings |
commit | commitdiff | tree |
1999-11-04 |
Keith Whitwell | Fix for glerror on compilation of list containing gldra... |
commit | commitdiff | tree |
1999-11-04 |
Gareth Hughes | Major winding rule updates, especially stacked contour... |
commit | commitdiff | tree |
1999-11-04 |
Gareth Hughes | Updated demo for new GLU 1.3 tessellation. Added optim... |
commit | commitdiff | tree |
1999-11-04 |
Gareth Hughes | Changed ($MAKE) to $(MAKE) to allow real-clean to work... |
commit | commitdiff | tree |
1999-11-04 |
Miklos Fazekas | Added glColorTable, etc. |
commit | commitdiff | tree |
1999-11-03 |
Brian Paul | include assert.h with rest of system headers |
commit | commitdiff | tree |
1999-11-03 |
Josh Vanderhoof | swap operand order for Intel style REGOFF |
commit | commitdiff | tree |
1999-11-03 |
Brian Paul | added another fast-path in _mesa_unpack_ubyte_color_spa... |
commit | commitdiff | tree |
1999-11-03 |
Brian Paul | new texture image processing |
commit | commitdiff | tree |
1999-11-02 |
Brian Paul | new texture image, cleaned-up code |
commit | commitdiff | tree |
1999-11-02 |
Brian Paul | added linux-glide-debug config |
commit | commitdiff | tree |
1999-10-31 |
Brian Paul | fixed a typo in a comment |
commit | commitdiff | tree |
1999-10-30 |
Ted Jump | Changed over to maximal warnings on Win32 builds. |
commit | commitdiff | tree |
1999-10-30 |
Ted Jump | Added checking for FXMESA_USE_ARGB to disable pixel... |
commit | commitdiff | tree |
1999-10-30 |
Brian Paul | pixel pack/unpack ImageHeight and SkipImages was not... |
commit | commitdiff | tree |
1999-10-30 |
Brian Paul | added a few more scale/bias/lookup functions (for futur... |
commit | commitdiff | tree |
1999-10-28 |
Brian Paul | minor changes to Usage() function |
commit | commitdiff | tree |
1999-10-27 |
Brian Paul | removed -lm from link command |
commit | commitdiff | tree |
1999-10-27 |
Brian Paul | added -lm to XLIBS for all configs |
commit | commitdiff | tree |
1999-10-27 |
Brian Paul | disabled glXGetProcAddress code |
commit | commitdiff | tree |
1999-10-27 |
Brian Paul | disabled gluGetProcAddressEXT |
commit | commitdiff | tree |
1999-10-27 |
Brian Paul | removed cvs history logs and old comments |
commit | commitdiff | tree |
1999-10-27 |
Brian Paul | removed glXGetProcAddressEXT |
commit | commitdiff | tree |
1999-10-27 |
Brian Paul | removed gluGetProcAddressEXT() |
commit | commitdiff | tree |
1999-10-26 |
Brian Paul | better texture matrix, better end-cap reflections on... |
commit | commitdiff | tree |
1999-10-26 |
Brian Paul | fixed stupid error in GL_RGA case in gl_pack_rgba_span() |
commit | commitdiff | tree |
1999-10-23 |
Brian Paul | more comments, removed unneeded glDepthFunc call |
commit | commitdiff | tree |
1999-10-22 |
Brian Paul | added gloss demo |
commit | commitdiff | tree |
1999-10-22 |
Brian Paul | initial rev |
commit | commitdiff | tree |
1999-10-22 |
Brian Paul | fixed byteswapping bug in gl_pack_rgba_span() |
commit | commitdiff | tree |
1999-10-22 |
Brian Paul | added optimized GL_RGB, GL_UNSIGNED_BYTE case to gl_pac... |
commit | commitdiff | tree |
1999-10-22 |
Brian Paul | removed revision history info |
commit | commitdiff | tree |
1999-10-22 |
Brian Paul | define GLUAPI, GLAPIENTRY and GLCALLBACK to nothing... |
commit | commitdiff | tree |
1999-10-22 |
Brian Paul | minor clean-up of linux-elf-debug target |
commit | commitdiff | tree |
1999-10-22 |
Brian Paul | applied Jonn Carmack's patch for faster glTexSubImage2D... |
commit | commitdiff | tree |
1999-10-21 |
Brian Paul | added f key to toggle front/back drawing |
commit | commitdiff | tree |
1999-10-21 |
Brian Paul | added -info command line option |
commit | commitdiff | tree |
1999-10-21 |
Brian Paul | updated some comments/docs |
commit | commitdiff | tree |
1999-10-21 |
Brian Paul | silenced some uninitialized var warnings |
commit | commitdiff | tree |
1999-10-21 |
Brian Paul | silenced ininitialized var warnings |
commit | commitdiff | tree |
1999-10-21 |
Brian Paul | silenced uninitialized variable warnings |
commit | commitdiff | tree |
1999-10-21 |
Ted Jump | Added pragma to disable warning about unk pragmas for... |
commit | commitdiff | tree |
1999-10-20 |
Brian Paul | clean-up of optimized GL_RETURN code |
commit | commitdiff | tree |
1999-10-20 |
Brian Paul | fixed divTable precision problem in GL_RETURN case |
commit | commitdiff | tree |
1999-10-20 |
Brian Paul | enable lighting even if no light sources are turned on |
commit | commitdiff | tree |
1999-10-20 |
Holger Waechtler | added X86/vertex.S and X86/vertex_3dnow.S to ASM_SOURCES |
commit | commitdiff | tree |
1999-10-20 |
Ted Jump | Minor patches to cleanup some compiler warnings in... |
commit | commitdiff | tree |
1999-10-19 |
Brian Paul | fixed a number of error-test bugs |
commit | commitdiff | tree |
1999-10-19 |
Brian Paul | more image type error checking in draw_stencil_pixels() |
commit | commitdiff | tree |
1999-10-19 |
Brian Paul | clean-up in gl_LightModelfv() |
commit | commitdiff | tree |
1999-10-19 |
Brian Paul | added more format/type error checking code |
commit | commitdiff | tree |
1999-10-19 |
Keith Whitwell | Changes to reduce the memory footprint of display lists |
commit | commitdiff | tree |
1999-10-17 |
Brian Paul | GL_MAX_ELEMENTS_VERTICES/INDICES enums had wrong values |
commit | commitdiff | tree |
1999-10-17 |
Brian Paul | negative offsets to TexSubImage w/ texture borders... |
commit | commitdiff | tree |
1999-10-17 |
Brian Paul | added glGet cases for vertex array enable state |
commit | commitdiff | tree |
1999-10-17 |
Brian Paul | more ARB_imaging colortable functions |
commit | commitdiff | tree |
1999-10-17 |
Brian Paul | added missing GL_ARB_imaging color table functions |
commit | commitdiff | tree |
1999-10-16 |
Miklos Fazekas | Fixed a MacOS specific compile error. |
commit | commitdiff | tree |
1999-10-16 |
Miklos Fazekas | Added glGetMinmax |
commit | commitdiff | tree |
1999-10-16 |
Brian Paul | removed GL_EXT_get_proc_address |
commit | commitdiff | tree |
1999-10-16 |
Brian Paul | removed GL_EXT_get_proc_address |
commit | commitdiff | tree |
1999-10-15 |
Brian Paul | added sco5 config |
commit | commitdiff | tree |
1999-10-15 |
Brian Paul | replaced glGetMinMax() with glGetMinmax() |
commit | commitdiff | tree |
1999-10-14 |
Brian Paul | fixed an RGB vs CI bug in overlay visual selection |
commit | commitdiff | tree |
1999-10-14 |
Gareth Hughes | Added point_contour_test, taken from O'Rourke 1998. |
commit | commitdiff | tree |
1999-10-13 |
Ted Jump | Fixed parameter type for notify function pointer parame... |
commit | commitdiff | tree |
next |