remove some unneeded #includes
[mesa.git] / src /
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...
2006-05-17 Tilman Sauerbeckunbreak the build
2006-05-17 Dave Airlieadd texture rectangle support for i815, I wrote the...
2006-05-16 Michal KrolFix typo.
2006-05-16 Michal KrolAdd functions.
2006-05-16 Michal KrolWrite attribs to slang machine.
2006-05-16 Michal KrolChange error message wording.
2006-05-16 Michal KrolRename print() to printMESA().
2006-05-16 Michal KrolFix attrib handling.
2006-05-16 Michal KrolExtend printMESA function to output also to shader...
2006-05-16 Michal KrolCleanup code. Change constructor prototype.
2006-05-16 Michal KrolCleanup code.
2006-05-16 Michal KrolChange constructor prototype.
2006-05-16 Michal KrolRemove carriage returns.
2006-05-16 Michal KrolAdd GetInfoLogLength and WriteAttrib functions.
2006-05-16 Michal KrolCleanup GLhandle-to-object translation macros.
2006-05-15 Brian PaulAdded a check_context_limits() function that checks...
2006-05-14 Brian Paulremove some unused macros
2006-05-14 Brian Pauls/GLbyte/GLubyte/
next