mesa.git
2004-10-08 Eric AnholtAdd fallback debugging (R128_DEBUG=fall) output, and...
2004-10-08 Eric AnholtDon't compile WriteMonoDepthSpan if HAVE_HW_DEPTH_SPANS...
2004-10-08 Eric AnholtAdd support for NV_blend_square, and print errors if...
2004-10-08 Ian RomanickMassively cleaned up the code that calculates front...
2004-10-08 Ian RomanickReject unsupported texture formats passed to glCompress...
2004-10-08 Ian RomanickAdd simple test program for Mesa bug #1028405.
2004-10-08 Alex DeucherApply Eric's stencil wrap patch (Eric Anholt)
2004-10-07 Eric AnholtAdd Roland Scheidegger's S3TC patch. This patch does...
2004-10-07 Ian RomanickPrevent Y-offset from exceeding valid range in texture...
2004-10-07 Felix KuehlingFix emitting fog without secondary color and vice-versa.
2004-10-06 Karl Schultz*** empty log message ***
2004-10-06 Brian Paulmore GL_ARB_draw_buffers updates from Michale Krol
2004-10-06 Brian Paulfix GetVertexAttrib problem
2004-10-06 Ian RomanickConvert tdfxDDInitExtensions to use driInitExtensions.
2004-10-05 Daniel Borcaput Rush in the list of supported HW
2004-10-05 Daniel Borcastencil wrap works, either HW or SW (Ian Romanick)
2004-10-05 Daniel Borcaenable 2_0 extensions
2004-10-04 Ian RomanickUse the driFillInModes utility function.
2004-10-04 Ian RomanickAlso export fbconfigs with 0/0 depth/stencil modes...
2004-10-04 Ian RomanickAdd some Savage3D stencil documentation based on discus...
2004-10-04 Brian Paulmake clean should remove depend.bak too (Sérgio Moneiro...
2004-10-04 Brian PaulARB_fp support for GL_ARB_draw_buffers (Karl Rasche)
2004-10-04 Ian RomanickSet MaxTextureImageUnits and MaxTextureCoordUnits to...
2004-10-04 Ian RomanickThe alpha post-scale and the RGB post-scale were mistak...
2004-10-03 Eric AnholtRemove empty r128_vb.h.
2004-10-02 Brian Paulput glapi_x86.S into the x86/ directory
2004-10-02 Brian Paulremove unused413 stuff, glDrawBuffersARB uses that...
2004-10-02 Brian PaulGL_ARB_draw_buffers
2004-10-02 Brian Paulfix _DrawDestMask[0][0] typos
2004-10-02 Brian Pauladded support for GL_ARB_draw_buffers
2004-10-02 Brian Paulfix indentation
2004-10-02 Brian Paulfix a comment
2004-10-02 Brian Paulbump version to 6.3
2004-10-02 Brian Paulinitial stuff for 6.3
2004-10-02 Brian Paula few more updates for the 6.2 release
2004-10-02 Brian Paulfix LoadProgramNV regression when I had fixed the RefCo...
2004-10-02 Brian Pauladded PBO known issues
2004-10-02 Brian Paulset 6.2 release date
2004-10-02 Eric AnholtIf an application cleared before any state had been...
2004-10-02 Eric AnholtConvert Rage 128 over to t_vertex.c. While it's slight...
2004-10-02 Eric AnholtAdd an option for vertices emitted to be swapped CPU_TO...
2004-10-02 Ian RomanickCut out all of the old texture environment code and...
2004-10-01 Karl Schultzminor updates and improvements
2004-10-01 Karl SchultzAdd the glut project to the demos workspace.
2004-10-01 Karl SchultzRemove glut project from the Mesa workspace. This...
2004-10-01 Karl SchultzAdd HP shared lib configs.
2004-10-01 Karl SchultzHP shared lib config
2004-10-01 Ian RomanickReplace the numerous switch-statements to derive GL_COM...
2004-10-01 Karl Schultzfix problems in previous version
2004-10-01 Karl SchultzEnable builds on AIX 64-bit
2004-10-01 Dave AirlieFix mesa solo with doublebuffered apps, the drawable...
2004-09-30 Ian RomanickFactored out code for setting texture coordinate wrap...
2004-09-30 Brian Paulset span.y prior to each span write in draw_depth_pixel...
2004-09-30 Eric AnholtBugzilla #1058: Fix some potential 64bit pointer issue...
2004-09-30 Eric AnholtOK, one more time. Simplify the state-backup system...
2004-09-28 Karl SchultzFix bug in glDrawPixels when writing color indexed...
2004-09-28 Nicolai HaehnleInitial revision
2004-09-28 Daniel Borcause GLuint instead of uint
2004-09-27 Brian Paulversion bump
2004-09-27 Brian Paulchange include of glx_mangle.h to match other headers
2004-09-27 Brian Paulremove beos/*.h files from tarball list
2004-09-27 Brian Paulbump minor version to 2
2004-09-27 Brian PaulVBO RefCount fix (David Reveman)
2004-09-27 Daniel Borcastencil wrap works, either HW or SW (Ian Romanick)
2004-09-25 Eric AnholtBump driver_date for today's fixes.
2004-09-25 Eric AnholtCan't bail in sisDDLogicOpCode when logicop is off...
2004-09-25 Eric AnholtTriangle stipple is a fallback, since we don't have...
2004-09-25 Eric AnholtCorrect a couple of comments.
2004-09-25 Eric AnholtFix SiS AGP vertex dispatch by not trying to emit 0...
2004-09-25 Eric AnholtAdd sis to the list of DRI drivers, since it had alread...
2004-09-25 Eric AnholtRefactor the linux-dri config files so that linux-dri...
2004-09-25 Eric AnholtThe previous code would emit a full set of state during...
2004-09-25 Eric AnholtFix texturing in quake3. Some code was left over from...
2004-09-25 Eric AnholtBump DRIVER_DATE for yesterday's changes.
2004-09-24 Brian Paulmoved to demos/ directory
2004-09-24 Brian Paulmoved in from the tests/ directory to include in distro
2004-09-24 Brian Paulupdated osmesa info
2004-09-24 Brian Paulpatches for clearing hw depth buffers from software...
2004-09-24 Daniel Borcaadded (back!) option to use non-packedcolor
2004-09-24 Eric Anholt-O -Wall warnings cleanups in r200.
2004-09-24 Eric AnholtClean up some warnings in the R100 driver with -O ...
2004-09-24 Eric AnholtRemove an unnecessary calculation of the dest pointer.
2004-09-23 Brian Pauldon't test for NULL pixels pointer here, do that in...
2004-09-23 Brian Paulremoved hacked GL tokens, fixed a printf
2004-09-23 Brian Pauladded a comment in BindTexture
2004-09-23 Brian Pauljust some comments and formatting changes
2004-09-23 Dave Airliefix for Erics new emit state code, rework out the dest...
2004-09-22 Eric AnholtThe previous code would emit a full set of state during...
2004-09-21 Dave AirlieAdd xmlconfig to the i810 makefile
2004-09-20 Daniel Borcaclamp size of wide points
2004-09-19 Ian RomanickAdd GL_ARB_texture_cube_map support for i830. Most...
2004-09-19 Ian RomanickAdded GL_ARB_point_parameters support for i830.
2004-09-19 Ian RomanickMerge in all the i830 functional differences from the...
2004-09-17 Karl Schultzrearrange a couple of lines of code to avoid compilatio...
2004-09-17 Eric AnholtSymbol names are prepended with an underscore on CYGWIN...
2004-09-16 Brian Paulsilence warnings
2004-09-16 Brian Paulsilence warnings, re-indent code
2004-09-16 Brian PaulVBO refcount and spriteblast fixes
2004-09-16 Brian Paulclean-up the hokey transformation code so that window...
2004-09-15 Brian Paulreplace glNormal3f(v) with GL_CALL(Normal3f)(v), etc...
next