mesa.git
2006-05-09 Brian Paul16/32-bit chan fixes, texture compression fixes
2006-05-09 Brian PaulWhen error-checking 'unit' against num_texture_units...
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-08 Brian Paulfix warning
2006-05-08 Keith Whitwellupdates to dri drivers for recent stencil changes
2006-05-07 Brian Pauladded CHAN_BITS != 8 test
2006-05-07 Brian Paulmisc clean-ups
2006-05-07 Brian Paulminor clean-ups around DepthScale/Bias
2006-05-06 Brian Paulrestore -O flag (bug 6814)
2006-05-06 Brian PaulCheck for overflow when converting floating pt Z values...
2006-05-05 Brian Paulupdated GLX_EXT_texture_from_pixmap tokens (Dave Reveman)
2006-05-05 Brian Paulcheck for float->uint overflow in _mesa_unpack_depth_span()
2006-05-05 Keith WhitwellDefine VERT_RESULT_EDGE
2006-05-05 Dave Airlieremove temporary code from keithw, this in theory isn...
2006-05-05 Dave AirlieFix i915 driver after stencil changes in Mesa 6.5
2006-05-05 Keith WhitwellRelease temporary
2006-05-03 Ian RomanickFix some silly spelling errors.
2006-05-02 Dave Airlieremove some unneeded includes
2006-05-02 David RevemanUpdate to final EXT_tfp tokens
2006-05-02 Dave Airliemove the pkg config flags for libdrm to the bottom
2006-05-01 Adam JacksonUpdate function signatures for EXT_tfp entrypoints.
2006-05-01 Brian Paulnew, faster version of __gluInvertMatrixd(), bug 6748
2006-04-29 Jeremy KolbBumped support for xcb 0.9
2006-04-28 Tilman Sauerbeckadded a trailing newline to pacify gcc
2006-04-28 Tilman Sauerbeckfptest1 requires GL_NV_fragment_program
2006-04-28 Brian Paulfix second memory leak (bug 5557)
2006-04-28 Brian Paulfix first memory leak (bug 5557)
2006-04-27 Brian Paulfixes for CHAN_BITS!=8
2006-04-27 Brian Paulassorted clean-ups, fixes
2006-04-27 Brian Paulreplace a bunch of casts with GET_XRB macro
2006-04-26 Brian Paulfix a few stride computations in _mesa_texstore_rgba()
2006-04-26 Aapo Tahkolafix warnings.
2006-04-26 Aapo TahkolaR300_SPAN_DISABLE_LOCKING env var
2006-04-26 Brian Paulremove _glthread_INIT_MUTEX() call
2006-04-26 Brian Paulfix an assertion
2006-04-26 Brian Paulminor clean-up
2006-04-26 Brian Paulremove old XFree86 tag
2006-04-25 Brian Paulupdate some tests for visual bit depths to use renderbu...
2006-04-25 Brian Pauluse _TNL_FIRST/LAST_MAT indexes
2006-04-25 Michal KrolRemove carriage returns.
2006-04-25 Brian Paulvertex attrib alias change, glPopAttrib/GL_DRAW_BUFFER...
2006-04-25 Brian PaulPut color index attribute into the 6th attribute slot.
2006-04-25 Brian Paulsilence warnings
2006-04-25 Brian PaulNo longer alias generic vertex attribs with conventiona...
2006-04-24 Brian Paulextended swizzle (bug 6727)
2006-04-24 Brian Paulfprintf() clean-up (bug 6730)
2006-04-23 Brian Paulupdated assertion
2006-04-23 Aapo Tahkolaenable feedback rendering
2006-04-23 Aapo Tahkoladisable hw locking when entering span rendering for now
2006-04-23 Aapo Tahkolaneed to hold before freeing
2006-04-23 Benjamin HerrenschmidtEnable USER_BUFFERS, RADEON_VTXFMT_A and HW_VBOS on...
2006-04-22 Brian PaulFix yet another issue with popping GL_DRAW_BUFFER state...
2006-04-21 Adam JacksonEnsure all GART allocations are freed on context destru...
2006-04-21 Adam JacksonFix format strings for LP64
2006-04-21 Brian Paulpass color index as float, not int
2006-04-21 Brian Pauldepend is not a .PHONY target
2006-04-21 Brian Paulfix indentation
2006-04-21 Brian Pauluse vertex.attrib[3] instead of vertex.color
2006-04-21 Brian Pauls/NV/ARB/
2006-04-20 Aapo Tahkolalimit max program/param length to 255 (spotted by sroland)
2006-04-20 Brian Paulcheck glLoadProgramNV len < 0 (bug 6679)
2006-04-20 Brian Paulerror_attrib() should generate GL_INVALID_VALUE, not...
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-19 Dave AirlieSrcReg->Swizzle is always initialized to SWIZZLE_NOOP...
2006-04-19 Brian Paulminor updates
2006-04-19 Brian Paulfix invalid free() problem (bug 6658)
2006-04-19 Brian Paulupdates for GNU/Hurd (bug 6657)
2006-04-19 Brian PaulReplace old README.X11 with updated xlibdriver.html
2006-04-18 Brian Paulassorted AIX, IRIX fixes from Dan Schikore
2006-04-18 Brian Paul-arch AIX64 no longer needed
2006-04-18 Michal KrolRemove carriage-return chars *ONLY*.
2006-04-18 Michal KrolAdd support for ARB_vertex_shader attrib binding and...
2006-04-17 Kristian HøgsbergAdd .note.GNU-stack section to assembler files to avoid...
2006-04-14 Brian Paulanother simple FBO test
2006-04-14 Brian Paultest glReadPixels speed w/ various formats/types, PBOs
2006-04-14 Brian PaulUse 'file' command in more places to determine the...
2006-04-14 Brian PaulDon't have to pass ABI-related flags to mklib anymore.
2006-04-14 Brian PaulSilence a few -pedantic warnings.
2006-04-14 Brian Pauls/MaxTextureUnits/MaxTextureCoordUnits/
2006-04-14 Brian Paul6.5.1 fixes
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 Pauldon't need s_depth.h
2006-04-14 Brian PaulReplace ctx->Const.MaxTextureUnits w/ ctx->Const.MaxTex...
2006-04-13 Brian PaulIf the image file is RGB, convert to RGBA (fixes segfault).
2006-04-13 Brian PaulFix comment about MaxTextureUnits, needs to be min...
2006-04-13 Brian Paulsilence minor warnings
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 Paulremove the -dlopen option. Always make both kinds...
2006-04-13 Brian Paulmore updates (Dan Schikore)
2006-04-13 Brian Pauladd new configs (Dan Schikore)
2006-04-13 Brian Paulnew configs, misc updates (Dan Schikore)
2006-04-13 Brian PaulFixes for AIX, SunOS, Darwin. -dlopen flag to build...
2006-04-13 Brian PaulUse -I$(INCDIR) to get Mesa, not system headers (Dan...
next