- ee170f2 disable depthBits test in check_compatible(), see bug 11161 by Brian · 17 years ago
- 009ddb4 remove obsolete comment about max DEFAULT_SOFTWARE_DEPTH_BITS by Brian · 17 years ago
- 7b559a9 Add support for GL_ARB_fragment_program_shadow. by Ian Romanick · 17 years ago
- 84d1b24 Fix ARB_fp spec conformance bug WRT shadow sampling. by Ian Romanick · 17 years ago
- 98d2a4a doxygen-ize some comments by Brian · 17 years ago
- f116aed restore GL_TEXTURE_LOD_BIAS in _mesa_PopAttrib(), bug 11049 by Brian · 17 years ago
- e5ed09e incr/decr 1D/2DArray texture refcounts like other targets by Brian · 17 years ago
- d062b6c Fix point attentuation problem (bug 11042) by Brian · 17 years ago
- 9e3e388 get rid of GenTexturesLock, used ctx->Shared->Mutex by Brian · 17 years ago
- c62da91 remove the unused texobj Mutex field by Brian · 17 years ago
- 5c5ab90 remove a VMS-ism that doesn't seem needed elsewhere by Brian · 17 years ago
- a01ee8f improve some comments, clean-up formatting by Brian · 17 years ago
- 3898e67 remove some whitespace by Brian · 17 years ago
- a8676c4 if light position is local, treat it as a homogeneous coord and divide by W (see bug 11009) by Brian · 17 years ago
- a2305eb need to copy new 1D/2D array texture objects in _mesa_PushAttrib() by Brian · 17 years ago
- d834a87 Add missing _EXT suffix to 2D_ARRAY target enums. by Ian Romanick · 17 years ago
- 817181e Add array texture targets to list that can use compressed formats. by Ian Romanick · 17 years ago
- 064cd7c Refactor determining whether a texture target can use compressed format by Ian Romanick · 17 years ago
- b5bbe05 make srcPtr param to make_1d_stack_mipmap() const by Brian · 17 years ago
- bb372f1 Initial implementation of MESA_texture_array by Ian Romanick · 17 years ago
- b0fe0d8 Bring framebuffer_texture's error checking more in-line with the spec. by Ian Romanick · 17 years ago
- c128c3c master/trunk is now for Mesa 7.1 devel: bump versions by Brian · 18 years ago
- f0707c7 more indentation fixes, remove 'register' keywords by Brian · 18 years ago
- aed53ba re-indent some code by Brian · 18 years ago
- 64a6a50 Fix reversed enable logic in enable_texture by Ian Romanick · 18 years ago
- c9e723e Convert "bit" parameters to GLbitfield. Fix cut-and-paste bug in _mesa_IsEnabled by Ian Romanick · 18 years ago
- 87a980a Refactor the loop in unbind_texobj_from_texunits. by Ian Romanick · 18 years ago
- e282f89 Refactor queries of GL_(SOURCE|OPERAND)[012]_(ALPHA|RGB). by Ian Romanick · 18 years ago
- e2e4b60 Refactor the way TestProxyTexImage is called in texture_error_check. by Ian Romanick · 18 years ago
- 58dacc8 Refactor Enable / Disable and IsEnabled bits related to texture targets. by Ian Romanick · 18 years ago
- f1770c3 better comments for _mesa_debug(), _mesa_warning(), etc by Brian · 18 years ago
- e371a5f Version bumps for 7.0 by Brian · 18 years ago
- b7f5b8a Unconditionally update _TriangleCaps bits. Fixes software fallback bugs, such as #10687. by Brian · 18 years ago
- 286faac assorted fixes for Windows/VC8 by Karl Schultz · 18 years ago
- 112e1f2 specularColor.alpha should default to 1, not 0 by Brian · 18 years ago
- e5cf37c fix SkipPixels bugs in _mesa_pack_bitmap(), bug 10690 by Brian · 18 years ago
- 74afcab Rename occlude.[ch] to queryobj.[ch] by Brian · 18 years ago
- b3ab925 Rename occlude.[ch] to queryobj.[ch] to better reflect contents. by Brian · 18 years ago
- 4e0a646 added MemPool field by Brian · 18 years ago
- c9855a6 Call _mesa_warning() instead of _mesa_problem() when external s3tc lib not found. by Brian · 18 years ago
- e7e5279 Remove unused Imakefiles. by Brian · 18 years ago
- 7fd3a6c Long obsolete. by Brian · 18 years ago
- 6bde088 In _mesa_unpack_depth_span() look for special cases of GLuint->GLushort and GLushort->GLuint conversion. by Brian · 18 years ago
- f3e8c32 s/GL_SHADER_PROGRAM/GL_SHADER_PROGRAM_MESA/ (a Mesa-specific token) by Brian · 18 years ago
- 04bda46 Enable texture sampling for vertex programs/shaders. by Brian · 18 years ago
- 41fc55d don't set GL_TEXTURE_MAX_LEVEL for GL_TEXTURE_RECTANGLE_ARB as that generates an error by Brian · 18 years ago
- 64e8088 Use generic program limits instead of NV-specific ones to init program constants. by Brian · 18 years ago
- 9519785 illegal to set GL_TEXTURE_MAX_LEVEL w/ GL_TEXTURE_RECTANGLE_ARB by Brian · 18 years ago
- 4fc46a6 more _mesa_unreference_framebuffer() calls, remove dead code by Brian · 18 years ago
- c96974f i915tex: Make sure texture format fetch hooks are initialized. by Michel Dänzer · 18 years ago
- af807a4 enable GLSL 1.20 by Brian · 18 years ago
- 20ec486 Drop XFree86Server from execmem.c by George Sapountzis · 18 years ago
- 487f7a7 Remove SI imports/exports remnants. by George Sapountzis · 18 years ago
- 0cae814 temporary add some extra renderbuffer debug code by Brian · 18 years ago
- 33c3739 Remove the never-used SI-style imports/exports code. by Brian · 18 years ago
- dccd9c4 use _mesa_reference_renderbuffer() in a few more places by Brian · 18 years ago
- 3fe47d5 updated debug printf by Brian · 18 years ago
- cda3236 fix incorrect _MaxElement calculation by Roland Scheidegger · 18 years ago
- 3e45db6 Restore the UseTexEnvProgram logic. by Brian · 18 years ago
- d619cce merge of glsl-compiler-1 branch by Brian · 18 years ago
- 42aaa54 Fix some renderbuffer reference counting issues. Also fixes a mem leak. by Brian · 18 years ago
- bb59d81 Color3iv: set the alpha value to 1.0 by Xiang, Haihao · 18 years ago
- 935f93f Free shader-related context state: _mesa_free_shader_state() by Brian · 18 years ago
- 8e1c3bd Implement alpha buffer copy for SwapBuffers(). by Brian · 18 years ago
- 63556fa Add the ability to generate programs that doesn't use condition codes. by Brian · 18 years ago
- 1240eb2 use _mesa_copy_instructions() by Brian · 18 years ago
- 985a2ef Ensure we have a valid ReadBuffer for CopyTexSubImage, and by Alan Hourihane · 18 years ago
- 23d31ef merge from master by Brian · 18 years ago
- 704cd61 mesa: revert f9f79c8d770e696249bd98c68b563f887562c974 to fix #10232 by Xiang, Haihao · 18 years ago
- bb02092 mesa: SWAP_BUFF support when calling DrawPixels(DEPTH_COMPONENT) by Xiang, Haihao · 18 years ago
- b6fe1bd mesa: enhance fxt1_quantize_ALPHA1 by Xiang, Haihao · 18 years ago
- ee5b7f0 fix some format conversion bugs in glGetTexImage(), bug 10288 by Haihao Xiang · 18 years ago
- e5070bc Assorted fixes for dealing with zero-size frame/renderbuffers. by Brian · 18 years ago
- 7573b58 Colortable re-org. by Brian · 18 years ago
- d704943 added a renderbuffer comment by Brian · 18 years ago
- e348016 silently ignore DeleteProgram/Shader(id=0) by Brian · 18 years ago
- 7ed292a in _mesa_GetColorTable, return silently if table size is 0 by Brian · 18 years ago
- 4d2eb63 no-op clear if buffer width or height is zero (bug 7205) by Brian · 18 years ago
- 0cfdf43 implement byteswapping for all multi-byte types in _mesa_pack_rgba_span_float(), bug 10298 by Brian · 18 years ago
- 32d1968 pixelmap code simplification by Brian · 18 years ago
- b6adf33 Re-org of gl_pixel_attrib struct. by Brian · 18 years ago
- 8d9db3d fix ctx->Pixel.PostConvolutionScale/Bias subscript bugs by Brian · 18 years ago
- d807088 alloc an extra byte in _mesa_ShaderSourceARB() to silence a valgrind warning by Brian · 18 years ago
- 7265e69 properly compute ctx->Texture._EnabledCoordUnits by Brian · 18 years ago
- 53f83b4 mesa: _mesa_unpack_image by Xiang, Haihao · 18 years ago
- 17fb782 clean-up, simplify _mesa_image_row_stride() by Brian · 18 years ago
- c1a5447 take GL_UNPACK_ALIGNMENT into account in _mesa_image_row_stride() for GL_BITMAP type (bug 10261) by Brian · 18 years ago
- 1c09bcf Implement support for GL_ARB_draw_buffers with GL_MAX_DRAW_BUFFERS > 1. by Brian · 18 years ago
- d23dd81 Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa into glsl-compiler-1 by Brian · 18 years ago
- 823c041 check for EXT_blend_equation_separate for 2.0 by Brian · 18 years ago
- b9ea936 added GL_CURRENT_PROGRAM by Brian · 18 years ago
- 2cf5fd4 Merge branch 'origin' into glsl-compiler-1 by Brian · 18 years ago
- f9f79c8 New IMAGE_RED_TO_LUMINANCE flag passed to _mesa_pack_rgba_span_float() to fix glGetTexImage(GL_LUMINANCE) bug #10232. by Brian · 18 years ago
- d856679 remove a if-statement by Xiang, Haihao · 18 years ago
- 842c782 use 2.0, 2.1 version strings by Brian · 18 years ago
- 0af1c6b Merge branch 'master' of git+ssh://brianp@git.freedesktop.org/git/mesa/mesa by Brian · 18 years ago
- e69da9d explicit calls to _mesa_unreference_framebuffer() not always needed now by Brian · 18 years ago
- 1a6baf0 unreference old framebuffer, if needed, in _mesa_reference_framebuffer() by Brian · 18 years ago
- fa89610 Merge branch 'master' of ssh+git://idr@git.freedesktop.org/git/mesa/mesa by Ian Romanick · 18 years ago
- 091be11 Fix cut-and-paste error in the name of GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB. by Ian Romanick · 18 years ago