Ensure PRIM_BEGIN marker isn't lost when incomplete primitives are wrapped.
[mesa.git] / src / mesa / main /
2003-12-02 Karl RascheRemove things having to do with ARB_matrix_palette...
2003-11-30 Brian Pauls/texUnit->Enabled/enableBits/ (Karl Rasche)
2003-11-30 Karl RascheFixed compiler warnings
2003-11-29 Brian PaulFix generic/conventional vertex array glitches.
2003-11-28 Brian Paulmore tweaks to error checking and reporting
2003-11-28 Brian Paulif id==0 in glGetQueryObject, raise GL_INVALID_OPERATION
2003-11-28 Brian Paulfix an error test
2003-11-25 Brian Paulcurrent raster color index should be GLfloat
2003-11-25 Brian Paulfix assorted g++ warnings
2003-11-25 Brian Paulcasts for g++
2003-11-25 Brian Paulfix a lot of warnings found with g++
2003-11-25 Brian Paulremove __FUNCTION__ hack
2003-11-25 Brian Pauladded a cast
2003-11-25 Brian PaulRemove unnecessary usage of __FUNCTION__.
2003-11-25 Karl Rasche - New version of the syntax rules from Michal Krol
2003-11-25 Karl Rascheadded support for generic vertex attributes (ARB_vp...
2003-11-24 Brian Paulfix YCBCR assertion and disable assertion in auto-mipma...
2003-11-24 Brian Paulwhitespace and comment changes
2003-11-24 Brian Paulminor error string improvement
2003-11-24 Keith WhitwellMerge vtx-0-2-branch
2003-11-23 Karl Rasche- parse_alias() Was totally borked
2003-11-23 Karl Rasche - Create a dummy program to keep from segfaulting...
2003-11-22 Brian PaulGL_ARB_point_sprite is not part of 1.5
2003-11-21 Brian Pauls/byte/GLubyte/ and other minor clean-ups
2003-11-21 Brian Paulreformat comments for 80-column viewing
2003-11-21 Brian Paulfix a bunch of warnings
2003-11-21 Daniel Borcamore texture compression
2003-11-21 Jouk Jansen Committing in .
2003-11-21 Karl RascheCaught missing parse_color_type() [Jacob Jansen]
2003-11-19 Karl RascheInitial checkin of new ARB_frag/vertex program parser
2003-11-19 Karl RascheInitial checking of new ARB_frag/vertex program parser
2003-11-18 Brian Pauladded reference to original half/float conversion code
2003-11-18 Brian PaulSome groundwork for supporting GLhalf datatype.
2003-11-18 Brian Paulfix comments about Cr==V, Cb==U
2003-11-13 Brian Paulno-op glAccum in selection/feedback mode (per Mark...
2003-11-12 Brian PaulVille Syrjala's logic op patch
2003-11-10 Brian PaulRedo array element checking for vertex array buffers.
2003-11-07 Brian Pauls/xoffset/zoffset/ (Cedric Gautier)
2003-11-03 Daniel Borcasmall fixes wrt texture handling
2003-10-29 Daniel Borcatexture compression
2003-10-23 Daniel Borcaadded a few missing GLAPIENTRYs to make MinGW compile...
2003-10-22 Brian PaulInitial work for bounds checking of vertex arrays and...
2003-10-22 Daniel Borcafixed a typo (array size)
2003-10-21 Kendall BennettAdded GLAPIENTRY decorations for all first level OpenGL...
2003-10-21 Brian Paulfix an error message
2003-10-21 Jouk Jansen Committing in .
2003-10-19 Brian PaulMove initialization of default ctx->Driver.buffer-objec...
2003-10-16 Brian Paulobsolete
2003-10-15 Brian Paulminor tweaks
2003-10-14 Kendall BennettUpdates to x86 assembler support for Open Watcom and...
2003-10-14 Brian PaulbufObj->Access wasn't being set
2003-10-14 Brian Paulminor fix in buffer_object_get_target()
2003-10-10 Brian Pauladd switch defaults to silence warnings
2003-10-10 Brian Paulold/unused
2003-10-09 Keith WhitwellEric's mesa-depth32.diff
2003-10-08 Kendall BennettMore SciTech SNAP specific changes to glheader.h. Also...
2003-10-06 Keith WhitwellVertexAttrib4fv wasn't being installed (4f was).
2003-10-06 Keith WhitwellFix typo
2003-10-03 Kendall BennettRemoved bogus OS/2 floating point->integer conversion...
2003-10-03 Kendall BennettFixed incorrect Watcom assembler macros
2003-10-02 Kendall BennettFixed bugs in Mesa software span rendering for color...
2003-09-30 Kendall BennettUpdates required for building the SciTech SNAP version...
2003-09-23 Karl RascheAdd extra cases and enums for _mesa_fetch_state(),...
2003-09-19 Brian Paulcasts
2003-09-19 Brian PaulAssorted casts to silence g++ warnings.
2003-09-19 Karl SchultzMake binary - even though this is a text file, common...
2003-09-18 Brian PaulMove away from using the ctx->_TriangleCaps bitfield.
2003-09-18 Brian Paultweak an error message
2003-09-18 Brian PaulMove macros from header to C file. Updated some comments
2003-09-18 Brian PaulMove context ASSERT/FLUSH macros to context.h
2003-09-18 Brian Paulremove MESA_TRACE stuff
2003-09-18 Brian Paulversion tweaks
2003-09-18 Brian Paulremoved unused NoRaster and Rendering fields from GLcontext
2003-09-18 Brian PaulRemove FLT_MIN definition to imports.h
2003-09-18 Karl SchultzAdd casts to prevent signed/unsigned compare compiler...
2003-09-17 Brian Paulremove unused Target field from gl_buffer_object
2003-09-17 Brian PaulFixed/added some error checks.
2003-09-17 Brian Paulunbind vertex arrays from buffer in DeleteBuffersARB()
2003-09-17 Brian PaulImplement GL_ELEMENT_ARRAY_BUFFER_ARB for buffer objects.
2003-09-17 Jose FonsecaChange the hyperlinks names in the main page to match...
2003-09-17 Brian PaulGL_ARB_vertex_buffer_object working now, at least for...
2003-09-17 Brian PaulMore work on ARB_vertex_buffer_object.
2003-09-17 Brian Paulmove some functions, add some comments
2003-09-17 Brian Paulset ARB_vertex_buffer_object in _mesa_enable_sw_extensi...
2003-09-17 Brian Paulfix up FEATURE_* defines
2003-09-15 Brian Paulminor simplification
2003-09-15 Brian PaulSome work on ARB_vertex_buffer_object.
2003-09-12 Kendall BennettUpdates to fix problems building with the Open Watcom...
2003-09-12 Brian PaulAllow glTexImage1/2/3D to specify width/height/depth...
2003-09-09 Brian Pauldisplay list support for ARB_vertex/fragment_program
2003-09-09 Brian Paulplug in vertex buffer object functions
2003-09-09 Brian PaulAdded prototypes for internal functions to bufferobj.h.
2003-09-09 Ian RomanickAdded most of the infrastructure required to support
2003-09-05 Brian Paulfix typo
2003-09-05 Brian Paulmove GL_MESA_program_debug code into program.c
2003-09-05 Jouk Jansen Committing in .
2003-09-04 Brian Paulmove SWIZZLE_ZERO/ONE tokens to program.h
2003-09-04 Brian PaulAdded new opcodes for ARB_fragment_program, like ABS...
2003-09-03 Brian PaulARB_point_sprite is not part of OpenGL 1.5
2003-09-02 Ian RomanickAdded support for EXT_texture_mirror_clamp and the...
next