| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| * | | | Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa | Brian | 2007-01-26 | 3 | -24/+28 |
| |\ \ \ |
|
| | * | | | Add _mesa_ffsll() for compatibility on OSes without ffsll(), and use it. | Eric Anholt | 2007-01-26 | 2 | -0/+24 |
| | * | | | Override Const.CheckArrayBounds for Xserver in XMesaCreateContext(). | George Sapountzis | 2007-01-26 | 1 | -7/+1 |
| | * | | | Drop old (pre-AIGLX) GLcore interface. | George Sapountzis | 2007-01-26 | 2 | -17/+3 |
| * | | | | silence C++ warnings | Brian | 2007-01-23 | 1 | -2/+2 |
| |/ / / |
|
| * | / | fixes for C++ warnings/errors | Brian | 2007-01-23 | 5 | -10/+11 |
| | |/
| |/| |
|
| * | | put back missing Driver.PolygonMode call (bug 9578) | Roland Scheidegger | 2007-01-09 | 1 | -0/+3 |
| * | | Fix glPush/PopClientAttrib() for VBO state (bug 9445). | Brian | 2007-01-05 | 1 | -2/+15 |
| * | | Drop mesa wrappers for XFree86. | George Sapountzis | 2006-12-21 | 3 | -208/+45 |
| * | | Fix copy-and-paste mistake in comment ("scaling" should read "translation"). | Gary Wong | 2006-12-15 | 1 | -1/+1 |
| * | | Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa | Brian | 2006-12-14 | 1 | -1/+2 |
| |\ \ |
|
| | * | | _mesa_swizzle_ubyte_image: Only use single swizzle_copy call when strides match. | Michel Dänzer | 2006-12-14 | 1 | -1/+2 |
| * | | | Move all the code for computing ctx->_TriangleCaps into state.c. | Brian | 2006-12-13 | 8 | -166/+129 |
| |/ / |
|
* | | | Add _NEW_PROGRAM flag to _MESA_NEW_NEED_EYE_COORDS. | Brian | 2007-02-03 | 1 | -0/+1 |
* | | | added FRAG_BIT_TEX() and FRAG_BIT_VAR() macros | Brian | 2007-01-24 | 1 | -0/+4 |
* | | | fix g++ warnings/errors | Brian | 2007-01-23 | 1 | -2/+3 |
* | | | Implement vertex attribute binding. | Brian | 2007-01-09 | 1 | -5/+7 |
* | | | Moved NumTexInstructions, NumTexIndirections, etc. into gl_program since | Brian | 2007-01-09 | 2 | -15/+15 |
* | | | added PROGRAM_SAMPLER | Brian | 2007-01-05 | 1 | -1/+2 |
* | | | move TexturesUsed[] into gl_program since vertex programs/shaders can use tex... | Brian | 2007-01-04 | 2 | -2/+2 |
* | | | simplify update_texture_state() a bit, compute _EnabledCoordUnits for shaders | Brian | 2007-01-04 | 1 | -16/+25 |
* | | | update_texture_state() updated for new shaders | Brian | 2007-01-04 | 1 | -29/+10 |
* | | | Minor clean-ups, reformatting, comment changes. | Brian | 2006-12-20 | 1 | -23/+24 |
* | | | Fix shader object reference counting and hash table deallocation. | Brian | 2006-12-20 | 3 | -23/+28 |
* | | | Clean-up and re-org of the main GLSL object types. | Brian | 2006-12-19 | 3 | -18/+19 |
* | | | Overhaul of GLSL API functions, dispatching, etc. | Brian | 2006-12-19 | 5 | -20/+77 |
* | | | Massive re-org of GLSL-related API functions. | Brian | 2006-12-19 | 2 | -0/+908 |
* | | | Lots of assorted changes for new GLSL compiler backend. | Brian | 2006-12-15 | 9 | -126/+265 |
* | | | Modify _mesa_strdup() so it handles NULL correctly. | Brian | 2006-12-14 | 1 | -6/+14 |
|/ / |
|