summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)Author
2005-03-03change gl_buffer_object's Size field to GLsizeiptrARB typeBrian Paul
2005-02-27silence warningsBrian Paul
2005-02-26Rename _mesa_update_buffers() to _mesa_update_draw_buffer_bounds() and doBrian Paul
2005-02-26Fairly significant changes to enums.c and the way it is generated. enums.cIan Romanick
2005-02-24More GL_EXT_framebuffer_object: rename some things, added device driver hooks.Brian Paul
2005-02-23Sort the enums in the Python code, instead of at runtime. (Zack Rusin)Brian Paul
2005-02-22now generated with Python scriptBrian Paul
2005-02-14added a bunch of const in the decoderDaniel Borca
2005-02-12unlock mutex upon error return (Jeff Muizelaar)Brian Paul
2005-02-11mesa-main-0-NULL.patch from Jeff MuizelaarKeith Whitwell
2005-02-10new comments, fix zoffset error testBrian Paul
2005-02-09glGet*(GL_FRAGMENT_PROGRAM_BINDING_NV) was returning the vertex program binding.Brian Paul
2005-02-09initial support for GL_EXT_framebuffer_objectBrian Paul
2005-02-09implement the 'completeness' testsBrian Paul
2005-02-08clamp anisotropy against max valueBrian Paul
2005-02-08just some commentsBrian Paul
2005-02-08a bunch of assorted fixesBrian Paul
2005-02-08plug in GL_EXT_framebuffer_object functionsBrian Paul
2005-02-08removed GL_EXT_framebuffer_object tokensBrian Paul
2005-02-08checkpoint latest workBrian Paul
2005-02-08added missing prototypeBrian Paul
2005-02-08indentation fixBrian Paul
2005-02-07argb8888 optimizations from via branchKeith Whitwell
2005-02-07More texture enums (Andreas Stenglein)Keith Whitwell
2005-02-07GL_ARB_texture_rectangle enums (Andreas Stenglein)Keith Whitwell
2005-02-07additional work on GL_EXT_framebuffer_objectBrian Paul
2005-02-05added fbobject.c to sourcesBrian Paul
2005-02-05Some initial work on GL_EXT_framebuffer_object.Brian Paul
2005-02-05Remove the Shared->TexObjectList pointer and Next field from gl_texture_object.Brian Paul
2005-02-05add a few commentsBrian Paul
2005-02-02clamp viewport against ctx->Const.MaxViewportWidth/Height instead of MAX_WIDT...Brian Paul
2005-01-30fix max viewport queryBrian Paul
2005-01-30add number of passes count to ati_fragment_shaderDave Airlie
2005-01-26remove a bunch of temporary #defines, now that glext.h was updatedBrian Paul
2005-01-26just comments/clean-upBrian Paul
2005-01-26added mutex to-do commentBrian Paul
2005-01-26just fix a comment and update dateBrian Paul
2005-01-26RGB/LUMINANCE texelfetchers (float version) returned 255.0F for alpha channel...Daniel Borca
2005-01-24Added _mesa_HashNextEntry() function to allow walking over all entriesBrian Paul
2005-01-22Determine ahead of time whether a display list will include verticesKeith Whitwell
2005-01-21add getstring.c; remove arb*.h nv*.h stuffMichal Krol
2005-01-20Update glDeletePrograms/Buffers() so that the ID is freed immediately, likeBrian Paul
2005-01-19Removed gl_texture_object's DeletePending. Changed a comment.Brian Paul
2005-01-19Change behaviour of glDeleteTextures as discussed on ARB list.Brian Paul
2005-01-18fix MAX_VERTEX_ATTRIBS_ARB queryMichal Krol
2005-01-17add 3dlabs_shhandle interfaceMichal Krol
2005-01-17allow more internalFormat/format combinations (i hope i got it right)Daniel Borca
2005-01-17clean up gl2 structsBrian Paul
2005-01-16added getstring.cBrian Paul
2005-01-16_mesa_GetInteger/Float/Boolean/Doublev() are now generated with the newBrian Paul