mesa.git
2003-12-06 Keith WhitwellRelax assertion to account for empty primitives.
2003-12-06 Brian Pauls/APIENTRY/GLAPIENTRY/ for 1.5 functions
2003-12-05 Alan Hourihanefix _SOLO build problem
2003-12-05 Alan Hourihanefix a _SOLO build problem
2003-12-05 Alan Hourihanefix _SOLO build problem
2003-12-05 Alan Hourihanefix some _SOLO build problems
2003-12-05 Alan Hourihanexmlconfig fixes
2003-12-05 Alan Hourihanexmlconfig fixes for the new options
2003-12-05 Alan Hourihanemerge r128 DRI driver from DRI trunk
2003-12-05 Alan Hourihanemerge i810 DRI driver from DRI trunk
2003-12-05 Alan Hourihanefix compiler warning
2003-12-05 Alan Hourihaneremove duplicate declarations
2003-12-05 Keith WhitwellBackout last change on the displaylist path to fix...
2003-12-05 Brian Paulinclude glheader.h first, to prevent warnings about...
2003-12-05 Brian Pauldon't include GL/gl.h, define GLAPIENTRYP if not defined
2003-12-05 Brian PaulFix a front/back CopyPixels glitch.
2003-12-05 Brian Paulpress f key to toggle front/back drawing/copying
2003-12-05 Alan Hourihanebring over latest mga DRI driver from DRI trunk
2003-12-05 Alan Hourihanebring in common from DRI trunk
2003-12-04 Alan Hourihanedisable some DEBUG
2003-12-04 Karl SchultzWindows needs to #define GL_GLEXT_PROTOTYPES
2003-12-04 Karl SchultzChange
2003-12-04 Karl Schultzupdate files
2003-12-04 Karl SchultzAdd missing GLAPIENTRY
2003-12-04 Karl SchultzAdd missing GLAPIENTRY
2003-12-04 Alan Hourihaneuse _swrast_CopyPixels for XFree86
2003-12-04 Alan Hourihanemerge latest DRI sis driver changes from the DRI trunk
2003-12-04 Alan Hourihanebuild fix
2003-12-04 Alan Hourihanebuild fixes
2003-12-04 Alan Hourihanebuild fixes
2003-12-04 Alan Hourihanebuild fixes
2003-12-04 Alan Hourihanecheck if GLAPIENTRYP is already set
2003-12-04 Alan Hourihane#define GLAPIENTRYP GLAPIENTRY *
2003-12-04 Brian Pauldon't use new glDrawPixel routines in Xserver
2003-12-04 Alan Hourihaneremove duplicate declaration
2003-12-04 Alan Hourihanebuild fixes
2003-12-04 Alan Hourihanebuild fix
2003-12-04 Alan Hourihanebuild fixes
2003-12-04 Alan Hourihaneadd SPARC ffb DRI driver
2003-12-04 Alan Hourihanebuild fixes
2003-12-04 Alan Hourihaneadd tdfx DRI driver
2003-12-04 Alan Hourihanebring over glcore.h changes from DRI trunk
2003-12-04 Brian PaulPort over changes from XFree86/Mesa 5.0.2, mostly to...
2003-12-04 Brian PaulFix some problems with glDrawElements and vertex buffer...
2003-12-03 Keith WhitwellEnsure PRIM_BEGIN marker isn't lost when incomplete...
2003-12-02 Karl Rasches/inverse/invtrans.. whoopsie
2003-12-02 Karl RascheRemove things having to do with ARB_matrix_palette...
2003-12-01 Brian Pauladded description of faster glDraw/CopyPixels code
2003-12-01 Brian Paulfix __sparc_v9__ test to exclude linux (bug 852204)
2003-12-01 Brian Paulupdated list of files since merging vtx branch
2003-11-30 Brian Pauls/texUnit->Enabled/enableBits/ (Karl Rasche)
2003-11-30 Karl RascheFixed compiler warnings
2003-11-29 Brian PaulUse XPutImage() for glDrawPixels() and XCopyArea()...
2003-11-29 Brian PaulFix generic/conventional vertex array glitches.
2003-11-28 Brian Paulmore tweaks to error checking and reporting
2003-11-28 Brian Paulif id==0 in glGetQueryObject, raise GL_INVALID_OPERATION
2003-11-28 Brian Paulfix an error test
2003-11-28 Brian Paulupdated NetReality -> Pansophica
2003-11-28 Keith WhitwellSave and restore front colors on backfacing triangles...
2003-11-26 Brian Pauladded link to Chromium
2003-11-26 Brian Paulupdated CVS info
2003-11-26 Daniel Borcaaccomodate vtx-0-2-branch
2003-11-25 Brian Paulcurrent raster color index should be GLfloat
2003-11-25 Brian Pauladded SoftGL link
2003-11-25 Brian PaulOtto Solares' patch to add radeon 9200
2003-11-25 Brian Paulfix assorted g++ warnings
2003-11-25 Brian Paulcasts for g++
2003-11-25 Brian Paulfix a lot of warnings found with g++
2003-11-25 Brian Paulsilence a warning
2003-11-25 Brian Paulremove __FUNCTION__ hack
2003-11-25 Brian Pauladded a cast
2003-11-25 Brian PaulRemove unnecessary usage of __FUNCTION__.
2003-11-25 Karl Rasche - New version of the syntax rules from Michal Krol
2003-11-25 Karl Rascheadded support for generic vertex attributes (ARB_vp...
2003-11-24 Brian Paulupdated after APIspec fixes
2003-11-24 Brian Pauloops, fix glitches in 1.5 functions
2003-11-24 Brian Paulminor cast fixes
2003-11-24 Brian Paulgenerate the OpenGL 1.5 entrypoints
2003-11-24 Brian Paulupdated list of new/old src files
2003-11-24 Brian Paulset the VB->FogCoordPtr with the other legacy pointers
2003-11-24 Brian Paulfix YCBCR assertion and disable assertion in auto-mipma...
2003-11-24 Keith Whitwellremove dead files
2003-11-24 Brian Paulwhitespace and comment changes
2003-11-24 Brian Paulminor error string improvement
2003-11-24 Brian Pauladded GL_ARB_vertex/fragment_program and new vertex...
2003-11-24 Keith WhitwellMerge vtx-0-2-branch
2003-11-24 Keith WhitwellImport vtx-0-2-branch
2003-11-24 Keith WhitwellRemove a lot of rcs tags, avoid merge conflicts
2003-11-24 Karl RascheMoving NV_fragment_program tests to ARB_fragment_program
2003-11-23 Karl Rasche- parse_alias() Was totally borked
2003-11-23 Karl Rasche - Create a dummy program to keep from segfaulting...
2003-11-23 Karl RaschePorting NV_vertex_program demos to ARB_vertex_program
2003-11-23 Karl RaschePorting NV_vertex_program tests to ARB_vertex_program
2003-11-23 Brian Paulinclude malloc.h to get ptrdiff_t for vertex buffer...
2003-11-23 Keith Whitwellbuild fixes, rh9
2003-11-22 Brian Pauladded OpenGL 1.5 tokens and functions not yet put into...
2003-11-22 Brian Paulpass ctx to fetch_vector4_deriv()
2003-11-22 Brian PaulGL_ARB_point_sprite is not part of 1.5
2003-11-22 Daniel Borcaupdated core makefiles to include arbparse
2003-11-21 Brian Paulfix some bugs in computation of DDX, DDY commands
next