2001-03-28 |
Brian Paul | adjustment to coverage sample positions |
commit | commitdiff | tree | snapshot |
2001-03-28 |
Gareth Hughes | - Restore texImage->IntFormat. |
commit | commitdiff | tree | snapshot |
2001-03-28 |
Brian Paul | check for startX off the right edge of the window |
commit | commitdiff | tree | snapshot |
2001-03-28 |
Brian Paul | use Image[i]->TexFormat to check for mipmap consistency |
commit | commitdiff | tree | snapshot |
2001-03-28 |
Brian Paul | simplify test for specific texture formats |
commit | commitdiff | tree | snapshot |
2001-03-28 |
Gareth Hughes | New type system for assembly code. Asm files should... |
commit | commitdiff | tree | snapshot |
2001-03-28 |
Gareth Hughes | More texture format updates. Drivers now need only... |
commit | commitdiff | tree | snapshot |
2001-03-28 |
Gareth Hughes | More informative display of texture parameters. |
commit | commitdiff | tree | snapshot |
2001-03-28 |
Gareth Hughes | Delete libGLU.so* from ../lib before installing it. |
commit | commitdiff | tree | snapshot |
2001-03-28 |
Brian Paul | removed a debug message |
commit | commitdiff | tree | snapshot |
2001-03-28 |
Brian Paul | remove TEST_L and JZ instructions; always jump through... |
commit | commitdiff | tree | snapshot |
2001-03-28 |
Brian Paul | New mechanism for thread-safe GL API dispatch. C-based... |
commit | commitdiff | tree | snapshot |
2001-03-27 |
Brian Paul | pass dst and src to CONVERT_TEXEL() macros to fix non... |
commit | commitdiff | tree | snapshot |
2001-03-27 |
Brian Paul | fixed RGBA/RGB typo |
commit | commitdiff | tree | snapshot |
2001-03-27 |
Brian Paul | texFormat was a random value in _mesa_store_teximage3d... |
commit | commitdiff | tree | snapshot |
2001-03-27 |
Gareth Hughes | Updates required for DRI drivers on mesa-3-5-branch. |
commit | commitdiff | tree | snapshot |
2001-03-27 |
Brian Paul | added rules for readtex.c and readtex.h |
commit | commitdiff | tree | snapshot |
2001-03-27 |
Brian Paul | double buffer by default. if drawSmooth, use 50% alpha... |
commit | commitdiff | tree | snapshot |
2001-03-27 |
Brian Paul | set initial window pos |
commit | commitdiff | tree | snapshot |
2001-03-27 |
Brian Paul | clean-up of tunnel demos |
commit | commitdiff | tree | snapshot |
2001-03-27 |
Brian Paul | moved shadow code into teapot.c |
commit | commitdiff | tree | snapshot |
2001-03-27 |
Brian Paul | silence compiler warnings |
commit | commitdiff | tree | snapshot |
2001-03-26 |
Brian Paul | removed DO_GEOMETRY |
commit | commitdiff | tree | snapshot |
2001-03-26 |
Brian Paul | change glTexImage3D() internalFormat to GLenum to match... |
commit | commitdiff | tree | snapshot |
2001-03-26 |
Brian Paul | test texture wrap modes |
commit | commitdiff | tree | snapshot |
2001-03-26 |
Brian Paul | added GL_ARB_texture_border_clamp |
commit | commitdiff | tree | snapshot |
2001-03-24 |
Gareth Hughes | - Minor cleanups of ctx->Driver.Current*Primitive usage. |
commit | commitdiff | tree | snapshot |
2001-03-24 |
Gareth Hughes | Fix ASSERT_OUTSIDE_SAVE_BEGIN_END() macro as well. |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Brian Paul | added glxgears |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Brian Paul | gears using GLX instead of GLUT |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Brian Paul | added silly mesa_hack() function and -b option |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Brian Paul | minor tweak to visual setup for accum buffers |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Brian Paul | fixed Min/Max lod clamp bug |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Gareth Hughes | Some more minor cleanups of macros. |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Gareth Hughes | Remove compiler warnings about ASSERT_OUTSIDE_BEGIN_END... |
commit | commitdiff | tree | snapshot |
2001-03-22 |
Gareth Hughes | Initial demo of GL_EXT_texture_filter_anisotropic exten... |
commit | commitdiff | tree | snapshot |
2001-03-22 |
Brian Paul | enable GL_ARB_texture_env_combine and GL_ARB_texture_en... |
commit | commitdiff | tree | snapshot |
2001-03-22 |
Jouk Jansen | Modified Files: |
commit | commitdiff | tree | snapshot |
2001-03-22 |
Jouk Jansen | Modified Files: |
commit | commitdiff | tree | snapshot |
2001-03-22 |
Gareth Hughes | Remove formats that no longer exist. |
commit | commitdiff | tree | snapshot |
2001-03-22 |
Gareth Hughes | Minor updates. |
commit | commitdiff | tree | snapshot |
2001-03-22 |
Gareth Hughes | Fix texture format enum values (Brian Paul). |
commit | commitdiff | tree | snapshot |
2001-03-22 |
Brian Paul | added GL_ARB_texture_env_dot3 enums |
commit | commitdiff | tree | snapshot |
2001-03-22 |
Brian Paul | minor comment update |
commit | commitdiff | tree | snapshot |
2001-03-22 |
Brian Paul | added GL_ARB_texture_env_combine, GL_ARB_texture_env_dot3 |
commit | commitdiff | tree | snapshot |
2001-03-22 |
Brian Paul | clean-up in _swrast_choose_triangle() |
commit | commitdiff | tree | snapshot |
2001-03-22 |
Gareth Hughes | Add PolygonOffset driver callback. |
commit | commitdiff | tree | snapshot |
2001-03-21 |
Brian Paul | added teximage rescaling code. untested at this point |
commit | commitdiff | tree | snapshot |
2001-03-21 |
pesco | * src/swrast_setup/ss_tritmp.h (quad): Changed name... |
commit | commitdiff | tree | snapshot |
2001-03-21 |
Brian Paul | minor updates for 3.5 |
commit | commitdiff | tree | snapshot |
2001-03-21 |
Brian Paul | use new texture conversion code, still have to do image... |
commit | commitdiff | tree | snapshot |
2001-03-21 |
Brian Paul | renamed some vars, added a bunch of comments |
commit | commitdiff | tree | snapshot |
2001-03-21 |
Brian Paul | minor re-org in sample_depth_texture() |
commit | commitdiff | tree | snapshot |
2001-03-21 |
Brian Paul | sync'd with the latest changes in XFree86 (cygwin stuff) |
commit | commitdiff | tree | snapshot |
2001-03-21 |
Gareth Hughes | Fix compilation with GLU 1.1 |
commit | commitdiff | tree | snapshot |
2001-03-21 |
Gareth Hughes | Make ESC quit. |
commit | commitdiff | tree | snapshot |
2001-03-21 |
Gareth Hughes | Revert back to new tessellator, check version string... |
commit | commitdiff | tree | snapshot |
2001-03-21 |
Brian Paul | depth images were broken by latest teximage changes... |
commit | commitdiff | tree | snapshot |
2001-03-20 |
Gareth Hughes | Make COPY_FLOAT available to a wider audience. |
commit | commitdiff | tree | snapshot |
2001-03-20 |
Gareth Hughes | More updates. Radeon tnl module still disabled by... |
commit | commitdiff | tree | snapshot |
2001-03-20 |
Brian Paul | fixes to make old GLU code compile with new GLU 1.3... |
commit | commitdiff | tree | snapshot |
2001-03-20 |
Jouk Jansen | Committing in . |
commit | commitdiff | tree | snapshot |
2001-03-20 |
pesco | * common_rules.make: Created to hold the conditional... |
commit | commitdiff | tree | snapshot |
2001-03-19 |
Brian Paul | fix for gl_ztrick bug (Ove Kaaven) |
commit | commitdiff | tree | snapshot |
2001-03-19 |
pesco | * si-glu/libnurbs/: Undid move of glimports.h, mystdio... |
commit | commitdiff | tree | snapshot |
2001-03-19 |
Alan Hourihane | fix glxinfo to query current display. |
commit | commitdiff | tree | snapshot |
2001-03-19 |
Alan Hourihane | fix cast |
commit | commitdiff | tree | snapshot |
2001-03-19 |
Keith Whitwell | New files |
commit | commitdiff | tree | snapshot |
2001-03-19 |
Keith Whitwell | Split driver struct into swrast/tnl/core components. |
commit | commitdiff | tree | snapshot |
2001-03-18 |
pesco | * gen_srclists.sh: Use getopt to parse the command... |
commit | commitdiff | tree | snapshot |
2001-03-18 |
Gareth Hughes | Add missing header file include. |
commit | commitdiff | tree | snapshot |
2001-03-18 |
Gareth Hughes | Remove #endif. |
commit | commitdiff | tree | snapshot |
2001-03-18 |
Gareth Hughes | Make assertions take new GLchan formats into account. |
commit | commitdiff | tree | snapshot |
2001-03-18 |
Gareth Hughes | Fix error message. |
commit | commitdiff | tree | snapshot |
2001-03-18 |
Gareth Hughes | Fix header info. |
commit | commitdiff | tree | snapshot |
2001-03-18 |
Gareth Hughes | Remove old code, fix a few comments. |
commit | commitdiff | tree | snapshot |
2001-03-18 |
pesco | Forgot to add newly created files. |
commit | commitdiff | tree | snapshot |
2001-03-18 |
Gareth Hughes | - Port 3.4 texture utils, texture format work to 3... |
commit | commitdiff | tree | snapshot |
2001-03-18 |
Keith Whitwell | Fix lineloops. |
commit | commitdiff | tree | snapshot |
2001-03-17 |
Keith Whitwell | Fix cut&paste bug exposed by clipbug.c demo. |
commit | commitdiff | tree | snapshot |
2001-03-17 |
Keith Whitwell | Remove dead #define. |
commit | commitdiff | tree | snapshot |
2001-03-17 |
Keith Whitwell | Revert earlier changes protecting against null VB-... |
commit | commitdiff | tree | snapshot |
2001-03-17 |
Brian Paul | added SI GLU info |
commit | commitdiff | tree | snapshot |
2001-03-17 |
Brian Paul | updated for SGI SI GLU |
commit | commitdiff | tree | snapshot |
2001-03-17 |
Brian Paul | SGI SI GLU 1.3 header |
commit | commitdiff | tree | snapshot |
2001-03-17 |
Brian Paul | added CCFLAGS and CPLUSPLUS definitions |
commit | commitdiff | tree | snapshot |
2001-03-17 |
Brian Paul | SGI SI GLU library |
commit | commitdiff | tree | snapshot |
2001-03-15 |
Brian Paul | removed ARB_texture_env_add bool flag, use EXT_texture_... |
commit | commitdiff | tree | snapshot |
2001-03-15 |
Brian Paul | use IROUND() instead of (int) cast (Klaus Niederkrueger) |
commit | commitdiff | tree | snapshot |
2001-03-14 |
Gareth Hughes | Fix typo. |
commit | commitdiff | tree | snapshot |
2001-03-13 |
Gareth Hughes | Initial templates for immediate mode fastpaths, or... |
commit | commitdiff | tree | snapshot |
2001-03-12 |
Gareth Hughes | Nope, -ansi spoils that... |
commit | commitdiff | tree | snapshot |
2001-03-12 |
Gareth Hughes | Undo -D_POSIX_SOURCE change, fix the way the katmai... |
commit | commitdiff | tree | snapshot |
2001-03-12 |
Gareth Hughes | - Add -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L to... |
commit | commitdiff | tree | snapshot |
2001-03-12 |
Gareth Hughes | Add missing header file. |
commit | commitdiff | tree | snapshot |
2001-03-12 |
Gareth Hughes | Add missing header file include. |
commit | commitdiff | tree | snapshot |
2001-03-12 |
Gareth Hughes | Consistent copyright info (version number, date) across... |
commit | commitdiff | tree | snapshot |
2001-03-11 |
Gareth Hughes | Minor cleanups. |
commit | commitdiff | tree | snapshot |
2001-03-11 |
Gareth Hughes | Clean up install, restore for exec vtxfmts. |
commit | commitdiff | tree | snapshot |
2001-03-11 |
Gareth Hughes | Support for swappable tnl modules. |
commit | commitdiff | tree | snapshot |
next |