comments for gl_array_object struct
[mesa.git] / src /
2006-06-15 Brian Paulcomments for gl_array_object struct
2006-06-15 Keith WhitwellCall _mesa_resize_framebuffer() within intelWindowMoved...
2006-06-14 Keith WhitwellProtect _swrast_read_rgba_span with RENDER_START/FINISH
2006-06-14 Brian Pauls/ATTRIBUTE/GENERIC/
2006-06-14 Brian PaulA number of vertex buffer fields like NormalPtr, FogCoo...
2006-06-14 Brian PaulRename _TNL_ATTRIB_ATTRIBUTE* to _TNL_ATTRIB_GENERIC*
2006-06-14 Brian Paulnew assertion
2006-06-13 Brian PaulDo a cheesy implementation of glXWait/GetVideoSyncSGI...
2006-06-13 Brian PaulGLX_BAD_CONTEXT checks in video-sync functions
2006-06-13 Brian Paulremove debug printf
2006-06-13 Brian Paulclean-ups and new comments
2006-06-13 Brian Paulremove unused index_attr1fv()
2006-06-13 Brian PaulRename some functions/macros to better reflect their...
2006-06-13 Brian PaulIn import_attrib(), use the from->Normalized flag to...
2006-06-13 Brian Pauls/0/NULL/
2006-06-13 Brian PaulWhen using an ARB vertex program, the generic vertex...
2006-06-13 Brian Paulfix size assertions in _mesa_init_teximage_fields()
2006-06-13 Brian Paulminor simplification in texcoord array import
2006-06-13 Brian Paulremove some unneeded #includes
2006-06-13 Brian PaulFix a few conversion bugs. For example, GLshort->GLflo...
2006-06-13 Kristian HøgsbergFix all instances of calling __glXSetupForCommand befor...
2006-06-12 Ian RomanickMake r300 driver build with GL_APPLE_vertex_array_objec...
2006-06-12 Brian Pauls/buffer/arrays/
2006-06-12 Brian Paulmake do_vertex_attrib_enable() static
2006-06-12 Brian Paulinclude glxclient.h to silence missing prototypes warning
2006-06-12 Brian Paulinclude arrayobj.h
2006-06-12 Brian Paulremove unused var
2006-06-12 Ian RomanickAdd support for GL_APPLE_vertex_array_object. Several...
2006-06-12 Alan Hourihanefire vertices before context destruction.
2006-06-11 Tilman Sauerbeckdestroy the memory manager along with the context
2006-06-10 Roland Scheideggerenable arb_vertex_program by default if drm is new...
2006-06-09 Claudio CiccaniAdded some notes about this implementation.
2006-06-09 Claudio CiccaniEnable setting invible cursors.
2006-06-09 Claudio CiccaniSeparated joystick pointer coordinates from mouse point...
2006-06-09 Roland Scheideggershuffle some code to make some assertions in the _savag...
2006-06-08 Brian Paulcheck for invalid mode in glBegin(), bug 7142
2006-06-08 Tilman Sauerbeckinclude tnl/tnl.h for _tnl_program_string()
2006-06-08 Tilman Sauerbeckmark ARL operand as scalar (Roland Scheidegger)
2006-06-08 Tilman Sauerbeckstruct op_names: get rid of the 'output operands' field...
2006-06-08 Roland ScheideggerImprove slightly wrong CMP_SRCS test to avoid unencessa...
2006-06-06 Aapo Tahkolaprevent possible program mix up with sw vps (Roland...
2006-06-06 Aapo Tahkolaprevent run_arb_vertex_program from running tnl program...
2006-06-06 Aapo Tahkolamake sure tex format is supported.
2006-06-06 Aapo Tahkolavarious fixes (Roland Scheidegger)
2006-06-03 Brian PaulAdded simple lookup_bufferobj() function to wrap the...
2006-06-03 Brian Paulupdates for using libdrm (Hanno Bock)
2006-06-02 Brian Paulminor clean-ups
2006-06-02 Roland Scheideggerimplement arb_vertex_program in hw for r200. Code conta...
2006-06-02 Brian Paulset per-context GL_DRAW_BUFFER state regardless of...
2006-06-02 Brian Paulfix depth-component test to allow rectangular textures
2006-06-02 Roland Scheideggerremove code dealing with drmMinor version < 6 since...
2006-06-01 Roland Scheideggerretry on EBUSY instead of EAGAIN in radeonWaitIrq ...
2006-06-01 Roland ScheideggerFix extended swizzling in vertex programs by introducin...
2006-05-31 Tilman SauerbeckSWZ is nearly identical to MOV. the difference is that...
2006-05-31 Tilman Sauerbeckpass src->NegateBase as-is in t_src() now, as the flags...
2006-05-31 Claudio CiccaniAdded DirectFB GLUT implementation.
2006-05-31 Claudio CiccaniFixed bug with multiple contexts.
2006-05-30 Brian PaulDefine new NEGATE_* tokens for setting the src register...
2006-05-30 Brian Paulremove redundant 'const'
2006-05-30 Brian Paulfree convolved image / fix mem leak (bug 7077)
2006-05-30 Tilman Sauerbeckminor code cleanup, no actual changes
2006-05-30 Tilman Sauerbeckdon't generate GL_INVALID_ENUM if GL_VERTEX_ATTRIB_ARRA...
2006-05-30 Michal KrolRemove not needed forward declaration.
2006-05-29 Tilman Sauerbeckdon't do the check for >= MAX_VERTEX_PROGRAM_ATTRIBS...
2006-05-29 Brian Paulgeneric attribute 0 wasn't handled correctly (Jesse...
2006-05-27 Roland Scheideggerfix some whitespace in previous commit
2006-05-27 Roland Scheideggerpreparation for r200 hw vertex programs. Increase R200_...
2006-05-24 Brian PaulThe ctx->_TexEnvProgram that's allocated in update_stat...
2006-05-24 Brian PaulRoll _mesa_free_parameters() into calling function...
2006-05-24 Brian Paulfix a small memory leak in _mesa_add_state_reference()
2006-05-24 Brian Pauladded _mesa_align_realloc()
2006-05-24 Brian Pauluse GLbitfield for StateFlags, improved comments
2006-05-23 Brian PaulAdd const qualifiers in a number of places.
2006-05-23 Brian Paulinit mask=0 to silence warning
2006-05-23 Brian Paulmake mgaSetFence() and mgaWaitFence() static
2006-05-23 Brian Paulprototype i915_udpate_fog() to silence warning
2006-05-23 Brian PaulIn cache_item(), there was sizeof(void) expression.
2006-05-22 Brian PaulGL_INDEX_OFFSET didn't work with CI->RGB mappings.
2006-05-22 Keith Whitwellmemory usage fixes for glean/conform, use a better...
2006-05-22 Keith WhitwellFix typo
2006-05-22 Keith WhitwellBetter caching for texenv programs.
2006-05-22 Keith WhitwellSpeedup the venerable mm.[ch] allocator with doubly...
2006-05-20 Brian PaulIn gl_texture_image, replace ImageStride with an ImageO...
2006-05-20 Brian Paulremove some redundant functions, fix-up reference counting
2006-05-20 Brian Pauluse new _mesa_remove_renderbuffer()
2006-05-20 Brian Pauluse new _mesa_dereference_frame/renderbuffer() functions
2006-05-20 Brian PaulAdded _mesa_remove_renderbuffer() as a counterpart...
2006-05-20 Brian PaulAdded _mesa_dereference_framebuffer() to encapsulate...
2006-05-19 Brian Paulsome new comments
2006-05-19 Brian Paulremove an assertion
2006-05-19 Brian Pauladded some CHAN_BITS tests
2006-05-19 Brian Paulreplace FORMAT var with RB_TYPE
2006-05-19 Brian PaulAllow rendering 8, 16 and 32-bit/channel images without...
2006-05-19 Brian Paulinstall renderbuffer adaptors when color channel sizes...
2006-05-19 Brian Pauladded rbadaptors.c
2006-05-19 Brian PaulRenderbuffer adaptors.
2006-05-18 Brian Paulminor simplification
2006-05-18 Brian Paultexture EnvColor needs to be converted to GLchan, not...
2006-05-18 Aapo TahkolaDont allow 16 tex units to be used at all.
2006-05-18 Brian Paulchange initialization of texcoords - not all C compiler...
next