mesa.git
2005-09-20 Brian Paulreplace STENCIL_BITS with stencilMax value
2005-09-20 Brian Paulremove STENCIL_MAX
2005-09-20 Brian Paulchange location of ffs() code for windows
2005-09-19 Brian Paulinit a=0
2005-09-19 Brian Pauls/GLchan/GLubyte/, fix error string, add comment
2005-09-19 Brian Paulupdated comment
2005-09-19 Brian Pauladditional wrapper updates, bug 4468
2005-09-19 Brian Pauls/unsigned long/drm_handle_t/ to get compilation of...
2005-09-19 Brian Paulcompilation fixes, don't know if runtime works
2005-09-16 Brian PaulFix potential segfault when trying to read pixels outsi...
2005-09-16 Brian Paulremove unused _swrast_read_depth_span()
2005-09-16 Brian Paullots of little clean-ups, improvements
2005-09-16 Brian Paulchange some comments
2005-09-16 Brian Paulpass mask=NULL to write all pixels in clear_ci_buffer_w...
2005-09-16 Brian Paulremove unused ctx var
2005-09-16 Brian Pauluse mesa import wrappers, bug 4468
2005-09-16 Brian Paulalphabetize
2005-09-16 Brian PaulRework the texture filtering functions a bit.
2005-09-16 Brian Paulreplace a couple macros with inlined functions
2005-09-16 Brian Paulmore GLuint->GLbitfield changes
2005-09-15 Brian PaulReplace GLuint with GLbitfield where appropriate. ...
2005-09-15 Brian PaulCode clean-ups, reorg.
2005-09-15 Brian Paulsilence warning
2005-09-15 Brian PaulRemove a bunch texel fetch functions that can be handle...
2005-09-15 Brian Paulupdated comments
2005-09-15 Brian PaulNew set_fetch_functions() to set a gl_texture_image...
2005-09-15 Brian Paulreplace s_texture.[ch] with s_texcombine.[ch] and s_tex...
2005-09-15 Brian PaulUpdate includes post-splitting of s_texture.c
2005-09-15 Brian PaulSplit the s_texture.c file into two new files:
2005-09-14 Brian Paulremove unused vars
2005-09-14 Brian Paulremove _tnl_MakeCurrent call
2005-09-14 Brian Paulinitial 6.5 release notes
2005-09-14 Brian PaulRemove _tnl_MakeCurrent() and the unused ctx->Driver...
2005-09-14 Dave Airliefix breakage from Brians changes earlier
2005-09-14 Brian Paulclean-up some _mesa_make_current() code
2005-09-14 Brian Paulremove rm -f line
2005-09-14 Brian Paulremove .a file before creating new one
2005-09-14 Brian Paulpageflip change from radeon driver
2005-09-14 Brian PaulInstead of calling _mesa_ResizeBuffersMESA() in the...
2005-09-14 Brian Paulmake some funcs static
2005-09-14 Brian PaulInstead of calling _mesa_ResizeBuffersMESA() in the...
2005-09-14 Brian Pauluse mklib script to make drivers instead of gcc -shared
2005-09-14 Brian Paulupdated comment
2005-09-14 Brian Paulmake some functions static
2005-09-14 Brian PaulInstead of calling _mesa_ResizeBuffersMESA() in the...
2005-09-14 Brian Pauladded driUpdateFramebufferSize()
2005-09-13 Brian PaulMove _mesa_add_soft_renderbuffers() from framebuffer...
2005-09-13 Brian Paulupdate like for MD2 viewer
2005-09-13 Brian Paulreplace semicolon with &&
2005-09-13 Brian Paulprint version with debug info
2005-09-13 Brian Paulfix FreeBSD problem (bug 4435)
2005-09-13 Eric AnholtFix libGL build on FreeBSD by respecting ASM_FLAGS.
2005-09-13 Brian PaulReplace ctx->Driver.StencilOp/Func/Mask() functions...
2005-09-13 Brian PaulOpenGL 2.0's two-sided stencil feature wasn't implement...
2005-09-13 Brian Pauljust some reformatting
2005-09-13 Brian PaulClear either 8 or 16-bit stencil buffers.
2005-09-13 Brian PaulUse GLuint/GLint intead of GLstencil for stencil state.
2005-09-13 Brian PaulMove the ctx->FirstTimeCurrent initialization
2005-09-13 Brian Paulinit StencilOpSeparate to NULL
2005-09-12 Roland Scheideggeradd GL_ATI_fragment_shader support for r200
2005-09-12 Brian Pauladded a return upon out-of-memory, remove a needless...
2005-09-12 Brian Paulrestore brace lost in previous check-in
2005-09-12 Roland Scheideggeradd complete support for ATI_fragment_shader for the...
2005-09-12 Roland Scheideggerremove unnecessary Swizzle parameter from struct (forgo...
2005-09-12 Brian Pauluse ASM_API variable, bug 4415
2005-09-12 Brian Paulmake lookup_query_object() static
2005-09-12 Brian Paulremove rendundant r,g,b,a vars (bug 4331)
2005-09-11 Dave Airlieadd 1002:5460 M22 X300 card
2005-09-11 Dave Airliefix dri drivers build
2005-09-11 Brian PaulSilence some warnings.
2005-09-10 Brian Paulbunch of updates
2005-09-10 Brian Paulput GLUT sources into a separate tarball
2005-09-10 Brian PaulClean-up of sources/Makefile, bug 4111
2005-09-10 Brian Paulfix a problem w/ color index mode when CHAN_BITS=16
2005-09-10 Brian Paulmake some vars static
2005-09-10 Brian Paulfix GLubyte/GLchan inconsistencies (bug 4331)
2005-09-10 Roland Scheideggernew demo to test ATI_fragment_shader, not very creative...
2005-09-10 Roland Scheideggeradd the new drm packets needed for ATI_fragment_shader...
2005-09-10 Roland Scheideggeradd reverse-engeneered register bits needed for ATI_fra...
2005-09-10 Brian PaulAdd offset and pitch fields to intelRegion. Remove...
2005-09-09 Roland Scheideggeradd _tnl_arb_vertex_program_stage to all drivers which...
2005-09-09 Brian Paulremove the redundant textureSize field, use tex.size...
2005-09-09 Brian Pauldon't generate selection hits for glBitmap, glDraw...
2005-09-09 Roland Scheideggerfix some bugs with handling of GL_DOT4_ATI, GL_DOT3_ATI...
2005-09-09 Roland Scheideggeradd missing fallback string for ARB_vertex_program
2005-09-09 Roland ScheideggerFix wrong fallback bit being set by the tcl fallback...
2005-09-08 Keith Whitwelluse an explicit reserved field, rather than magic numbe...
2005-09-08 Brian PaulFix the comment for the 'bound' field: it's a bitmask...
2005-09-08 Keith WhitwellKeep NumTemporaries uptodate.
2005-09-08 Keith WhitwellTreat NegateBase as a bitfield, not a boolean.
2005-09-08 Keith Whitwellbe consistent in populating NegateBase field
2005-09-08 Brian Paulcheck for either GL_ARB_depth_texture or GL_SGIX_depth_...
2005-09-08 Brian Paulfix precision problem in depth clearing (bug 4395)
2005-09-08 Roland Scheideggerfix incorrect swizzling handling. fix code so it can...
2005-09-08 Jouk Jansen Committing in .
2005-09-08 Roland Scheideggeradd a bunch of FLUSH_VERTICES to some of the ATI_fs...
2005-09-07 Brian Paulsome clean-up and re-org for renderbuffers
2005-09-07 Brian Paulsome updates, but code still out of date
2005-09-07 Brian Paulnew comment
2005-09-07 Brian Paulminor tweaks to _mesa_ResizeBuffersMESA()
next