Check/use texture border color when sampling depth textures. (bug 6498)
[mesa.git] / src / mesa / main /
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()
2006-03-07 Brian Paulcall _mesa_update_framebuffer_visual() in _mesa_Framebu...
2006-03-03 Roland ScheideggerUse standard ARB names instead of vendor-specific NV...
2006-03-02 Roland ScheideggerFix more enums defined not only by one extension when...
2006-03-02 Brian Paulimproved error msg
2006-03-02 Brian Paulcheck FEATURE_EXT_framebuffer_blit
2006-03-01 Roland ScheideggerFix glGet with enums which are used not only in NV_vert...
2006-03-01 Brian PaulNo need for _mesa_save_error() to be public.
2006-03-01 Brian Pauladded BlitFramebuffer() support
2006-03-01 Brian Paulupdated comment
2006-03-01 Brian PaulAdded glBlitFramebufferEXT function.
2006-03-01 Brian Paulremove temporary tokens, more error checks for blit...
2006-02-28 Brian PaulAllow error checking to look for presence of either...
2006-02-27 Michal KrolMore GLSL code:
2006-02-26 Brian Paulre-formated with indent.
2006-02-26 Brian PaulRemove need to initialize the InstSize[] array elements...
2006-02-26 Brian Pauldisplay list clean-ups
2006-02-24 Brian Paulfix broken _mesa_copy_context() for GL_LIGHTING_BIT
2006-02-24 Brian PaulFix _mesa_copy_texture_state() so that we copy texture...
2006-02-15 Eric AnholtInclude dix-config.h if HAVE_DIX_CONFIG_H is defined...
2006-02-15 Michal KrolEnable texcoords when program object in use.
2006-02-15 Michal KrolEnable GL_ARB_fragment_shader extension.
2006-02-13 Michal KrolEnable GL_ARB_shader_objects, GL_ARB_shading_language_1...
2006-02-13 Michal KrolRename current glsl program variable.
2006-02-13 Michal KrolAdd _mesa_atanf and _mesa_asinf functions.
2006-02-11 Eric AnholtAdd the ability to define NO_LIBCWRAPPER to avoid libcw...
2006-02-01 Roland Scheideggerfix test for valid texunit in _mesa_ClientActiveTextureARB
2006-01-24 Jerome Glissefix using a tmp without asking for one
2006-01-24 Alan Hourihanepull in fix from 6.4 branch for XFree86Server definition
2006-01-24 Aapo Tahkolafix broken get_half & get_zero
2006-01-19 Adam JacksonAvoid a crash when the user has enabled glVertex{,Attri...
2006-01-16 Brian Paulproperly free ATI fragment shaders (Tilman Sauerbeck)
2006-01-09 Brian Pauls/GLuint/GLbitfield/
2005-12-30 Keith Whitwellproperly notify driver on scissor change in MakeCurrent
2005-12-15 Brian Paulmove va_end() call (Evgeny Kotsuba)
2005-12-14 Keith WhitwellFix typo.
2005-12-14 Brian Pauluse GLbitfield instead of GLuint
2005-12-14 Brian PaulRemoved the GL_SGIX/SGIS_pixel_texture extensions....
2005-12-12 Brian Paulsilence warning, bug 5318
2005-12-12 Keith WhitwellSplit _MaintainTexEnvProgram into two flags _Maintain...
2005-12-08 Brian Pauldon't need LONGLONG typedefs
2005-12-08 Karl Schultzadd 64-bit typedefs for portability
2005-12-07 Brian PaulUpdates for GL_EXT_timer_query:
2005-12-06 Brian PaulC++ fixes, mostly casts (Stephane Conversy)
2005-12-02 Brian Paulfix _mesa_ffs() return, test for more platforms (Evgeny...
2005-12-01 Brian Paulremove uintptr_t cast
2005-12-01 Brian Paultry removing need for the uintptr_t casts
2005-12-01 Brian PaulAdded FinishRenderTexture() device driver function...
2005-12-01 Brian Pauladded comment about glTexImage and renderbuffers
2005-11-30 Brian Paulfxt1_decode_1() should not be static
2005-11-28 Keith WhitwellRemove the many aliases for 'struct mem_block' in mm.h
2005-11-28 Keith WhitwellCorrect author attribution of mm.h
2005-11-27 Brian Paulinclude stdint.h for BSD
2005-11-25 Brian Pauluse ADD_POINTERS macro instead of (uintptr_t) cast
next