added support for GL_ARB_draw_buffers
[mesa.git] / src / mesa /
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 Paulfix LoadProgramNV regression when I had fixed the RefCo...
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 Ian RomanickReplace the numerous switch-statements to derive GL_COM...
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 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 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 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 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-15 Brian Paulreplace glNormal3f(v) with GL_CALL(Normal3f)(v), etc...
2004-09-15 Brian Paulin _mesa_problem() include version number in error...
2004-09-14 Brian Paulalso fix possible delete bugs with buffer objects and...
2004-09-14 Brian PaulRepeatedly deleting a texture ID with glDeleteTextures...
2004-09-13 Brian PaulHandle GL_MAX_VERTEX_ATTRIBS_ARB in glGet*().
2004-09-13 Ian RomanickMinor extension string tweaks. Added support for verte...
2004-09-13 Brian Paulremove ARB_texture_non_power_of_two from _mesa_enable_1...
2004-09-13 Brian Paultweak texcoord for sampling texture rectangles (Dave...
2004-09-13 Daniel Borcacleanup and bugfixes for fxDDClear()
2004-09-13 Daniel Borcacleanup and some changes towards GL_ARB_point_sprite...
2004-09-13 Daniel Borcacleanup
2004-09-13 Daniel Borcachanges towards GL_ARB_point_sprite (two-zero)
2004-09-10 Brian Paulapplied patch #1026109
2004-09-10 Brian Paulassorted updates (bug #1025977)
2004-09-10 Brian Paulupdated error msg
2004-09-10 Brian Paulreset error state before parsing (David Reveman)
2004-09-10 Brian PaulMore updates for Doxygen.
2004-09-09 Jose FonsecaUpdate the doxygen configuration file.
2004-09-09 Brian Paulfix a bug in analyse_from_scratch() reported by Wes...
2004-09-09 Brian Paulclean-ups and comments
2004-09-09 Brian PaulAnother attempt at fixing name mangling and gl__unused4...
2004-09-08 Dave Airlieupdated patch for vertex program
2004-09-07 Dave AirlieThis patch enables GL_ARB_vertex_program and GL_NV_vert...
2004-09-03 Daniel Borcamake sure the HW is clean before shooting the pipeline
2004-09-02 Keith Whitwellr200-maybe-flush-less-3.diff
2004-09-01 Brian Paulalso test for __arm__ for setting USE_IEEE (X bug 1155)
2004-08-31 Keith WhitwellThe i915 driver was merged after EMIT_*_BGR bug was...
2004-08-31 Daniel Borcanewer Glide3x snaps vertices internally for V1/VR/VB
2004-08-30 Daniel Borcaremove CR
2004-08-30 Daniel Borcacleanup
2004-08-30 Daniel Borcarevived unused code, but got rid of warnings
2004-08-30 Daniel Borcacleaned up extensions a bit
2004-08-30 Daniel Borcaclamp lodbias
2004-08-30 Daniel Borcafixed automatic mipmap generation
2004-08-30 Daniel Borcafog really needs W
2004-08-30 Daniel Borcaremove CR
2004-08-25 Brian PaulICD update from Gregor Anich
2004-08-25 Brian Paulmove (void) foo; instances after local declarations
2004-08-25 Brian Paulprint internalFormat value in r200ChooseTextureFormat...
2004-08-25 Brian PaulSilence gcc 3.4 warnings on ReactOS. Mostly unused...
2004-08-25 Brian Paulregenerated with license info
2004-08-25 Brian PaulMakefile for python-generated files (Ian Romanick)
2004-08-25 Brian Pauluse version generated from the XML database
2004-08-25 Brian Paulfix MGL namespace warning (patch 1014800)
2004-08-25 Brian Paulreturn type for MapBuffer was not specified
2004-08-25 Brian PaulFix mgl name mangling (patch 1014800)
2004-08-25 Brian PaulWindows ICD driver code (patch 1014800)
2004-08-25 Brian Paulfix a couple bad casts
2004-08-25 Brian Paulwork around a param bug (Adam Jackson)
2004-08-24 Philippe HoudoinDisable x86 iround() version on BeOS with gcc < 2.95...
2004-08-22 Felix KuehlingConverted the Savage driver to the new DRI interface...
2004-08-22 Brian Paulcast to fix a warning (in disabled code anyway)
2004-08-22 Brian Pauldon't use __FUNCTION__ - not portable
2004-08-22 Brian Paulcheck if __mips or _MIPS_ARCH is defined to set IEEE_ON...
2004-08-22 Brian Paulalso check for __hppa__ and hpux for IEEE support ...
2004-08-20 Brian Paulenabled GL_ARB_texture_rectangle
next