Implement rendering of (flat color) QUAD primitives as an experiment.
[mesa.git] / src / mesa / main /
2004-12-21 Daniel Borca`t' was not initialized (use `texture' instead?)
2004-12-21 Brian Paulfix bug in _mesa_IsTexture()
2004-12-21 Daniel Borcamissing `or' in preprocessor conditional
2004-12-20 Daniel Borcaallow ARB vp/fp query program errors
2004-12-20 Daniel Borcareally protect against npot compressed textures (logbas...
2004-12-19 Dave AirlieImplement software ATI_fragment_shader
2004-12-18 Brian Pauladded GL_ARB_pixel_buffer_object extension string
2004-12-15 Adam Jacksonfxt1_decode_1() needs to be non-static for the tdfx...
2004-12-15 Adam JacksonFix up glx/x11 to work when built with -fvisibility...
2004-12-14 Alan Hourihaneuint*t -> u_int*t changes
2004-12-12 Brian PaulAdded driver hooks for GetTexImage() and GetCompressedT...
2004-12-10 Daniel Borcaallow GetTexImage with RGBA format and COLOR_INDEX...
2004-12-08 Alan Hourihanesilence warnings
2004-12-06 Daniel Borcaexplicit cast in a few places
2004-12-06 Daniel Borcadisable junk for mingw
2004-12-05 Brian Pauldirect bug reports to freedesktop.org
2004-12-03 Brian Paulmask color indexes against palette size, per the spec
2004-12-03 Brian PaulUse the GL datatypes. Lots of assorted clean-ups.
2004-12-03 Brian Paulsilence a variety of warnings found with g++ 3.4.2
2004-12-02 Alan HourihaneFix some warnings
2004-11-27 Brian PaulRemove _mesa_ResizeBuffersMESA() call from _mesa_set_vi...
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 Pauluse new PUBLIC macro for symbol export
2004-11-27 Brian Paulclean up code related to dispatch table initialization
2004-11-27 Brian Pauluse _glapi_proc
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 GLCALLBACK stuff - apparently never used anywhere.
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-23 Brian Paulupdate _mesa_store_teximageXd() comments and minor...
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 Daniel Borcahandle ENABLE_BIT for EXT_stencil_two_side
2004-11-15 Daniel Borcause float constants
2004-11-15 Daniel Borcause parentheses to avoid warning
2004-11-12 Daniel Borcaadded DD_TRI_TWOSTENCIL to ease EXT_stencil_two_side...
2004-11-12 Daniel Borcapop(stencil) for EXT_stencil_two_side
2004-11-10 Brian PaulGL_(UN)PACK_SKIP_IMAGES should only be applied to 3D...
2004-11-09 Brian Pauladded a comment and assertion in _mesa_clip_drawpixels...
2004-11-09 Brian Pauladded _mesa_clip_drawpixels() and _mesa_clip_readpixels()
2004-11-08 Brian PaulRemove need for defining _MSC_VER when building Mesa...
2004-11-01 Daniel Borcacleaned up the mess a bit
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 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...
2004-10-31 Brian PaulRemove redundant error checking.
2004-10-29 Daniel Borcadecoder "width" parameter represents "stride-in-pixels"
2004-10-29 Brian PaulVertexAttrib3svNV was incorrect
2004-10-28 Eric AnholtUse the generic __amd64__, instead of __AMD64__ which...
2004-10-27 Michal Krolfill api entries for ARB_shader_objects and ARB_vertex_...
2004-10-27 Michal Kroladd entries for extensions ARB_shader_objects, ARB_frag...
2004-10-27 Michal Kroladd FEATURE flags for ARB_shader_objects, ARB_vertex_sh...
2004-10-24 Adam JacksonBug #1682: Mesa core code that gets linked into DRI...
2004-10-18 Daniel Borcachanged _mesa_rescale_teximage2d to allow rescaling...
2004-10-18 Daniel Borcaadded dstRowStride to dxtCompressTexFuncExt;
2004-10-18 Daniel Borcause RowStride instead of Width in texel fetchers.
2004-10-16 Ian RomanickAdd support for OES_read_format. As soon as glext...
2004-10-12 Daniel Borcaadd more mess to the dynamic linking system
2004-10-08 Ian RomanickReject unsupported texture formats passed to glCompress...
2004-10-07 Eric AnholtAdd Roland Scheidegger's S3TC patch. This patch does...
2004-10-02 Brian Pauladded support for GL_ARB_draw_buffers
2004-10-02 Brian Paulfix a comment
2004-10-02 Brian Paulbump version to 6.3
2004-09-27 Brian PaulVBO RefCount fix (David Reveman)
2004-09-23 Brian Pauldon't test for NULL pixels pointer here, do that in...
2004-09-23 Brian Pauladded a comment in BindTexture
2004-09-15 Brian Paulin _mesa_problem() include version number in error...
2004-09-14 Brian Paulalso fix possible delete bugs with buffer objects and...
2004-09-14 Brian PaulRepeatedly deleting a texture ID with glDeleteTextures...
2004-09-13 Brian PaulHandle GL_MAX_VERTEX_ATTRIBS_ARB in glGet*().
2004-09-13 Brian Paulremove ARB_texture_non_power_of_two from _mesa_enable_1...
2004-09-13 Daniel Borcachanges towards GL_ARB_point_sprite (two-zero)
2004-09-10 Brian Paulupdated error msg
2004-09-10 Brian PaulMore updates for Doxygen.
2004-09-09 Jose FonsecaUpdate the doxygen configuration file.
2004-09-01 Brian Paulalso test for __arm__ for setting USE_IEEE (X bug 1155)
2004-08-30 Daniel Borcaremove CR
2004-08-30 Daniel Borcarevived unused code, but got rid of warnings
2004-08-25 Brian PaulSilence gcc 3.4 warnings on ReactOS. Mostly unused...
2004-08-25 Brian PaulWindows ICD driver code (patch 1014800)
2004-08-25 Brian Paulfix a couple bad casts
2004-08-24 Philippe HoudoinDisable x86 iround() version on BeOS with gcc < 2.95...
2004-08-22 Brian Paulcheck if __mips or _MIPS_ARCH is defined to set IEEE_ON...
2004-08-22 Brian Paulalso check for __hppa__ and hpux for IEEE support ...
2004-08-20 Brian Paulenabled GL_ARB_texture_rectangle
2004-08-19 Brian Paulbump version to 6.2
2004-08-19 Brian Pauldon't check for ARB_texture_non_power_of_two for OpenGL...
2004-08-19 Jouk Jansen Committing in .
next