summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)Author
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
2005-01-13add ARB_shader_objects interfaces, shared and context stateMichal Krol
2005-01-13enable ARB_fragment/vertex_shaderMichal Krol
2005-01-13init ARB_shader_objects subsystemMichal Krol
2005-01-12Some initial work for OpenGL 2.0: glStencilFunc/Op/MaskSeparate() functions.Brian Paul
2005-01-11applied Keith's patch for "safe" type-punning.Daniel Borca
2004-12-21`t' was not initialized (use `texture' instead?)Daniel Borca
2004-12-21fix bug in _mesa_IsTexture()Brian Paul
2004-12-21missing `or' in preprocessor conditionalDaniel Borca
2004-12-20allow ARB vp/fp query program errorsDaniel Borca
2004-12-20really protect against npot compressed textures (logbase2 never returns -1).Daniel Borca
2004-12-19Implement software ATI_fragment_shaderDave Airlie
2004-12-18added GL_ARB_pixel_buffer_object extension stringBrian Paul
2004-12-15fxt1_decode_1() needs to be non-static for the tdfx and glide drivers.Adam Jackson
2004-12-15Fix up glx/x11 to work when built with -fvisibility=hidden.Adam Jackson
2004-12-14uint*t -> u_int*t changesAlan Hourihane
2004-12-12Added driver hooks for GetTexImage() and GetCompressedTexImage().Brian Paul
2004-12-10allow GetTexImage with RGBA format and COLOR_INDEX internalformatDaniel Borca
2004-12-08silence warningsAlan Hourihane
2004-12-06explicit cast in a few placesDaniel Borca
2004-12-06disable junk for mingwDaniel Borca
2004-12-05direct bug reports to freedesktop.orgBrian Paul
2004-12-03mask color indexes against palette size, per the specBrian Paul
2004-12-03Use the GL datatypes. Lots of assorted clean-ups.Brian Paul