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 |
2001-02-07 |
Brian Paul | new texture image routines work now |
commit | commitdiff | tree |
2001-02-07 |
Brian Paul | made some changes to the initialization of gl_texture_i... |
commit | commitdiff | tree |
2001-02-07 |
Gareth Hughes | Force texture download every time to handle lazy textur... |
commit | commitdiff | tree |
2001-02-06 |
Brian Paul | updated texture image handling - STILL UNTESTED |
commit | commitdiff | tree |
2001-02-06 |
Brian Paul | added a number of debugging tests to be sure drivers... |
commit | commitdiff | tree |
2001-02-06 |
Brian Paul | Overhaul of texture image handling. |
commit | commitdiff | tree |
2001-02-06 |
Brian Paul | added _mesa_adjust_image_for_convolution() |
commit | commitdiff | tree |
2001-02-06 |
Keith Whitwell | Use a lookup table to compute exponents in tnl fogging... |
commit | commitdiff | tree |
2001-02-06 |
Brian Paul | misc updates to match latest device driver changes |
commit | commitdiff | tree |
2001-02-05 |
Brian Paul | added mesa_profile extern decl |
commit | commitdiff | tree |
2001-02-05 |
Brian Paul | replaced frustrum with frustum |
commit | commitdiff | tree |
2001-02-05 |
Jouk Jansen | Committing in . |
commit | commitdiff | tree |
2001-02-04 |
Keith Whitwell | rework to correctly respect _ac_import_range() |
commit | commitdiff | tree |
2001-02-04 |
Keith Whitwell | Fast no-copy drawarrays for large tristrips |
commit | commitdiff | tree |
2001-02-03 |
Gareth Hughes | Some more work on interal debugging, timing routines... |
commit | commitdiff | tree |
2001-01-31 |
Jouk Jansen | Committing in . |
commit | commitdiff | tree |
2001-01-30 |
Brian Paul | make gluPerspective() call glMultMatrix() instead of... |
commit | commitdiff | tree |
2001-01-30 |
Brian Paul | added packed types to glGetMinMax and glGetHistogram... |
commit | commitdiff | tree |
2001-01-30 |
Brian Paul | fixed half pixel offset bug in aa point code |
commit | commitdiff | tree |
2001-01-30 |
Gareth Hughes | Upgrade to (patched) version 7 of glext.h |
commit | commitdiff | tree |
2001-01-29 |
Brian Paul | last segment of AA stippled lines wasn't drawn |
commit | commitdiff | tree |
2001-01-29 |
Brian Paul | fixed inverted Y coord for dithering in write_span_DIT... |
commit | commitdiff | tree |
2001-01-29 |
Brian Paul | GL_SHADE_MODEL wasn't popped correctly |
commit | commitdiff | tree |
2001-01-29 |
Brian Paul | removed unused vars |
commit | commitdiff | tree |
next |