mesa.git
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 Pauladded info about prerequisites for building DRI drivers
2006-06-08 Brian Paulfix glBegin error test
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 Brian Paullinks to ClosedGL and S3TC library
2006-06-08 Roland ScheideggerImprove slightly wrong CMP_SRCS test to avoid unencessa...
2006-06-07 Brian Paulupdated Pixmap vs. XImage info
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 PaulThomas Sondergaard's API tracer
2006-06-02 Brian Paulset per-context GL_DRAW_BUFFER state regardless of...
2006-06-02 Brian Paulfix depth-format rectangular textures
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-06-01 Brian Pauldocument MESA_TEX/TNL_PROG env vars
2006-05-31 Brian Paulfix extension_supported() function, added comments
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 CiccaniUpdated config file.
2006-05-31 Claudio CiccaniAdded some example progs using DirectFBGL.
2006-05-31 Claudio CiccaniAdded DirectFB GLUT implementation.
2006-05-31 Claudio CiccaniFixed bug with multiple contexts.
2006-05-30 Brian Paulfix bug 7077 - mem leak
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 KrolAdd x86sse.h.
2006-05-30 Michal KrolRemove not needed forward declaration.
2006-05-30 Michal KrolMake it running under Linux.
2006-05-30 Michal KrolFirst draft.
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 fix
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 Paulglxinfo -l expanded, fixed bug 6863
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 Paulprint 2D vs 3D in window
2006-05-19 Brian Paulalso test 3D textures (press '2'/'3' to toggle)
2006-05-19 Brian Pauladded some CHAN_BITS tests
2006-05-19 Brian Paulreplace FORMAT var with RB_TYPE
2006-05-19 Brian PaulDemonstrate rendering 8, 16 and 32-bit/channel images...
2006-05-19 Brian Paulupdated docs for off-screen rendering
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.[ch] files
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 Pauluse -march=i486 instead of -m486 (bug 6954)
2006-05-18 Brian Paulchange initialization of texcoords - not all C compiler...
2006-05-18 Brian Pauladd extra APP_LIB_DEPS (bug 6954)
2006-05-17 Brian Pauladded solaris-x86-gcc-static
2006-05-17 Brian Paulgenerate shared lib, not static
2006-05-17 Brian Paulformerly known as solaris-x86-gcc
2006-05-17 Brian Paulcall reshape() after init() to set initial projection...
2006-05-17 Tilman Sauerbeckunbreak the build
2006-05-17 Dave Airlieadd texture rectangle support for i815, I wrote the...
next