2000-03-30 |
Brian Paul | fixed typos in generate_lookup_tables() |
commit | commitdiff | tree | snapshot |
2000-03-30 |
Keith Whitwell | Added stipple mode |
commit | commitdiff | tree | snapshot |
2000-03-30 |
Brian Paul | fixed subtexture address calculation bug |
commit | commitdiff | tree | snapshot |
2000-03-29 |
Brian Paul | removed GL_HP_occlustion_test code, added -exit option |
commit | commitdiff | tree | snapshot |
2000-03-29 |
Brian Paul | renamed mesaStrDup() to str_dup() |
commit | commitdiff | tree | snapshot |
2000-03-29 |
Brian Paul | new texture image download code |
commit | commitdiff | tree | snapshot |
2000-03-29 |
Brian Paul | lots of new work |
commit | commitdiff | tree | snapshot |
2000-03-29 |
Brian Paul | changes for single-copy textures |
commit | commitdiff | tree | snapshot |
2000-03-29 |
Brian Paul | hit space bar to rerun benchmark |
commit | commitdiff | tree | snapshot |
2000-03-29 |
Brian Paul | added error checking on file open |
commit | commitdiff | tree | snapshot |
2000-03-29 |
Brian Paul | added missing GL_INTENSITY case in _mesa_components_in_... |
commit | commitdiff | tree | snapshot |
2000-03-29 |
Brian Paul | fixed some buffer clear bugs |
commit | commitdiff | tree | snapshot |
2000-03-29 |
Brian Paul | lots of changes |
commit | commitdiff | tree | snapshot |
2000-03-29 |
Brian Paul | version 5: added texture compression extension |
commit | commitdiff | tree | snapshot |
2000-03-28 |
Randy Frank | Implemented support for the HP occlusion test extension... |
commit | commitdiff | tree | snapshot |
2000-03-28 |
Brian Paul | added optimized read/drawpixels for 16bpp TrueColor |
commit | commitdiff | tree | snapshot |
2000-03-27 |
Randy Frank | Updated to compile under Irix 6.5 |
commit | commitdiff | tree | snapshot |
2000-03-27 |
Brian Paul | removed tfxMipMapLevel's used and translate fields... |
commit | commitdiff | tree | snapshot |
2000-03-27 |
Brian Paul | added _mesa_unconvert_teximage() |
commit | commitdiff | tree | snapshot |
2000-03-27 |
Brian Paul | put _mesa prefix on some functions |
commit | commitdiff | tree | snapshot |
2000-03-27 |
Brian Paul | added missing glEnd() call (Tim Beckmann) |
commit | commitdiff | tree | snapshot |
2000-03-27 |
Jon Taylor | Minor fixups |
commit | commitdiff | tree | snapshot |
2000-03-24 |
Brian Paul | fixed a Driver.TexImage call typo, misc clean-up |
commit | commitdiff | tree | snapshot |
2000-03-24 |
Brian Paul | added texutil.c source |
commit | commitdiff | tree | snapshot |
2000-03-24 |
Brian Paul | initial check-in |
commit | commitdiff | tree | snapshot |
2000-03-24 |
Brian Paul | version 4, all extensions up to 197, added some missing... |
commit | commitdiff | tree | snapshot |
2000-03-23 |
Brian Paul | added benchmarking |
commit | commitdiff | tree | snapshot |
2000-03-23 |
Brian Paul | changed some Linux -O2 flags to -O3 |
commit | commitdiff | tree | snapshot |
2000-03-23 |
Brian Paul | added new texture image functions, minor clean-up |
commit | commitdiff | tree | snapshot |
2000-03-23 |
Brian Paul | added some comments and new texture image functions |
commit | commitdiff | tree | snapshot |
2000-03-23 |
Brian Paul | replaced HaveTexObj with UseTexObj |
commit | commitdiff | tree | snapshot |
2000-03-23 |
Brian Paul | added 3.3 To Do items |
commit | commitdiff | tree | snapshot |
2000-03-23 |
Brian Paul | removed some unpopular extensions (now in glext.h) |
commit | commitdiff | tree | snapshot |
2000-03-23 |
Brian Paul | replaced decode_internal_format() with _mesa_base_tex_f... |
commit | commitdiff | tree | snapshot |
2000-03-23 |
Brian Paul | more clean-up and rearranging |
commit | commitdiff | tree | snapshot |
2000-03-22 |
Brian Paul | added instructions to build widgets-sgi |
commit | commitdiff | tree | snapshot |
2000-03-22 |
Brian Paul | minor tweaks |
commit | commitdiff | tree | snapshot |
2000-03-22 |
Brian Paul | added Daryll's patches for texture alignment |
commit | commitdiff | tree | snapshot |
2000-03-22 |
Brian Paul | added code to die on FP exceptions if DEBEG env var... |
commit | commitdiff | tree | snapshot |
2000-03-22 |
Brian Paul | changed TDA to [4] for glMaterialfv() calls |
commit | commitdiff | tree | snapshot |
2000-03-22 |
Brian Paul | converted from GL_EXT_texture3D to GL 1.2 |
commit | commitdiff | tree | snapshot |
2000-03-22 |
Brian Paul | tweaked the animation rate |
commit | commitdiff | tree | snapshot |
2000-03-22 |
Brian Paul | updated renderer string version to 20000322 |
commit | commitdiff | tree | snapshot |
2000-03-22 |
Brian Paul | lots of changes for single-copy texture image DD interface |
commit | commitdiff | tree | snapshot |
2000-03-22 |
Brian Paul | fixed Cygwin patch typos |
commit | commitdiff | tree | snapshot |
2000-03-21 |
Brian Paul | removed a few const keywords because of mutex calls |
commit | commitdiff | tree | snapshot |
2000-03-21 |
Brian Paul | added more locking |
commit | commitdiff | tree | snapshot |
2000-03-21 |
Brian Paul | removed retainInternalCopy from TexSubImage functions |
commit | commitdiff | tree | snapshot |
2000-03-21 |
Brian Paul | made _mesa_native_packing const |
commit | commitdiff | tree | snapshot |
2000-03-21 |
Brian Paul | changed imaging functions to _mesa_ prefix |
commit | commitdiff | tree | snapshot |
2000-03-21 |
Brian Paul | clean-up of texture image construction |
commit | commitdiff | tree | snapshot |
2000-03-21 |
Brian Paul | added _mesa_image_row_stride() |
commit | commitdiff | tree | snapshot |
2000-03-20 |
Brian Paul | more reorganization and clean-up |
commit | commitdiff | tree | snapshot |
2000-03-20 |
Brian Paul | rearranged order of some functions |
commit | commitdiff | tree | snapshot |
2000-03-20 |
Brian Paul | added new TexImage and TexSubImage functions |
commit | commitdiff | tree | snapshot |
2000-03-20 |
Brian Paul | added new_texture_image() |
commit | commitdiff | tree | snapshot |
2000-03-20 |
Brian Paul | added lodbias demo |
commit | commitdiff | tree | snapshot |
2000-03-20 |
Brian Paul | initial check-in |
commit | commitdiff | tree | snapshot |
2000-03-20 |
Brian Paul | added more extensions, now at version 3 |
commit | commitdiff | tree | snapshot |
2000-03-20 |
Brian Paul | removed test for MESA symbol |
commit | commitdiff | tree | snapshot |
2000-03-20 |
Brian Paul | Cygwin changes, removed two ARB extensions, now in... |
commit | commitdiff | tree | snapshot |
2000-03-20 |
Brian Paul | patched for Cygwin (Sven Panne) |
commit | commitdiff | tree | snapshot |
2000-03-20 |
Brian Paul | added device driver functions for CopyTexImage, CopyTex... |
commit | commitdiff | tree | snapshot |
2000-03-20 |
Brian Paul | added aa triangles |
commit | commitdiff | tree | snapshot |
2000-03-19 |
Brian Paul | removed GL_FXMESA_global_texture_lod_bias extension |
commit | commitdiff | tree | snapshot |
2000-03-19 |
Brian Paul | removed debug printf |
commit | commitdiff | tree | snapshot |
2000-03-19 |
Brian Paul | updated for Mesa 3.3 |
commit | commitdiff | tree | snapshot |
2000-03-19 |
Brian Paul | fixed compiler warnings on BeOS R4 |
commit | commitdiff | tree | snapshot |
2000-03-19 |
Brian Paul | added glext.h to tar file list |
commit | commitdiff | tree | snapshot |
2000-03-18 |
Brian Paul | removed MGL files |
commit | commitdiff | tree | snapshot |
2000-03-18 |
Brian Paul | colors were computed incorrectly (Hans Nelles) |
commit | commitdiff | tree | snapshot |
2000-03-17 |
Brian Paul | silence some warnings |
commit | commitdiff | tree | snapshot |
2000-03-17 |
Brian Paul | added missing error checks |
commit | commitdiff | tree | snapshot |
2000-03-17 |
Brian Paul | removed old Depth buffer pointer var |
commit | commitdiff | tree | snapshot |
2000-03-16 |
Keith Whitwell | fix for tristrip bug and unfilled quad/polygon bug |
commit | commitdiff | tree | snapshot |
2000-03-13 |
Brian Paul | removed old comment |
commit | commitdiff | tree | snapshot |
2000-03-13 |
Brian Paul | fixed polygon stipple packing/unpacking |
commit | commitdiff | tree | snapshot |
2000-03-13 |
Brian Paul | added final GL_HP_occlusion_test values |
commit | commitdiff | tree | snapshot |
2000-03-13 |
Jouk Jansen | Committing in . |
commit | commitdiff | tree | snapshot |
2000-03-11 |
Brian Paul | gave temp values to GL_HP_occlusion_test tokens |
commit | commitdiff | tree | snapshot |
2000-03-11 |
Brian Paul | initial implementation of GL_HP_occlusion_test extension |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Brian Paul | glPopAttrib() now calls Driver's ClearColor, ClearIndex... |
commit | commitdiff | tree | snapshot |
2000-03-07 |
Brian Paul | removed Driver.UseGlobalTexturePalette() |
commit | commitdiff | tree | snapshot |
2000-03-07 |
Brian Paul | minor clean-up |
commit | commitdiff | tree | snapshot |
2000-03-07 |
Brian Paul | implemented FX_grSstPerfStats() |
commit | commitdiff | tree | snapshot |
2000-03-07 |
Brian Paul | added GL_EXT_texture_lod_bias |
commit | commitdiff | tree | snapshot |
2000-03-07 |
Brian Paul | added GL_HP_occlusion_test, GL_EXT_texture_lod_bias |
commit | commitdiff | tree | snapshot |
2000-03-07 |
Brian Paul | added GL_EXT_texture_lod_bias extension (Michael Vance) |
commit | commitdiff | tree | snapshot |
2000-03-07 |
Brian Paul | made gl_make_fog_coords() static |
commit | commitdiff | tree | snapshot |
2000-03-07 |
Brian Paul | added target parameter to Driver.TexEnv() |
commit | commitdiff | tree | snapshot |
2000-03-06 |
Brian Paul | now save Targa image. misc clean-up |
commit | commitdiff | tree | snapshot |
2000-03-06 |
Brian Paul | added demos/geartrain |
commit | commitdiff | tree | snapshot |
2000-03-06 |
Brian Paul | added geartrain |
commit | commitdiff | tree | snapshot |
2000-03-06 |
Brian Paul | initial check-in |
commit | commitdiff | tree | snapshot |
2000-03-06 |
Brian Paul | fixed off-by-one errors in matrix stack setup/cleanup |
commit | commitdiff | tree | snapshot |
2000-03-06 |
Jouk Jansen | Committing in . |
commit | commitdiff | tree | snapshot |
2000-03-03 |
Brian Paul | removed obsolete logicop function |
commit | commitdiff | tree | snapshot |
2000-03-03 |
Brian Paul | added LineWidth device driver function |
commit | commitdiff | tree | snapshot |
2000-03-03 |
Brian Paul | depth buffer change, BGR/RGB setup change |
commit | commitdiff | tree | snapshot |
2000-03-03 |
Brian Paul | clean-up warnings |
commit | commitdiff | tree | snapshot |
next |