summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-09-19s/unsigned long/drm_handle_t/ to get compilation of fb driver to workBrian Paul
2005-09-19compilation fixes, don't know if runtime worksBrian Paul
2005-09-16Fix potential segfault when trying to read pixels outside renderbuffer bounds.Brian Paul
2005-09-16remove unused _swrast_read_depth_span()Brian Paul
2005-09-16lots of little clean-ups, improvementsBrian Paul
2005-09-16change some commentsBrian Paul
2005-09-16pass mask=NULL to write all pixels in clear_ci_buffer_with_masking()Brian Paul
2005-09-16remove unused ctx varBrian Paul
2005-09-16use mesa import wrappers, bug 4468Brian Paul
2005-09-16alphabetizeBrian Paul
2005-09-16Rework the texture filtering functions a bit.Brian Paul
2005-09-16replace a couple macros with inlined functionsBrian Paul
2005-09-16more GLuint->GLbitfield changesBrian Paul
2005-09-15Replace GLuint with GLbitfield where appropriate. Also replace GLuintBrian Paul
2005-09-15Code clean-ups, reorg.Brian Paul
2005-09-15silence warningBrian Paul
2005-09-15Remove a bunch texel fetch functions that can be handled by the newBrian Paul
2005-09-15updated commentsBrian Paul
2005-09-15New set_fetch_functions() to set a gl_texture_image's FetchTexel functionsBrian Paul
2005-09-15replace s_texture.[ch] with s_texcombine.[ch] and s_texfilter.[ch]Brian Paul
2005-09-15Update includes post-splitting of s_texture.cBrian Paul
2005-09-15Split the s_texture.c file into two new files:Brian Paul
2005-09-14remove unused varsBrian Paul
2005-09-14remove _tnl_MakeCurrent callBrian Paul
2005-09-14initial 6.5 release notesBrian Paul
2005-09-14Remove _tnl_MakeCurrent() and the unused ctx->Driver.MakeCurrent() callback.Brian Paul
2005-09-14fix breakage from Brians changes earlierDave Airlie
2005-09-14clean-up some _mesa_make_current() codeBrian Paul
2005-09-14remove rm -f lineBrian Paul
2005-09-14remove .a file before creating new oneBrian Paul
2005-09-14pageflip change from radeon driverBrian Paul
2005-09-14Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,Brian Paul
2005-09-14make some funcs staticBrian Paul
2005-09-14Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,Brian Paul
2005-09-14use mklib script to make drivers instead of gcc -sharedBrian Paul
2005-09-14updated commentBrian Paul
2005-09-14make some functions staticBrian Paul
2005-09-14Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,Brian Paul
2005-09-14added driUpdateFramebufferSize()Brian Paul
2005-09-13Move _mesa_add_soft_renderbuffers() from framebuffer.c to renderbuffer.cBrian Paul
2005-09-13update like for MD2 viewerBrian Paul
2005-09-13replace semicolon with &&Brian Paul
2005-09-13print version with debug infoBrian Paul
2005-09-13fix FreeBSD problem (bug 4435)Brian Paul
2005-09-13Fix libGL build on FreeBSD by respecting ASM_FLAGS.Eric Anholt
2005-09-13Replace ctx->Driver.StencilOp/Func/Mask() functions withBrian Paul
2005-09-13OpenGL 2.0's two-sided stencil feature wasn't implemented correctly.Brian Paul
2005-09-13just some reformattingBrian Paul
2005-09-13Clear either 8 or 16-bit stencil buffers.Brian Paul
2005-09-13Use GLuint/GLint intead of GLstencil for stencil state.Brian Paul