Merge commit 'origin/gallium-0.1'
[mesa.git] / src / mesa / main /
2009-02-23 José FonsecaMerge commit 'origin/gallium-0.1'
2009-02-23 Tomas Wilhelmssonmesa: fixes for building on Haiku
2009-02-23 José Fonsecamesa: Fix windows build.
2009-02-22 Brian Paulmesa: remove unneeded #include
2009-02-22 Brian Paulmesa: #include, misc clean-ups
2009-02-22 Brian Paulmesa: remove unneeded #includes
2009-02-22 Brian Paulmesa: move a bunch of compiler-related stuff into new...
2009-02-22 Brian Paulmesa: remove unused ENABLE_TEXGENx, ENABLE_TEXMATx...
2009-02-22 Brian Paulmesa: assorted clean-ups, var renaming, etc.
2009-02-22 Brian Paulmesa: simplify texture combine state copying in _mesa_c...
2009-02-22 Brian Paulmesa: remove redundant assertions (same asserts in...
2009-02-21 Tom Fogalmesa: added extern qualifier
2009-02-21 Brian Paulmesa: use enums for TEXTURE_x_INDEX values
2009-02-21 Brian Paulmesa: use an array for current texture objects
2009-02-21 Brian Paulmesa: use an array for default texture objects
2009-02-21 Brian Paulmesa: re-org texgen state
2009-02-20 Brian Paulmesa: add TexShadow field to prog_instruction
2009-02-19 Brian Paulmesa: fix/update/restore comments related to two-sided...
2009-02-19 Brian Paulmesa: initialize ctx->Stencil._BackFace = 1
2009-02-19 Brian Paulmesa: convert VERT_RESULT_* from #defines to enum,...
2009-02-18 Brian Paulmesa: increase MAX_UNIFORMS to 1024 (of vec4 type)
2009-02-18 Michel DänzerMerge branch 'gallium-texture-transfer'
2009-02-18 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-02-16 Keith WhitwellMerge branch 'master' into gallium-texture-transfer
2009-02-13 Robert Ellisoni965: Eric Anholt's patch for bumping up texture sizes
2009-02-18 Keith WhitwellMerge commit 'origin/draw-vbuf-interface'
2009-02-17 Brian Paulmesa: add some debug code to help diagnose incomplete...
2009-02-17 Brian Paulmesa: turn on reporting of GLSL version 1.20
2009-02-13 Brian Paulmesa: add additional texture size/limit assertions
2009-02-12 Robert EllisonglDrawBuffers(n==0) is valid
2009-02-12 Brian Paulmesa: don't include m_xform.h where not needed
2009-02-12 Brian Paulmesa: move _mesa_transform_vector() from m_xform.c...
2009-02-12 Brian Paulmesa: restore FLUSH_VERTICES() in _mesa_notifySwapBuffers()
2009-02-11 Brian Paulmesa: get rid of _math_init()
2009-02-11 José Fonsecamesa: Move statements after declarations.
2009-02-10 Brian PaulMerge commit 'origin/gallium-master-merge'
2009-02-10 Brian PaulMerge commit 'origin/gallium-0.2' into gallium-master...
2009-02-10 Brian Paulmesa: remove the unused _mesa_UpdateTexEnvProgram(...
2009-02-10 Brian Paulmesa: another fix for program/texture state validation
2009-02-10 Brian Paulmesa: s/_IMAGE_NEW_TRANSFER_STATE/_MESA_NEW_TRANSFER_ST...
2009-02-10 Brian Paulmesa: fix/change state validation order for program...
2009-02-10 Keith WhitwellMerge commit 'origin/gallium-0.2' into gallium-0.2
2009-02-09 Roland Scheideggermesa: fixes for srgb formats
2009-02-09 Roland Scheideggerfix _mesa_get_teximage for srgb textures
2009-02-09 Brian Paulmesa: avoid setting texObj->_Complete = GL_FALSE when...
2009-02-09 Brian Paulmesa: add no-change testing for a few more texture...
2009-02-09 Brian Paulmesa: replace _mesa_unreference_framebuffer() with...
2009-02-09 Brian Paulmesa: merge gallium-0.2 into gallium-master-merge
2009-02-09 Brian Paulmesa: rework _mesa_reference_framebuffer() to look...
2009-02-07 Brian Paulmesa: minor fixes to incomplete texture debug code
2009-02-07 Brian Paulmesa: debug code for printing info about textures,...
2009-02-07 Brian Paulmesa: code refactoring: move texcombine code into updat...
2009-02-07 Brian Paulmesa: minor clean-ups, remove unneeded conditional
2009-02-07 Brian Paulmesa: fix logic error in computing enableBits in update...
2009-02-06 Brian Paulglsl: new MESA_GLSL env var for GLSL debugging features
2009-02-06 Brian PaulRevert "mesa: meaningless whitespace change to see...
2009-02-06 Brian Paulmesa: meaningless whitespace change to see if git's...
2009-02-04 Brian Paulmesa: more info in error messages
2009-02-04 Brian Paulmesa: minor error msg improvement
2009-02-03 Brian Paulmesa: simplify delete_wrapper()
2009-02-02 Keith WhitwellMerge branch 'gallium-wgl-rework' into gallium-0.2
2009-01-31 Brianmesa: more display list cleanups
2009-01-31 Brianmesa: display list clean-ups
2009-01-31 Brianmesa: minor comments, clean-ups
2009-01-31 Brianmesa: remove remnant of GL_SGIX_depth_texture
2009-01-30 Brian Paulmesa: simplify the _mesa_get_proxy_tex_image() function
2009-01-30 Brian Paulmesa: fix incorrect call to clear_teximage_fields(...
2009-01-30 Brian Paulmesa: add missing _mesa_reference_texobj() calls for...
2009-01-30 Brian Paulmesa: remove incorrect refcounting adjustment in adjust...
2009-01-29 Brian Paulmesa: allow glFramebufferTexture1/2/3D(target = GL_READ...
2009-01-29 Brian Paulmesa: fix a render to texture FBO validation bug
2009-01-29 Brian Paulmesa: set version to 7.4 for mesa_7_4_branch
2009-01-29 Brian Paulmesa: set version to 7.3
2009-01-29 Ian RomanickMake GL_ARB_draw_buffers mandatory
2009-01-29 Ian RomanickMake GL_{EXT,SUN}_multi_draw_arrays and GL_IBM_multimod...
2009-01-29 Ian RomanickMake GL_ARB_vertex_buffer_object mandatory
2009-01-29 Ian RomanickMake GL_ARB_multisample mandatory
2009-01-29 Ian RomanickMake GL_ARB_texture_compression mandatory
2009-01-28 Brian Paulmesa: remove GL_SGIX_shadow, GL_SGIX_shadow_ambient...
2009-01-28 Brian PaulMerge commit 'origin/master' into texture_swizzle
2009-01-28 Brian Paulmesa: additional GL_INVALID_OPERATION tests for texture...
2009-01-28 Brian Paulmesa: implement texture swizzling in swrast
2009-01-28 Brian Paulmesa: set/get new state for GL_EXT_texture_swizzle
2009-01-27 Brian Paulmesa: refactor glTexParameter code
2009-01-27 Brian Paulmesa: move call to _mesa_update_framebuffer_visual()
2009-01-26 Robert Ellisonmesa: add missing texture_put_row_rgb() function in...
2009-01-24 Brian PaulMerge branch 'tex_combine4'
2009-01-24 Brian Paulmesa: enable GL_NV_texture_env_combine4 for sw drivers
2009-01-24 Brian Paulmesa: updated fragment shader codegen for GL_NV_texture...
2009-01-24 Brian Paulmesa: update state setup/validation for GL_NV_texture_e...
2009-01-24 Brian Paulmesa: update glTexEnv(), glGetTexEnv() for GL_NV_textur...
2009-01-24 Brian Paulmesa: initial changes for GL_NV_texture_env_combine4
2009-01-23 Brian Paulmesa: consolidate glGetTexEnvi/f() code with new get_te...
2009-01-23 Brian Paulmesa: refactor _mesa_TexEnvfv() code with helper functions
2009-01-23 Brian PaulMerge branch 'vertex_array_bgra'
2009-01-23 Brian Paulmesa: enable GL_EXT_vertex_array_bgra for sw drivers
2009-01-23 Brian Paulmesa: improve array initialization code, and set the...
2009-01-23 Brian Paulmesa: update glColorPointer, etc for GL_EXT_vertex_arra...
2009-01-23 Brian Paulmesa: initial bits for GL_EXT_vertex_array_bgra
2009-01-23 Ian Romanickswrast: Enable GL_EXT_stencil_two_side
next