2001-04-04 |
Brian Paul | GL_INTENSITY case was incorrect in extract_float_rgba() |
commit | commitdiff | tree | snapshot |
2001-04-04 |
Brian Paul | fixed tmpTexelSize computation bug |
commit | commitdiff | tree | snapshot |
2001-04-04 |
Brian Paul | More texture image changes. |
commit | commitdiff | tree | snapshot |
2001-04-04 |
Brian Paul | Updated bug report info in _mesa_problem() |
commit | commitdiff | tree | snapshot |
2001-04-04 |
Jouk Jansen | Committing in . |
commit | commitdiff | tree | snapshot |
2001-04-03 |
Brian Paul | another fix to clear_32bit_ximage() |
commit | commitdiff | tree | snapshot |
2001-04-03 |
Brian Paul | include fxdrv.h before other headers (Ivan Kalvatchev) |
commit | commitdiff | tree | snapshot |
2001-04-03 |
Brian Paul | fixed wglUseFontBitmapsA() bugs (Frank Warmerdam) |
commit | commitdiff | tree | snapshot |
2001-04-03 |
Brian Paul | clear pixel value wasn't byteswapped for scissored... |
commit | commitdiff | tree | snapshot |
2001-04-02 |
Brian Paul | applied David's patch for parsing display's server... |
commit | commitdiff | tree | snapshot |
2001-03-30 |
Brian Paul | querying proxy texture image info was segfaulting becau... |
commit | commitdiff | tree | snapshot |
2001-03-30 |
Brian Paul | add texture border width to x/y/zoffset in gl[Copy... |
commit | commitdiff | tree | snapshot |
2001-03-30 |
Brian Paul | texImage->FetchTexel wasn't getting initialized in... |
commit | commitdiff | tree | snapshot |
2001-03-30 |
Brian Paul | fixed compilation problems related to ctx->_Enabled... |
commit | commitdiff | tree | snapshot |
2001-03-30 |
Gareth Hughes | Remove all traces of CULL_MASK_ACTIVE. |
commit | commitdiff | tree | snapshot |
2001-03-30 |
Keith Whitwell | Fix calculation of fog coordinate in translate_vertex(). |
commit | commitdiff | tree | snapshot |
2001-03-29 |
Keith Whitwell | Remove ENABLE_* flags, ctx->_Enabled. |
commit | commitdiff | tree | snapshot |
2001-03-29 |
Brian Paul | silence a compiler warning |
commit | commitdiff | tree | snapshot |
2001-03-29 |
Keith Whitwell | Removed DD_STENCIL, DD_FEEDBACK, DD_SELECT. |
commit | commitdiff | tree | snapshot |
2001-03-29 |
Brian Paul | Removed DD_Z_NEVER. |
commit | commitdiff | tree | snapshot |
2001-03-29 |
Gareth Hughes | Consolidation of asm code in 3.5 |
commit | commitdiff | tree | snapshot |
2001-03-29 |
Gareth Hughes | Make generation of matypes.h more transparent. |
commit | commitdiff | tree | snapshot |
2001-03-29 |
Gareth Hughes | Add missing GEN_SOURCES definitions. |
commit | commitdiff | tree | snapshot |
2001-03-28 |
Brian Paul | compilation updates |
commit | commitdiff | tree | snapshot |
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 |
next |