| Commit message (Expand) | Author | Age | Files | Lines |
* | properly compute ctx->Texture._EnabledCoordUnits | Brian | 2007-03-13 | 1 | -12/+8 |
* | Implement support for GL_ARB_draw_buffers with GL_MAX_DRAW_BUFFERS > 1. | Brian | 2007-03-11 | 2 | -2/+3 |
* | Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa i... | Brian | 2007-03-10 | 1 | -1/+2 |
|\ |
|
| * | check for EXT_blend_equation_separate for 2.0 | Brian | 2007-03-10 | 1 | -1/+2 |
* | | added GL_CURRENT_PROGRAM | Brian | 2007-03-09 | 2 | -1/+20 |
* | | Merge branch 'origin' into glsl-compiler-1 | Brian | 2007-03-09 | 12 | -123/+171 |
|\| |
|
| * | New IMAGE_RED_TO_LUMINANCE flag passed to _mesa_pack_rgba_span_float() to fix... | Brian | 2007-03-09 | 3 | -6/+16 |
| * | remove a if-statement | Xiang, Haihao | 2007-03-08 | 1 | -2/+1 |
| * | Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa | Brian | 2007-03-06 | 1 | -2/+2 |
| |\ |
|
| | * | Merge branch 'master' of ssh+git://[email protected]/git/mesa/mesa | Ian Romanick | 2007-03-06 | 9 | -111/+149 |
| | |\ |
|
| | * | | Fix cut-and-paste error in the name of GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB. | Ian Romanick | 2007-03-06 | 1 | -2/+2 |
| * | | | explicit calls to _mesa_unreference_framebuffer() not always needed now | Brian | 2007-03-06 | 1 | -2/+0 |
| * | | | unreference old framebuffer, if needed, in _mesa_reference_framebuffer() | Brian | 2007-03-06 | 1 | -0/+7 |
| | |/
| |/| |
|
| * | | Fix/improve framebuffer object reference counting. | Brian | 2007-03-06 | 7 | -64/+76 |
| * | | Take care of texObj reference in _mesa_free_framebuffer_data() | Brian | 2007-03-06 | 1 | -6/+11 |
| * | | move oldFb decl into tighter scopes | Brian | 2007-03-01 | 1 | -3/+3 |
| * | | fix bad n_dot_h normalization code (bug 9977), plus clean-up the code in general | Brian | 2007-03-01 | 1 | -33/+31 |
| * | | assert that fb->RefCount==0 in _mesa_free_framebuffer_data() | Brian | 2007-02-27 | 1 | -0/+1 |
| * | | Do proper framebuffer refcounting in _mesa_make_current(). | Brian | 2007-02-26 | 3 | -16/+38 |
| |/ |
|
* | | use 2.0, 2.1 version strings | Brian | 2007-03-07 | 1 | -2/+2 |
* | | s/matrix_stack/gl_matrix_stack/ and s/mesa_list_state/gl_dlist_state/ | Brian | 2007-02-27 | 2 | -15/+15 |
* | | remove unused DriverMgrCtx | Brian | 2007-02-26 | 1 | -1/+0 |
* | | Add EmitHighLevelInstructions, EmitComments booleans to gl_shader_state. | Brian | 2007-02-26 | 1 | -0/+2 |
* | | fix mem leak in _mesa_ShaderSourceARB() | Brian | 2007-02-26 | 1 | -0/+2 |
* | | define and use MAX_PROGRAM_ADDRESS_REGS | Brian | 2007-02-25 | 1 | -0/+1 |
* | | s/GetFragmentProgramRegister/GetProgramRegister/ | Brian | 2007-02-25 | 1 | -3/+3 |
* | | Undo some changes to _mesa_UpdateTexEnvProgram(). Fixes broken i915 texturing. | Brian | 2007-02-24 | 1 | -3/+9 |
* | | Remove unneeded _Fragment/VertexShaderPresent fields, update comments. | Brian | 2007-02-24 | 1 | -7/+9 |
* | | s/GLint/gl_state_index/, length is now 5 not 6 | Brian | 2007-02-23 | 1 | -9/+7 |
* | | added MAX_PROGRAM_ENV_PARAMS | Brian | 2007-02-22 | 2 | -4/+5 |
* | | Merge branch 'origin' into glsl-compiler-1 | Brian | 2007-02-22 | 32 | -567/+334 |
|\| |
|
| * | fd.o #BZ 9684 | Zou Nan hai | 2007-02-12 | 1 | -1/+2 |
| * | ctx->Point._Size fix | Rune Peterson | 2007-02-10 | 3 | -26/+7 |
| * | optimize generated vertex programs a bit | Roland Scheidegger | 2007-02-09 | 1 | -0/+8 |
| * | fix mem leak | Panagiotis Papadakos | 2007-02-05 | 1 | -0/+3 |
| * | Add _NEW_PROGRAM flag to _MESA_NEW_NEED_EYE_COORDS. | Brian | 2007-02-03 | 1 | -0/+1 |
| * | Merge branch 'vbo-0.2' | Keith Whitwell | 2007-02-02 | 11 | -123/+69 |
| |\ |
|
| | * | Don't special-case index, edgeflag. | Keith Whitwell | 2007-01-16 | 1 | -46/+3 |
| | * | Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa i... | Keith Whitwell | 2007-01-16 | 34 | -3261/+3586 |
| | |\ |
|
| | * | | Don't special-case FOG attribute initialization. | Keith Whitwell | 2007-01-15 | 1 | -1/+0 |
| | * | | merge current trunk into vbo branch | Alan Hourihane | 2006-11-02 | 21 | -651/+950 |
| | * | | oops, get.c is autogenerated | Keith Whitwell | 2006-10-30 | 2 | -4/+4 |
| | * | | Move edgeflag into the VERT_ATTRIB_SEVEN slot. This means that our | Keith Whitwell | 2006-10-30 | 5 | -13/+13 |
| | * | | better handling of current attributes. Trivial dlist and varray tests work | Keith Whitwell | 2006-10-30 | 3 | -17/+4 |
| | * | | Fix compiler warning | Keith Whitwell | 2006-10-29 | 1 | -1/+1 |
| * | | | _mesa_pack_rgba_span_float: fix for packing data into group | Xiang, Haihao | 2007-01-31 | 1 | -3/+5 |
| * | | | bump version to 6.5.3 | Brian | 2007-01-30 | 1 | -7/+7 |
| * | | | Bug 9628: no entry for GetVertexAttribPointerv | George Sapountzis | 2007-01-27 | 1 | -1/+1 |
| * | | | fix typo | Brian | 2007-01-26 | 1 | -1/+1 |
| * | | | document, re-indent _mesa_ffsll() | Brian | 2007-01-26 | 1 | -10/+18 |