mesa.git
2004-11-27 Brian Paulmisc updates
2004-11-27 Brian PaulSet symbol visibility to 'default', if supported by...
2004-11-27 Brian Pauluse new PUBLIC macro for symbol export
2004-11-27 Brian Pauldon't need glut_fbc.c
2004-11-27 Brian Paulnew GetOverlayInfo() function to reduce code and silenc...
2004-11-27 Brian PaulHave OSMesaGetProcAddress() return new OSMESAproc typedef.
2004-11-27 Brian Paulclean up code related to dispatch table initialization
2004-11-27 Brian Paulclean up 'depend' commands
2004-11-27 Brian Paultypedef GLUTproc, return it from glutGetProcAddress()
2004-11-27 Brian Paulremove -Wmissing-prototypes from g++ flags, per gcc 3.4
2004-11-27 Brian Pauluse @ to silence some unneeded output
2004-11-27 Brian Paulmake get_static_proc_address() return a _glapi_proc
2004-11-27 Brian Pauluse _glapi_proc
2004-11-27 Brian PaulUse new _glapi_proc typedef instead of void * for funct...
2004-11-27 Brian Paulfix typo, update version/date
2004-11-27 Brian Paulremove the GLAPI/GLAPIENTRY defines - they're already...
2004-11-27 Brian Paulremoved a bunch of #define cruft, in case anyone still...
2004-11-27 Brian PaulRemoved GLCALLBACK stuff - apparently never used anywhere.
2004-11-26 Brian Pauladded X11 and OSMESA source to ALL_SOURCES, updated...
2004-11-26 Brian Paul(GLint*) casts in glGetIntegerv calls
2004-11-26 Brian Paulupdate some type names
2004-11-25 Brian PaulUse a generic function typedef instead of void * to...
2004-11-25 Brian PaulUse __GLXextFuncPtr type instead of void * for generic...
2004-11-25 Brian PaulSome new comments, clean-up formatting, etc.
2004-11-25 Brian PaulStarted some assorted clean-ups in #defines, typedefs...
2004-11-25 Brian Paulminor APIENTRY clean-ups
2004-11-25 Keith WhitwellUpdate expected DRM version to 2.0.0
2004-11-24 Ian RomanickAdded support for several additional enum-only extensions:
2004-11-24 Ian RomanickAdded information about numerous enums to aid the devel...
2004-11-23 Brian Paulupdate _mesa_store_teximageXd() comments and minor...
2004-11-23 Roland Scheideggerrevert enabling of hw quads for swtcl. It lead to probl...
2004-11-23 Ian RomanickSet the "ignore" flag for any functions that the open...
2004-11-22 Brian PaulDon't allow queries/etc of buffer object 0 - it's invis...
2004-11-22 Brian Pauladded GL_RED/GREEN/BLUE to is_color_format()
2004-11-22 Brian Paulsilence warning, minor clean-up
2004-11-22 Brian Paulapplied SPARC patch (freedesktop bug 1898)
2004-11-22 Brian Paulinclude <X11/Xthreads.h> instead of "Xthreads.h"
2004-11-22 Brian Paulmisc updates
2004-11-22 Daniel Borcahandle ENABLE_BIT for EXT_stencil_two_side
2004-11-15 Brian Paulfix APP_LIB_DEPS (bug 1065260)
2004-11-15 Adam JacksonSync with Xorg head: mingw build fixes from Alexander...
2004-11-15 Daniel Borcamoved windoze specific code outside drivers/glide/
2004-11-15 Daniel Borcawork around a bug in gcc 3.3.3 (which duplicates ASM...
2004-11-15 Daniel Borcafix _mesa_image_address2d invocation
2004-11-15 Daniel Borcause float constants
2004-11-15 Daniel Borcause parentheses to avoid warning
2004-11-15 Daniel Borcathe win32 interface will be moving under windows/
2004-11-15 Daniel Borcaemphasize on the contents of Glide SDK
2004-11-12 Roland Scheideggerenable hw quad primitive for swtcl
2004-11-12 Roland Scheideggeradd LOCK_HARDWARE/UNLOCK_HARDWARE to radeonClear so...
2004-11-12 Roland Scheidegger(from r200 driver) If an application cleared before...
2004-11-12 Roland Scheideggerfix quads to use GL_QUADS instead of GL_TRIANGLES as...
2004-11-12 Daniel Borcasmall note regarding SSE under pure DOS
2004-11-12 Daniel Borcaadded a few sanity checks
2004-11-12 Daniel Borcaadded DD_TRI_TWOSTENCIL to ease EXT_stencil_two_side...
2004-11-12 Daniel Borcawip hack for EXT_stencil_two_side
2004-11-12 Daniel Borcapop(stencil) for EXT_stencil_two_side
2004-11-12 Adam Jacksonbrown paper bag, r100 can't do hardware quads.
2004-11-12 Adam Jacksonmake render_quads_verts call EMIT_PRIM with the argumen...
2004-11-10 Brian Paulallow specifying image file on command line
2004-11-10 Brian PaulGL_(UN)PACK_SKIP_IMAGES should only be applied to 3D...
2004-11-10 Brian Pauladded shaderobjects.c
2004-11-10 Roland Scheideggeradd some chip ids
2004-11-09 Brian Pauldo clipping prior to XGetImage, just in case the image...
2004-11-09 Brian Pauluse the new _mesa_clip_readpixels() routine
2004-11-09 Brian Pauladded a comment and assertion in _mesa_clip_drawpixels...
2004-11-09 Brian PaulRemoved _swrast_clip_pixelrect(). Use _mesa_clip_drawp...
2004-11-09 Brian Pauladded _mesa_clip_drawpixels() and _mesa_clip_readpixels()
2004-11-09 Brian Pauldon't use ctx->Pack, use the function argument
2004-11-08 Brian PaulRemove need for defining _MSC_VER when building Mesa...
2004-11-05 Brian Paulshorter error messages when calling a GL function witho...
2004-11-04 Ian RomanickAdd EXT_stencil_wrap test that doesn't depend on stenci...
2004-11-03 Adam Jacksonconstify a few arrays.
2004-11-03 Adam Jacksonstatic char * -> static char []
2004-11-03 Roland Scheideggerenable GL_EXT_fog_coord. Calculate fog factors and...
2004-11-02 Ian RomanickAdded MMX optimized version of the RGB565 ReadRGBASpan...
2004-11-02 Nicolai HaehnleNo visible changes, but commit the groundwork for furth...
2004-11-02 Nicolai HaehnleAdd culling registers, sync versions of r300_reg.h
2004-11-01 Brian Paulmerge the AIX and AIX64 cases
2004-11-01 Keith WhitwellNicolai's sw-clipspan-fixes.patch
2004-11-01 Daniel Borcacleaned up the mess a bit
2004-11-01 Daniel Borcasmall aesthetic correction
2004-11-01 Daniel Borcaupdated "clean" target in makefiles
2004-11-01 Daniel Borcaprotected against old djgpp distros
2004-11-01 Daniel Borcafixed compilation error
2004-11-01 Brian Paulfix convolution regression from revision 1.48 to 1.49
2004-10-31 Brian Pauldon't advertise GL_ARB_vertex/fragment_shader until...
2004-10-31 Brian Pauladded a cast to ADD_POINTERS macro
2004-10-31 Brian Paulremove PBO work from to-do list
2004-10-31 Brian Paulfinished up PBO support
2004-10-31 Brian Paulindentation fix
2004-10-31 Brian PaulUse the _mesa_scale_and_bias_rgba() function in the...
2004-10-31 Brian PaulPBO support for gl[Get]PixelMap functions
2004-10-31 Brian PaulPBO support for glColorTable, glColorSubTable, glGetCol...
2004-10-31 Brian PaulPBO support for glConvolutionFilter1D/2D, glGetConvolut...
2004-10-31 Brian Paulupdated for PBOs
2004-10-31 Brian PaulglPolygonStipple() and glGetPolygonStipple() updated...
2004-10-31 Brian PaulPBO support for glGetCompressedTexImage().
2004-10-31 Brian PaulglGetTexImage() now works with PBOs.
2004-10-31 Brian PaulMap/Unmap PBO as needed so that the texstore routines...
next