Lighting now emits colors as CHAN_TYPE, as it used to. This will require
[mesa.git] / src / mesa / drivers /
2001-07-17 Keith WhitwellLighting now emits colors as CHAN_TYPE, as it used...
2001-07-14 Brian Paulmore work on float colors (still not finished)
2001-07-13 Brian Paulassorted changes for supporting GLfloat color channels...
2001-07-13 Jouk Jansen Committing in .
2001-07-12 Keith WhitwellRename some of the tnl->Driver.* functions to tnl-...
2001-07-05 Brian Paulfixed logic error in OSMesaMakeCurrent() for 565 pixel...
2001-07-02 pescoMore .cvsignore updates.
2001-06-27 Brian Paulsupport for RGB_565 pixels (Lars Andersson), untested
2001-06-15 Brian PaulEnable GL_ARB_texture_compression for XMesa/GLX driver...
2001-06-15 Brian Paulreplace 255 with CHAN_MAX
2001-06-14 Brian Paulfixed a comment
2001-06-13 Brian PaulAllow different max texture sizes for 1/2D, 3D and...
2001-06-04 Brian Paulremoved some code in XMesaDestroyContext() which could...
2001-06-01 Keith Whitwellapply David Miller's quad/backcolor patch
2001-05-31 Brian Paulfixed s/w alpha channel bug
2001-05-30 Brian Paulforgot to check-in yesterday
2001-05-29 Brian Paulmore DRI libGL-related changes
2001-05-29 Brian Paulremoved some old DRI-isms
2001-05-29 Brian Pauladded new functions to GLX_functions[]
2001-05-25 Brian Paulmore work on XMesa / libGL integration
2001-05-24 Brian Pauladded some casts so that older glx.h can be used
2001-05-24 Brian PaulInitial changes to allow Mesa and its fake GLX to be...
2001-05-24 Brian Paulprototyping some new stuff
2001-05-21 Brian Pauls/Height/height/ (Jeff Potter)
2001-05-14 Brian PaulNew triangle rasterization code. Store per-span initia...
2001-05-14 Keith WhitwellFix for glean texgen test.
2001-05-10 Keith WhitwellSet 'prefer_float_colors' true, now that tnl uses them...
2001-05-10 Brian Paulapplied Jeff & Keith's optimization to write_span_mono_...
2001-05-10 Brian Paulfixed bad texture border test (sometimes caused a segfault)
2001-05-10 Brian Paulminor clean-up
2001-05-10 Keith WhitwellDriver interface changes
2001-05-10 Brian Paulcheck hardware type and use SETUP_SNAP if needed
2001-05-09 Brian Paulminor clean-ups
2001-05-09 Brian Paulfixed font/bitmap x-offset bug (Frank Warmerdam)
2001-05-09 Brian Paulfixed Y flip problem in read_rgba_pixels() (Frank Warme...
2001-05-09 Keith Whitwellremove debug code
2001-05-03 Keith Whitwellfix for moebius infinite loop
2001-05-03 Brian Paulminor clean-ups and warning fixes
2001-05-03 Keith Whitwelladd disabled test to turn on vertex snapping.
2001-05-02 Brian Paulfixed vertex color problems
2001-05-02 Brian Paulteximage updates. seems to work fine.
2001-05-01 Brian Paulminor XFree86 change
2001-05-01 Keith Whitwellfloat color changes
2001-04-30 Keith WhitwellLots more eval fixes
2001-04-29 Keith Whitwelltypo
2001-04-29 Keith WhitwellMore HW_DIVIDE checks.
2001-04-29 Keith WhitwellAllow drivers to provide a dynamic CHECK_HW_DIVIDE...
2001-04-28 Keith Whitwellfix color copying in twosided quads
2001-04-28 Keith Whitwelladd specialized interp for backcolor, edgeflags
2001-04-28 Keith WhitwellSupport for floating point color representation in...
2001-04-27 Brian Paulchanged xmesa_visual and xmesa_buffer structs to direct...
2001-04-26 Brian Paulfixed mem leak in XFreeFontInfo() call
2001-04-26 Brian Paulflush pipeline in WMesaSwapBuffers (Frank Warmerdam)
2001-04-24 Brian Paultexture image code updates (not finished)
2001-04-20 Brian Paulcompilation fixes - texturing isn't working at this...
2001-04-20 Brian PaulFixed a texture conversion problem: sometimes need...
2001-04-10 Brian PaulAdded IROUND_POS() macro to mmath.h and use where appro...
2001-04-09 Alan Hourihaneremove a HAVE_ELTS that I'd stuck before.
2001-04-09 Alan Hourihanefix use of projected vertices with notex vertices when...
2001-04-07 Alan HourihaneAdd quad and quad_strip
2001-04-06 Alan Hourihaneadd FINISH function at end of each render_* function
2001-04-04 Brian PaulMore texture image changes.
2001-04-03 Brian Paulanother fix to clear_32bit_ximage()
2001-04-03 Brian Paulinclude fxdrv.h before other headers (Ivan Kalvatchev)
2001-04-03 Brian Paulfixed wglUseFontBitmapsA() bugs (Frank Warmerdam)
2001-04-03 Brian Paulclear pixel value wasn't byteswapped for scissored...
2001-03-30 Brian Paulfixed compilation problems related to ctx->_Enabled...
2001-03-30 Keith WhitwellFix calculation of fog coordinate in translate_vertex().
2001-03-29 Brian Paulsilence a compiler warning
2001-03-29 Brian PaulRemoved DD_Z_NEVER.
2001-03-28 Brian Paulcompilation updates
2001-03-28 Gareth Hughes- Restore texImage->IntFormat.
2001-03-27 Brian Paulsilence compiler warnings
2001-03-23 Brian Paulminor tweak to visual setup for accum buffers
2001-03-21 Brian Pauladded teximage rescaling code. untested at this point
2001-03-21 Brian Paulminor updates for 3.5
2001-03-21 Brian Pauluse new texture conversion code, still have to do image...
2001-03-20 Gareth HughesMore updates. Radeon tnl module still disabled by...
2001-03-19 Keith WhitwellSplit driver struct into swrast/tnl/core components.
2001-03-18 Keith WhitwellFix lineloops.
2001-03-17 Keith WhitwellRevert earlier changes protecting against null VB-...
2001-03-14 Gareth HughesFix typo.
2001-03-13 Gareth HughesInitial templates for immediate mode fastpaths, or...
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-03-11 Gareth HughesSupport for swappable tnl modules.
2001-03-08 Brian Paulfixed RBGA ifdef typo
2001-03-08 Brian Pauldo fog interpolation if INTERP_FOG is defined, not...
2001-03-08 Brian PaulMore g++ warning fixes. Fixes for CHAN_BITS==16, it...
2001-03-07 Brian Pauladded an assertion in the init code, just to be safe
2001-03-07 Jon TaylorMisc build fixes
2001-03-07 Brian Paulfixed a bunch of g++ warnings/errors. Compiling with...
2001-03-05 Brian Paulfixed segfaults when tex unit 1 enabled, but not unit...
2001-03-05 Keith WhitwellDO_POINT renamed DO_POINTS
2001-03-05 Keith WhitwellChanges for ffb
2001-03-05 Keith WhitwellFix typo
2001-03-05 Keith WhitwellAdd missing cases for viewport transform. Remove INVAL...
2001-03-03 Brian Paulused indent to clean-up the code
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-03-01 Brian Paulfixed mistake in alpha buffer clear test
2001-03-01 Keith WhitwellUncomment some defaults.
next