| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | 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 |
* | | | | | | Fix some renderbuffer reference counting issues. Also fixes a mem leak. | Brian | 2007-03-25 | 5 | -80/+55 |
* | | | | | | Color3iv: set the alpha value to 1.0 | Xiang, Haihao | 2007-03-25 | 1 | -1/+1 |
* | | | | | | Implement alpha buffer copy for SwapBuffers(). | Brian | 2007-03-23 | 2 | -0/+35 |
* | | | | | | use _mesa_copy_instructions() | Brian | 2007-03-22 | 1 | -4/+3 |
* | | | | | | Ensure we have a valid ReadBuffer for CopyTexSubImage, and | Alan Hourihane | 2007-03-22 | 1 | -6/+6 |
| |_|_|_|/
|/| | | | |
|
* | | | | | mesa: revert f9f79c8d770e696249bd98c68b563f887562c974 | Xiang, Haihao | 2007-03-21 | 3 | -16/+6 |
* | | | | | mesa: SWAP_BUFF support when calling DrawPixels(DEPTH_COMPONENT) | Xiang, Haihao | 2007-03-18 | 1 | -53/+45 |
* | | | | | mesa: enhance fxt1_quantize_ALPHA1 | Xiang, Haihao | 2007-03-18 | 1 | -33/+44 |
* | | | | | fix some format conversion bugs in glGetTexImage(), bug 10288 | Haihao Xiang | 2007-03-17 | 1 | -0/+19 |
* | | | | | Assorted fixes for dealing with zero-size frame/renderbuffers. | Brian | 2007-03-16 | 2 | -13/+20 |
* | | | | | Colortable re-org. | Brian | 2007-03-16 | 8 | -268/+170 |
* | | | | | added a renderbuffer comment | Brian | 2007-03-16 | 1 | -1/+1 |
* | | | | | no-op clear if buffer width or height is zero (bug 7205) | Brian | 2007-03-15 | 1 | -0/+3 |
* | | | | | implement byteswapping for all multi-byte types in _mesa_pack_rgba_span_float... | Brian | 2007-03-15 | 1 | -20/+17 |
* | | | | | pixelmap code simplification | Brian | 2007-03-14 | 1 | -253/+124 |
* | | | | | Re-org of gl_pixel_attrib struct. | Brian | 2007-03-14 | 5 | -203/+228 |
* | | | | | mesa: _mesa_unpack_image | Xiang, Haihao | 2007-03-13 | 1 | -3/+89 |
* | | | | | clean-up, simplify _mesa_image_row_stride() | Brian | 2007-03-12 | 1 | -23/+19 |
* | | | | | take GL_UNPACK_ALIGNMENT into account in _mesa_image_row_stride() for GL_BITM... | Brian | 2007-03-12 | 1 | -1/+6 |
| |_|_|/
|/| | | |
|
* | | | | check for EXT_blend_equation_separate for 2.0 | Brian | 2007-03-10 | 1 | -1/+2 |
| |_|/
|/| | |
|
* | | | 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 |
|/ / |
|
* | | fd.o #BZ 9684 | Zou Nan hai | 2007-02-12 | 1 | -1/+2 |