2001-03-08 |
Brian Paul | test 16-bit/channel rendering |
commit | commitdiff | tree |
2001-03-08 |
Brian Paul | More g++ warning fixes. Fixes for CHAN_BITS==16, it... |
commit | commitdiff | tree |
2001-03-07 |
Brian Paul | added an assertion in the init code, just to be safe |
commit | commitdiff | tree |
2001-03-07 |
Jon Taylor | Misc build fixes |
commit | commitdiff | tree |
2001-03-07 |
Gareth Hughes | Add missing copy in _mesa_noop_Color4fv(). |
commit | commitdiff | tree |
2001-03-07 |
Brian Paul | fixed a bunch of g++ warnings/errors. Compiling with... |
commit | commitdiff | tree |
2001-03-07 |
Brian Paul | _MinMagThresh[] should be GLfloat |
commit | commitdiff | tree |
2001-03-07 |
Brian Paul | added some casts in the 16-bit GLchan macros, just... |
commit | commitdiff | tree |
2001-03-07 |
Brian Paul | added Driver.BlendColor() function, for completeness |
commit | commitdiff | tree |
2001-03-05 |
Brian Paul | fixed segfaults when tex unit 1 enabled, but not unit... |
commit | commitdiff | tree |
2001-03-05 |
Brian Paul | added missing ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH()... |
commit | commitdiff | tree |
2001-03-05 |
Keith Whitwell | DO_POINT renamed DO_POINTS |
commit | commitdiff | tree |
2001-03-05 |
Keith Whitwell | Changes for ffb |
commit | commitdiff | tree |
2001-03-05 |
Keith Whitwell | Fix typo |
commit | commitdiff | tree |
2001-03-05 |
Brian Paul | GL_EXT_secondary_color test |
commit | commitdiff | tree |
2001-03-05 |
Brian Paul | GL_EXT_fog_coord test |
commit | commitdiff | tree |
2001-03-05 |
Keith Whitwell | Add missing cases for viewport transform. Remove INVAL... |
commit | commitdiff | tree |
2001-03-05 |
Brian Paul | replaced gl_test_os_katmai*() with _mesa_test_os_katmai*() |
commit | commitdiff | tree |
2001-03-03 |
Brian Paul | more clean-ups |
commit | commitdiff | tree |
2001-03-03 |
Brian Paul | used indent to clean-up the code |
commit | commitdiff | tree |
2001-03-03 |
Brian Paul | more namespace clean-ups |
commit | commitdiff | tree |
2001-03-03 |
Brian Paul | lots of gl_*() to _mesa_*() namespace clean-up |
commit | commitdiff | tree |
2001-03-03 |
Brian Paul | optimized lambda calculation (Klaus Niederkrueger) |
commit | commitdiff | tree |
2001-03-03 |
Brian Paul | changed AlphaFunc() ref from GLclampf to GLchan |
commit | commitdiff | tree |
2001-03-02 |
Brian Paul | fixed _mesa_getenv() weirdness |
commit | commitdiff | tree |
2001-03-01 |
Brian Paul | fixed mistake in alpha buffer clear test |
commit | commitdiff | tree |
2001-03-01 |
Keith Whitwell | Uncomment some defaults. |
commit | commitdiff | tree |
2001-03-01 |
Keith Whitwell | Bugfixes for vertex format, templates |
commit | commitdiff | tree |
2001-03-01 |
Brian Paul | added s/w alpha buffer clearing |
commit | commitdiff | tree |
2001-02-28 |
Brian Paul | removed some bogus error checks |
commit | commitdiff | tree |
2001-02-28 |
Brian Paul | Now there's four possible display modes: |
commit | commitdiff | tree |
2001-02-28 |
Keith Whitwell | Templates are in working order. |
commit | commitdiff | tree |
2001-02-28 |
Brian Paul | GLvisual inside GLframebuffer is no longer a pointer... |
commit | commitdiff | tree |
2001-02-27 |
Brian Paul | fixed glitches in error checking of imaging extensions |
commit | commitdiff | tree |
2001-02-27 |
Brian Paul | signal _NEW_TEXTURE in all teximage functions |
commit | commitdiff | tree |
2001-02-27 |
Brian Paul | added fog coord clamping |
commit | commitdiff | tree |
2001-02-27 |
Brian Paul | colortable w/ size=0 wasn't handled correctly |
commit | commitdiff | tree |
2001-02-27 |
Keith Whitwell | Initialize Line._Width |
commit | commitdiff | tree |
2001-02-27 |
Brian Paul | more tweaks |
commit | commitdiff | tree |
2001-02-27 |
Brian Paul | minor extension tweaks |
commit | commitdiff | tree |
2001-02-26 |
Brian Paul | Disable most extensions by default. Drivers should... |
commit | commitdiff | tree |
2001-02-26 |
Brian Paul | fixed extension checking in _mesa_BlendEquation() |
commit | commitdiff | tree |
2001-02-26 |
Brian Paul | added filtering option, compute shadow tex size from... |
commit | commitdiff | tree |
2001-02-26 |
Brian Paul | tiny change to a gl_problem() call |
commit | commitdiff | tree |
2001-02-26 |
Brian Paul | added a cube map error check |
commit | commitdiff | tree |
2001-02-26 |
Brian Paul | bilinear sampling of depth textures |
commit | commitdiff | tree |
2001-02-24 |
Keith Whitwell | Template work |
commit | commitdiff | tree |
2001-02-23 |
Brian Paul | another fix in _mesa_stencil_and_ztest_pixels() for... |
commit | commitdiff | tree |
2001-02-23 |
Brian Paul | fixed bug in _mesa_stencil_and_ztest_pixels() found... |
commit | commitdiff | tree |
2001-02-22 |
Brian Paul | improvements to regions_overlap() function |
commit | commitdiff | tree |
2001-02-22 |
Brian Paul | removed some bogus code |
commit | commitdiff | tree |
2001-02-22 |
Jouk Jansen | Committing in . |
commit | commitdiff | tree |
2001-02-21 |
Brian Paul | fixed GL_LUMINANCE_ALPHA bug in fetch_2d_texel() |
commit | commitdiff | tree |
2001-02-20 |
Keith Whitwell | Added GLvector4chan type, removed lots of CHAN_TYPE... |
commit | commitdiff | tree |
2001-02-20 |
Brian Paul | more 3.5 updates |
commit | commitdiff | tree |
2001-02-20 |
Brian Paul | added extension #ifdef/#endifs |
commit | commitdiff | tree |
2001-02-20 |
Brian Paul | added shadow extensions |
commit | commitdiff | tree |
2001-02-20 |
Brian Paul | added shadowtex |
commit | commitdiff | tree |
2001-02-20 |
Brian Paul | demo of GL_SGIX_shadow |
commit | commitdiff | tree |
2001-02-20 |
Brian Paul | Implemented GL_SGIX_shadow and GL_SGIX_shadow_texture. |
commit | commitdiff | tree |
2001-02-19 |
Brian Paul | plug in fallback teximage DD functions |
commit | commitdiff | tree |
2001-02-19 |
Brian Paul | Updated Driver.CopyTexImage[12]D and Driver.CopyTexSubI... |
commit | commitdiff | tree |
2001-02-19 |
Brian Paul | added a bunch of extensions (Ray Tice) |
commit | commitdiff | tree |
2001-02-17 |
Brian Paul | Changed FetchTexel() function pointer arguments. |
commit | commitdiff | tree |
2001-02-17 |
Brian Paul | added MESA_GLX_FORCE_CI env var (useful for conformance... |
commit | commitdiff | tree |
2001-02-17 |
Brian Paul | Work in glGetTexImage() to return GL_COLOR_INDEX images. |
commit | commitdiff | tree |
2001-02-16 |
Brian Paul | moved depth/index/stencil span packing into image.c |
commit | commitdiff | tree |
2001-02-16 |
Brian Paul | added n-key to toggle nice fog, other minor clean-ups |
commit | commitdiff | tree |
2001-02-16 |
Keith Whitwell | Fix state bitmasks for invalidating line,tri,point... |
commit | commitdiff | tree |
2001-02-16 |
Keith Whitwell | Allow swrast to cope (fairly) cleanly with GL_SEPERATE_... |
commit | commitdiff | tree |
2001-02-16 |
Keith Whitwell | Fixed conform problems with recent material tracking... |
commit | commitdiff | tree |
2001-02-15 |
Brian Paul | minor scissor optimizations (Klaus Niederkrueger) |
commit | commitdiff | tree |
2001-02-15 |
Keith Whitwell | Fix propogation of material values in VB's that don... |
commit | commitdiff | tree |
2001-02-14 |
Brian Paul | fixed a CI-mode spot light conformance failure, but... |
commit | commitdiff | tree |
2001-02-14 |
Brian Paul | updated with 3.4 and 3.4.1 entries |
commit | commitdiff | tree |
2001-02-14 |
Brian Paul | removed a misplaced _mesa_logicop_ci_span() call |
commit | commitdiff | tree |
2001-02-13 |
Brian Paul | fixed a CI mode segfault, minor clean-ups |
commit | commitdiff | tree |
2001-02-13 |
Brian Paul | fixed an assertion |
commit | commitdiff | tree |
2001-02-13 |
Brian Paul | fixed a few CI mode span bugs and a dither bug |
commit | commitdiff | tree |
2001-02-13 |
Brian Paul | fixed bug in gl_validate_all_lighting_tables() found... |
commit | commitdiff | tree |
2001-02-13 |
Brian Paul | removed bogus assertions |
commit | commitdiff | tree |
2001-02-13 |
Brian Paul | gl_error clean-ups |
commit | commitdiff | tree |
2001-02-13 |
Brian Paul | fixed GL_SET bug |
commit | commitdiff | tree |
2001-02-12 |
Brian Paul | added debug assertions to be sure drivers initialize... |
commit | commitdiff | tree |
2001-02-12 |
Brian Paul | added ctx->Driver.ResetLineStipple, misc clean-up |
commit | commitdiff | tree |
2001-02-12 |
Brian Paul | fixed RGB over/underflow bug for tiny triangles (bug... |
commit | commitdiff | tree |
2001-02-09 |
Brian Paul | minor updates to sync w/ XFree86 changes |
commit | commitdiff | tree |
2001-02-09 |
Brian Paul | minor changes from XFree86 (dawes) |
commit | commitdiff | tree |
2001-02-09 |
Jouk Jansen | Committing in . |
commit | commitdiff | tree |
2001-02-08 |
Brian Paul | fixed bytesPerValue bug in OSMesaGetDepthBuffer() |
commit | commitdiff | tree |
2001-02-08 |
Brian Paul | fixed bugs in _mesa_clear_depth_buffer(), bug #131366 |
commit | commitdiff | tree |
2001-02-07 |
Brian Paul | GLchan fixes |
commit | commitdiff | tree |
2001-02-07 |
Brian Paul | fixed texel indexing bug in _mesa_GetTexImage() |
commit | commitdiff | tree |
2001-02-07 |
Brian Paul | added divide by zero checks |
commit | commitdiff | tree |
2001-02-07 |
Brian Paul | fixed divide by zero problem |
commit | commitdiff | tree |
2001-02-07 |
Brian Paul | added some code for proxy texture tests |
commit | commitdiff | tree |
2001-02-07 |
Keith Whitwell | Correctly calculate size for disabled texcoord arrays. |
commit | commitdiff | tree |
2001-02-07 |
Jouk Jansen | VMS compile update |
commit | commitdiff | tree |
2001-02-07 |
Brian Paul | check texture texel type before using optimized samplin... |
commit | commitdiff | tree |
2001-02-07 |
Brian Paul | remove unused functions |
commit | commitdiff | tree |
next |