2004-12-03 |
Brian Paul | Use the GL datatypes. Lots of assorted clean-ups. |
tree | commitdiff |
2004-12-03 |
Brian Paul | silence warning |
tree | commitdiff |
2004-12-03 |
Brian Paul | re-disable TRACE |
tree | commitdiff |
2004-12-03 |
Brian Paul | silence a variety of warnings found with g++ 3.4.2 |
tree | commitdiff |
2004-12-02 |
Alan Hourihane | silence warnings |
tree | commitdiff |
2004-12-02 |
Alan Hourihane | reverse some debug that slipped through |
tree | commitdiff |
2004-12-02 |
Alan Hourihane | Fix some warnings |
tree | commitdiff |
2004-12-02 |
Ian Romanick | Updated the schema. Added comments explaining some... |
tree | commitdiff |
2004-12-01 |
Ian Romanick | Corrected a problem with the sizes of the MAP[12]_... |
tree | commitdiff |
2004-12-01 |
Ian Romanick | Added a couple missing always_array annotations and... |
tree | commitdiff |
2004-12-01 |
Ian Romanick | Refactor ExtractDir and OpenDriver to be a bit more... |
tree | commitdiff |
2004-12-01 |
Ian Romanick | Use indirect_size.c and indirect_size.h generated by... |
tree | commitdiff |
2004-12-01 |
Ian Romanick | Slightly tweak the format of the size prototypes. |
tree | commitdiff |
2004-12-01 |
Ian Romanick | Use the indirect_init.c generate by using src/mesa... |
tree | commitdiff |
2004-12-01 |
Ian Romanick | Make the transition to script-genereated GLX code easier. |
tree | commitdiff |
2004-12-01 |
Ian Romanick | Make the transition to script-genereated GLX code easier. |
tree | commitdiff |
2004-12-01 |
Ian Romanick | Python script to generate various bits of client-side... |
tree | commitdiff |
2004-12-01 |
Ian Romanick | Make the transition to script-genereated GLX code easier. |
tree | commitdiff |
2004-12-01 |
Ian Romanick | Make the transition to script-genereated GLX code easier. |
tree | commitdiff |
2004-12-01 |
Ian Romanick | Make the transition to script-genereated GLX code easier. |
tree | commitdiff |
2004-12-01 |
Ian Romanick | Make the transition to script-genereated GLX code easier. |
tree | commitdiff |
2004-12-01 |
Ian Romanick | Make the transition to script-genereated GLX code easier. |
tree | commitdiff |
2004-12-01 |
Ian Romanick | Added the ability to get the size of a parameter as... |
tree | commitdiff |
2004-12-01 |
Ian Romanick | Added enums for GL_OES_read_format. |
tree | commitdiff |
2004-12-01 |
Ian Romanick | Add trivial support ARB_texture_rectangle and OES_read_... |
tree | commitdiff |
2004-12-01 |
Ian Romanick | Missed GL_OES_read_format_bit in last commit. |
tree | commitdiff |
2004-11-30 |
Ian Romanick | Since we know the problem with HP_occlusion_test is... |
tree | commitdiff |
2004-11-30 |
Ian Romanick | PrioritizeTextures, GetClipPlane, and WindowPos3fMESA... |
tree | commitdiff |
2004-11-29 |
Brian Paul | silence a warning |
tree | commitdiff |
2004-11-29 |
Brian Paul | added __glXFindDRIScreen to glXGetProcAddress (bug... |
tree | commitdiff |
2004-11-29 |
Brian Paul | update from Jouk |
tree | commitdiff |
2004-11-28 |
Brian Paul | fix missing width/height error |
tree | commitdiff |
2004-11-27 |
Brian Paul | Remove _mesa_ResizeBuffersMESA() call from _mesa_set_vi... |
tree | commitdiff |
2004-11-27 |
Brian Paul | new comments and assertions |
tree | commitdiff |
2004-11-27 |
Brian Paul | Remove the redundant width, height fields in xmesa_buff... |
tree | commitdiff |
2004-11-27 |
Brian Paul | remove _glapi_add_entrypoint() calls, they're already... |
tree | commitdiff |
2004-11-27 |
Brian Paul | add a few functions in add_newer_entrypoints() |
tree | commitdiff |
2004-11-27 |
Brian Paul | Change the dispatch offsets for the VertexAttrib*NV... |
tree | commitdiff |
2004-11-27 |
Brian Paul | Set symbol visibility to 'default', if supported by... |
tree | commitdiff |
2004-11-27 |
Brian Paul | use new PUBLIC macro for symbol export |
tree | commitdiff |
2004-11-27 |
Brian Paul | don't need glut_fbc.c |
tree | commitdiff |
2004-11-27 |
Brian Paul | new GetOverlayInfo() function to reduce code and silenc... |
tree | commitdiff |
2004-11-27 |
Brian Paul | Have OSMesaGetProcAddress() return new OSMESAproc typedef. |
tree | commitdiff |
2004-11-27 |
Brian Paul | clean up code related to dispatch table initialization |
tree | commitdiff |
2004-11-27 |
Brian Paul | clean up 'depend' commands |
tree | commitdiff |
2004-11-27 |
Brian Paul | typedef GLUTproc, return it from glutGetProcAddress() |
tree | commitdiff |
2004-11-27 |
Brian Paul | use @ to silence some unneeded output |
tree | commitdiff |
2004-11-27 |
Brian Paul | make get_static_proc_address() return a _glapi_proc |
tree | commitdiff |
2004-11-27 |
Brian Paul | use _glapi_proc |
tree | commitdiff |
2004-11-27 |
Brian Paul | Use new _glapi_proc typedef instead of void * for funct... |
tree | commitdiff |
2004-11-27 |
Brian Paul | fix typo, update version/date |
tree | commitdiff |
2004-11-27 |
Brian Paul | remove the GLAPI/GLAPIENTRY defines - they're already... |
tree | commitdiff |
2004-11-27 |
Brian Paul | removed a bunch of #define cruft, in case anyone still... |
tree | commitdiff |
2004-11-27 |
Brian Paul | Removed GLCALLBACK stuff - apparently never used anywhere. |
tree | commitdiff |
2004-11-26 |
Brian Paul | added X11 and OSMESA source to ALL_SOURCES, updated... |
tree | commitdiff |
2004-11-26 |
Brian Paul | update some type names |
tree | commitdiff |
2004-11-25 |
Brian Paul | Use a generic function typedef instead of void * to... |
tree | commitdiff |
2004-11-25 |
Brian Paul | Use __GLXextFuncPtr type instead of void * for generic... |
tree | commitdiff |
2004-11-25 |
Brian Paul | Some new comments, clean-up formatting, etc. |
tree | commitdiff |
2004-11-25 |
Brian Paul | Started some assorted clean-ups in #defines, typedefs... |
tree | commitdiff |
2004-11-25 |
Keith Whitwell | Update expected DRM version to 2.0.0 |
tree | commitdiff |
2004-11-24 |
Ian Romanick | Added support for several additional enum-only extensions: |
tree | commitdiff |
2004-11-24 |
Ian Romanick | Added information about numerous enums to aid the devel... |
tree | commitdiff |
2004-11-23 |
Brian Paul | update _mesa_store_teximageXd() comments and minor... |
tree | commitdiff |
2004-11-23 |
Roland Scheidegger | revert enabling of hw quads for swtcl. It lead to probl... |
tree | commitdiff |
2004-11-23 |
Ian Romanick | Set the "ignore" flag for any functions that the open... |
tree | commitdiff |
2004-11-22 |
Brian Paul | Don't allow queries/etc of buffer object 0 - it's invis... |
tree | commitdiff |
2004-11-22 |
Brian Paul | added GL_RED/GREEN/BLUE to is_color_format() |
tree | commitdiff |
2004-11-22 |
Brian Paul | silence warning, minor clean-up |
tree | commitdiff |
2004-11-22 |
Brian Paul | applied SPARC patch (freedesktop bug 1898) |
tree | commitdiff |
2004-11-22 |
Brian Paul | include <X11/Xthreads.h> instead of "Xthreads.h" |
tree | commitdiff |
2004-11-22 |
Daniel Borca | handle ENABLE_BIT for EXT_stencil_two_side |
tree | commitdiff |
2004-11-15 |
Adam Jackson | Sync with Xorg head: mingw build fixes from Alexander... |
tree | commitdiff |
2004-11-15 |
Daniel Borca | moved windoze specific code outside drivers/glide/ |
tree | commitdiff |
2004-11-15 |
Daniel Borca | work around a bug in gcc 3.3.3 (which duplicates ASM... |
tree | commitdiff |
2004-11-15 |
Daniel Borca | fix _mesa_image_address2d invocation |
tree | commitdiff |
2004-11-15 |
Daniel Borca | use float constants |
tree | commitdiff |
2004-11-15 |
Daniel Borca | use parentheses to avoid warning |
tree | commitdiff |
2004-11-15 |
Daniel Borca | the win32 interface will be moving under windows/ |
tree | commitdiff |
2004-11-12 |
Roland Scheidegger | enable hw quad primitive for swtcl |
tree | commitdiff |
2004-11-12 |
Roland Scheidegger | add LOCK_HARDWARE/UNLOCK_HARDWARE to radeonClear so... |
tree | commitdiff |
2004-11-12 |
Roland Scheidegger | (from r200 driver) If an application cleared before... |
tree | commitdiff |
2004-11-12 |
Roland Scheidegger | fix quads to use GL_QUADS instead of GL_TRIANGLES as... |
tree | commitdiff |
2004-11-12 |
Daniel Borca | added a few sanity checks |
tree | commitdiff |
2004-11-12 |
Daniel Borca | added DD_TRI_TWOSTENCIL to ease EXT_stencil_two_side... |
tree | commitdiff |
2004-11-12 |
Daniel Borca | wip hack for EXT_stencil_two_side |
tree | commitdiff |
2004-11-12 |
Daniel Borca | pop(stencil) for EXT_stencil_two_side |
tree | commitdiff |
2004-11-12 |
Adam Jackson | brown paper bag, r100 can't do hardware quads. |
tree | commitdiff |
2004-11-12 |
Adam Jackson | make render_quads_verts call EMIT_PRIM with the argumen... |
tree | commitdiff |
2004-11-10 |
Brian Paul | GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D... |
tree | commitdiff |
2004-11-10 |
Brian Paul | added shaderobjects.c |
tree | commitdiff |
2004-11-10 |
Roland Scheidegger | add some chip ids |
tree | commitdiff |
2004-11-09 |
Brian Paul | do clipping prior to XGetImage, just in case the image... |
tree | commitdiff |
2004-11-09 |
Brian Paul | use the new _mesa_clip_readpixels() routine |
tree | commitdiff |
2004-11-09 |
Brian Paul | added a comment and assertion in _mesa_clip_drawpixels... |
tree | commitdiff |
2004-11-09 |
Brian Paul | Removed _swrast_clip_pixelrect(). Use _mesa_clip_drawp... |
tree | commitdiff |
2004-11-09 |
Brian Paul | added _mesa_clip_drawpixels() and _mesa_clip_readpixels() |
tree | commitdiff |
2004-11-09 |
Brian Paul | don't use ctx->Pack, use the function argument |
tree | commitdiff |
2004-11-08 |
Brian Paul | Remove need for defining _MSC_VER when building Mesa... |
tree | commitdiff |
2004-11-05 |
Brian Paul | shorter error messages when calling a GL function witho... |
tree | commitdiff |
next |