pass src->NegateBase as-is in t_src() now, as the flags are equivalent to r300's...
[mesa.git] / src / mesa / main /
2006-05-30 Brian Paulremove redundant 'const'
2006-05-24 Brian PaulThe ctx->_TexEnvProgram that's allocated in update_stat...
2006-05-24 Brian Pauladded _mesa_align_realloc()
2006-05-23 Brian PaulAdd const qualifiers in a number of places.
2006-05-23 Brian PaulIn cache_item(), there was sizeof(void) expression.
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_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 Paulremove an assertion
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-15 Brian PaulAdded a check_context_limits() function that checks...
2006-05-14 Brian Pauls/GLbyte/GLubyte/
2006-05-10 Keith WhitwellClean up previous change slightly
2006-05-10 Keith WhitwellUse a (much!) larger executable memory heap so that...
2006-05-09 Brian PaulAdd a new 'all' parameter to _mesa_get_compressed_forma...
2006-05-09 Brian Pauluse _mesa_compressed_texture_size() for GL_TEXTURE_COMP...
2006-05-08 Brian Paultwo more texture compression fixes
2006-05-08 Brian PaulMore updates for texture compression.
2006-05-08 Brian PaulFix a number of texture compression issues.
2006-05-07 Brian Paulmisc clean-ups
2006-05-05 Brian Paulcheck for float->uint overflow in _mesa_unpack_depth_span()
2006-05-05 Keith WhitwellDefine VERT_RESULT_EDGE
2006-04-27 Brian Paulfixes for CHAN_BITS!=8
2006-04-26 Brian Paulfix a few stride computations in _mesa_texstore_rgba()
2006-04-26 Brian Paulremove _glthread_INIT_MUTEX() call
2006-04-25 Michal KrolRemove carriage returns.
2006-04-25 Brian PaulPut color index attribute into the 6th attribute slot.
2006-04-25 Brian PaulNo longer alias generic vertex attribs with conventiona...
2006-04-23 Brian Paulupdated assertion
2006-04-22 Brian PaulFix yet another issue with popping GL_DRAW_BUFFER state...
2006-04-21 Brian Paulpass color index as float, not int
2006-04-20 Brian PaulMake most of the _mesa_noop_*() functions static.
2006-04-20 Brian Paulsome tentative code for _mesa_update_framebuffer_visual()
2006-04-14 Brian PaulWhen popping GL_DRAW_BUFFER state, need to re-do error...
2006-04-14 Brian Paulsilence -pedantic warning
2006-04-14 Brian PaulReplace ctx->Const.MaxTextureUnits w/ ctx->Const.MaxTex...
2006-04-13 Brian PaulFix comment about MaxTextureUnits, needs to be min...
2006-04-13 Brian Paulcasts to fix some -pedantic warnings
2006-04-13 Brian PaulSet array normalization flag for normals, colors (Keith)
2006-04-13 Brian Paulupdated tests for defining __FUNCTION__ (Dan Schikore)
2006-04-11 Michal KrolMore GLSL code:
2006-04-07 Brian Paulbump version to 6.5.1
2006-04-06 Brian PaulReplace MESA_FORMAT_DEPTH_COMPONENT_FLOAT32 with 32...
2006-04-06 Brian Pauldo additional checking for setting up depth/stencil...
2006-04-05 Brian PaulRemove the code that checks for duplicated framebuffer...
2006-04-05 Brian PaulSilence minor compiler warnings (-Wextra).
2006-04-04 Michal KrolBit set.
2006-04-04 Michal KrolReturn GLSL version string (1.10).
2006-04-04 Michal KrolDefine MAX_VERTEX_ATTRIBS to 16.
2006-03-31 Brian PaulFix the fetch_texel_ci8() code to deal with floating...
2006-03-30 Adam JacksonRevert my change from 1.37 as being bogus (see ensuing...
2006-03-30 Brian Paulcomments regarding assertions
2006-03-29 Brian PaulUpdate the _WindowMap matrix in _mesa_set_viewport...
2006-03-29 Brian Paulminor clean-up
2006-03-29 Brian Paulfix components initialization in two places (Ewald...
2006-03-29 Jouk Jansen Committing in .
2006-03-29 Brian PaulNew code for rendering to depth/stencil textures.
2006-03-29 Brian Paulnew tests for GL_DEPTH_STENCIL_EXT
2006-03-29 Brian Paula few new assertions
2006-03-29 Brian PaulMove the computation of the viewport matrix into a...
2006-03-28 Brian Paulupdated comment about framebuffer's Visual field
2006-03-28 Brian Paulupdate conditional for render to GL_DEPTH_STENCIL textu...
2006-03-28 Aapo Tahkolafix #6072 (Keith Whitwell)
2006-03-28 Brian Paulenable GL_ARB_half_float_pixel, was GL_MESAX_half_float...
2006-03-28 Brian Paulcomment about byteswapping in _mesa_unpack_depth_span()
2006-03-26 Brian Paulmerge from texman branch
2006-03-25 Brian Paulfix issue in _mesa_free_framebuffer_data()
2006-03-25 Brian Paulcheck for incomplete FBO in _mesa_Clear()
2006-03-24 Brian PaulClean up the recent code related to texture_override...
2006-03-24 Brian Pauladded some missing formats in _mesa_source/dest_buffer_...
2006-03-21 Brian PaulGL_EXT_packed_depth_stencil should be off by default
2006-03-21 Michal KrolGLSL fixes:
2006-03-20 Brian PaulLots of changes/fixes for rendering to framebuffer...
2006-03-20 Brian Pauladditional assertions and debug code for testing FBO...
2006-03-20 Brian Pauladditional error checking to be sure source renderbuffe...
2006-03-20 Brian Pauluse new _mesa_sourc/dest_buffer_exists() functions
2006-03-20 Brian Pauladded _mesa_source/dest_buffer_exists() function to...
2006-03-20 Brian Paulfix some buffer binding tests in _mesa_make_current()
2006-03-20 Brian Paulslightly improved error message
2006-03-19 Brian PaulQueries of GL_READ_BUFFER and GL_DRAW_BUFFER were still...
2006-03-18 Brian PaulDon't call Driver->Bitmap() if no image to render
2006-03-17 Jouk Jansen Committing in .
2006-03-17 Brian PaulInit FogCoordFuncs[0..5] too, remove some unneeded...
2006-03-17 Brian Paulremove another test for IN_DRI_DRIVER
2006-03-16 Brian PaulMoved _glapi_check_multithread() call into drivers...
2006-03-16 Brian Paulfinish up some loose ends in _mesa_texstore_z24_s8()
2006-03-15 Brian Paulsync with texmem branch
2006-03-14 Brian Paulinit Red/Green/EtcBits = 0 in soft_renderbuffer_storage()
2006-03-14 Michal KrolMore GLSL code:
2006-03-07 Brian Pauljust a comment for check_compatible()
2006-03-07 Brian Pauldisable double-buffer test in check_compatible(), fixes...
2006-03-07 Brian Paulprint newline in _mesa_warning()
next