mesa.git
2004-12-01 Ian RomanickMake the transition to script-genereated GLX code easier.
2004-12-01 Ian RomanickAdded the ability to get the size of a parameter as...
2004-12-01 Ian RomanickAdded enums for GL_OES_read_format.
2004-12-01 Ian RomanickAdd trivial support ARB_texture_rectangle and OES_read_...
2004-12-01 Ian RomanickMissed GL_OES_read_format_bit in last commit.
2004-11-30 Ian RomanickSince we know the problem with HP_occlusion_test is...
2004-11-30 Ian RomanickPrioritizeTextures, GetClipPlane, and WindowPos3fMESA...
2004-11-30 Keith WhitwellEXT_422_pixels test
2004-11-29 Brian Paulno need to include stddef.h anymore
2004-11-29 Brian Paulsilence a warning
2004-11-29 Brian Pauladded __glXFindDRIScreen to glXGetProcAddress (bug...
2004-11-29 Brian Paulfixed OSF/1 shared lib problem (bug 1065260)
2004-11-29 Brian Paulupdate from Jouk
2004-11-28 Brian Paulfix missing width/height error
2004-11-27 Brian PaulRemove _mesa_ResizeBuffersMESA() call from _mesa_set_vi...
2004-11-27 Brian Paulnew comments and assertions
2004-11-27 Brian PaulRemove the redundant width, height fields in xmesa_buff...
2004-11-27 Brian Paulremove _glapi_add_entrypoint() calls, they're already...
2004-11-27 Brian Pauladd a few functions in add_newer_entrypoints()
2004-11-27 Brian PaulChange the dispatch offsets for the VertexAttrib*NV...
2004-11-27 Brian Paulsilence warnings
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
next