Age | Commit message (Expand) | Author |
2008-03-31 | Revert "mesa: separate shader program object from shader object." (bug#15244) | Xiang, Haihao |
2008-02-28 | mesa: separate shader program object from shader object. | Xiang, Haihao |
2008-01-06 | Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexes | Brian |
2008-01-06 | Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835. | Brian |
2007-12-20 | [intel] Fix and reenable (software) SGIS_generate_mipmap | Eric Anholt |
2007-11-30 | fix broken two-sided stencil | Brian |
2007-09-27 | Restore old _TriangleCaps code to fix Blender problem (bug 12164) | Brian |
2007-08-23 | remove unneeded CallStack array | Brian |
2007-08-16 | replace Proxy1D/2D/etc fields with ProxyTex[] array | Brian |
2007-08-16 | Replace Proxy1D/2D/etc with ProxyTex[] indexed by TEXTURE_x_INDEX. | Brian |
2007-08-16 | remove old Saved1D/2D/etc fields | Brian |
2007-08-13 | Implement mutex/locking around texture object reference counting. | Brian |
2007-07-24 | remove unused MAX_3D_TEXTURE_SIZE, reformattting | Brian |
2007-07-21 | Remove ctx->Point._Size and ctx->Line._Width. | Brian |
2007-07-04 | Be more consistant with paths in #includes. Eventually, eliminate a bunch of... | Brian |
2007-06-11 | Replace texobj->Complete with texobj->_Complete since it's a derived field. | Brian |
2007-06-11 | typo: s/derrived/derived/ | Brian |
2007-06-07 | Add support for GL_ARB_fragment_program_shadow. | Ian Romanick |
2007-06-07 | Fix ARB_fp spec conformance bug WRT shadow sampling. | Ian Romanick |
2007-05-23 | doxygen-ize some comments | Brian |
2007-05-21 | remove the unused texobj Mutex field | Brian |
2007-05-16 | Initial implementation of MESA_texture_array | Ian Romanick |
2007-04-21 | added MemPool field | Brian |
2007-04-18 | s/GL_SHADER_PROGRAM/GL_SHADER_PROGRAM_MESA/ (a Mesa-specific token) | Brian |
2007-04-05 | Remove SI imports/exports remnants. | George Sapountzis |
2007-04-05 | temporary add some extra renderbuffer debug code | Brian |
2007-04-04 | Remove the never-used SI-style imports/exports code. | Brian |
2007-03-27 | Restore the UseTexEnvProgram logic. | Brian |
2007-03-23 | Add the ability to generate programs that doesn't use condition codes. | Brian |
2007-03-21 | merge from master | Brian |
2007-03-21 | mesa: revert f9f79c8d770e696249bd98c68b563f887562c974 | Xiang, Haihao |
2007-03-16 | Colortable re-org. | Brian |
2007-03-16 | added a renderbuffer comment | Brian |
2007-03-14 | Re-org of gl_pixel_attrib struct. | Brian |
2007-03-11 | Implement support for GL_ARB_draw_buffers with GL_MAX_DRAW_BUFFERS > 1. | Brian |
2007-03-09 | Merge branch 'origin' into glsl-compiler-1 | Brian |
2007-03-09 | New IMAGE_RED_TO_LUMINANCE flag passed to _mesa_pack_rgba_span_float() to fix... | Brian |
2007-02-27 | s/matrix_stack/gl_matrix_stack/ and s/mesa_list_state/gl_dlist_state/ | Brian |
2007-02-26 | remove unused DriverMgrCtx | Brian |
2007-02-26 | Add EmitHighLevelInstructions, EmitComments booleans to gl_shader_state. | Brian |
2007-02-26 | Do proper framebuffer refcounting in _mesa_make_current(). | Brian |
2007-02-24 | Remove unneeded _Fragment/VertexShaderPresent fields, update comments. | Brian |
2007-02-22 | added MAX_PROGRAM_ENV_PARAMS | Brian |
2007-02-22 | Merge branch 'origin' into glsl-compiler-1 | Brian |
2007-02-03 | Add _NEW_PROGRAM flag to _MESA_NEW_NEED_EYE_COORDS. | Brian |
2007-02-03 | Add _NEW_PROGRAM flag to _MESA_NEW_NEED_EYE_COORDS. | Brian |
2007-01-24 | added FRAG_BIT_TEX() and FRAG_BIT_VAR() macros | Brian |
2007-01-16 | Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i... | Keith Whitwell |
2007-01-09 | Implement vertex attribute binding. | Brian |
2007-01-09 | Moved NumTexInstructions, NumTexIndirections, etc. into gl_program since | Brian |