summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)Author
2007-05-24Use the x11 driver as a test harness for the softpipe/state_tracker code.Keith Whitwell
2007-05-14master/trunk is now for Mesa 7.1 devel: bump versionsBrian
2007-05-10more indentation fixes, remove 'register' keywordsBrian
2007-05-10re-indent some codeBrian
2007-05-10Fix reversed enable logic in enable_textureIan Romanick
2007-05-10Convert "bit" parameters to GLbitfield. Fix cut-and-paste bug in _mesa_IsEnabledIan Romanick
2007-05-10Refactor the loop in unbind_texobj_from_texunits.Ian Romanick
2007-05-10Refactor queries of GL_(SOURCE|OPERAND)[012]_(ALPHA|RGB).Ian Romanick
2007-05-10Refactor the way TestProxyTexImage is called in texture_error_check.Ian Romanick
2007-05-10Refactor Enable / Disable and IsEnabled bits related to texture targets.Ian Romanick
2007-05-07better comments for _mesa_debug(), _mesa_warning(), etcBrian
2007-04-27Version bumps for 7.0Brian
2007-04-26Unconditionally update _TriangleCaps bits. Fixes software fallback bugs, suc...Brian
2007-04-24assorted fixes for Windows/VC8Karl Schultz
2007-04-21specularColor.alpha should default to 1, not 0Brian
2007-04-21fix SkipPixels bugs in _mesa_pack_bitmap(), bug 10690Brian
2007-04-21Rename occlude.[ch] to queryobj.[ch]Brian
2007-04-21Rename occlude.[ch] to queryobj.[ch] to better reflect contents.Brian
2007-04-21added MemPool fieldBrian
2007-04-21Call _mesa_warning() instead of _mesa_problem() when external s3tc lib not fo...Brian
2007-04-20Remove unused Imakefiles.Brian
2007-04-20Long obsolete.Brian
2007-04-19In _mesa_unpack_depth_span() look for special cases of GLuint->GLushort and G...Brian
2007-04-18s/GL_SHADER_PROGRAM/GL_SHADER_PROGRAM_MESA/ (a Mesa-specific token)Brian
2007-04-17Enable texture sampling for vertex programs/shaders.Brian
2007-04-17don't set GL_TEXTURE_MAX_LEVEL for GL_TEXTURE_RECTANGLE_ARB as that generates...Brian
2007-04-16Use generic program limits instead of NV-specific ones to init program consta...Brian
2007-04-14illegal to set GL_TEXTURE_MAX_LEVEL w/ GL_TEXTURE_RECTANGLE_ARBBrian
2007-04-14more _mesa_unreference_framebuffer() calls, remove dead codeBrian
2007-04-09i915tex: Make sure texture format fetch hooks are initialized.Michel Dänzer
2007-04-08enable GLSL 1.20Brian
2007-04-07Drop XFree86Server from execmem.cGeorge Sapountzis
2007-04-05Remove SI imports/exports remnants.George Sapountzis
2007-04-05temporary add some extra renderbuffer debug codeBrian
2007-04-04Remove the never-used SI-style imports/exports code.Brian
2007-04-02use _mesa_reference_renderbuffer() in a few more placesBrian
2007-04-02updated debug printfBrian
2007-03-27fix incorrect _MaxElement calculationRoland Scheidegger
2007-03-27Restore the UseTexEnvProgram logic.Brian
2007-03-26merge of glsl-compiler-1 branchBrian
2007-03-25Fix some renderbuffer reference counting issues. Also fixes a mem leak.Brian
2007-03-25Color3iv: set the alpha value to 1.0Xiang, Haihao
2007-03-24Free shader-related context state: _mesa_free_shader_state()Brian
2007-03-23Implement alpha buffer copy for SwapBuffers().Brian
2007-03-23Add the ability to generate programs that doesn't use condition codes.Brian
2007-03-22use _mesa_copy_instructions()Brian
2007-03-22Ensure we have a valid ReadBuffer for CopyTexSubImage, andAlan Hourihane
2007-03-21merge from masterBrian
2007-03-21mesa: revert f9f79c8d770e696249bd98c68b563f887562c974Xiang, Haihao
2007-03-18mesa: SWAP_BUFF support when calling DrawPixels(DEPTH_COMPONENT)Xiang, Haihao