summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Add _NEW_PROGRAM flag to _MESA_NEW_NEED_EYE_COORDS.Brian2007-02-031-0/+1
| * | | | | added FRAG_BIT_TEX() and FRAG_BIT_VAR() macrosBrian2007-01-241-0/+4
| * | | | | fix g++ warnings/errorsBrian2007-01-231-2/+3
| * | | | | Implement vertex attribute binding.Brian2007-01-091-5/+7
| * | | | | Moved NumTexInstructions, NumTexIndirections, etc. into gl_program sinceBrian2007-01-092-15/+15
| * | | | | added PROGRAM_SAMPLERBrian2007-01-051-1/+2
| * | | | | move TexturesUsed[] into gl_program since vertex programs/shaders can use tex...Brian2007-01-042-2/+2
| * | | | | simplify update_texture_state() a bit, compute _EnabledCoordUnits for shadersBrian2007-01-041-16/+25
| * | | | | update_texture_state() updated for new shadersBrian2007-01-041-29/+10
| * | | | | Minor clean-ups, reformatting, comment changes.Brian2006-12-201-23/+24
| * | | | | Fix shader object reference counting and hash table deallocation.Brian2006-12-203-23/+28
| * | | | | Clean-up and re-org of the main GLSL object types.Brian2006-12-193-18/+19
| * | | | | Overhaul of GLSL API functions, dispatching, etc.Brian2006-12-195-20/+77
| * | | | | Massive re-org of GLSL-related API functions.Brian2006-12-192-0/+908
| * | | | | Lots of assorted changes for new GLSL compiler backend.Brian2006-12-159-126/+265
| * | | | | Modify _mesa_strdup() so it handles NULL correctly.Brian2006-12-141-6/+14
* | | | | | Fix some renderbuffer reference counting issues. Also fixes a mem leak.Brian2007-03-255-80/+55
* | | | | | Color3iv: set the alpha value to 1.0Xiang, Haihao2007-03-251-1/+1
* | | | | | Implement alpha buffer copy for SwapBuffers().Brian2007-03-232-0/+35
* | | | | | use _mesa_copy_instructions()Brian2007-03-221-4/+3
* | | | | | Ensure we have a valid ReadBuffer for CopyTexSubImage, andAlan Hourihane2007-03-221-6/+6
| |_|_|_|/ |/| | | |
* | | | | mesa: revert f9f79c8d770e696249bd98c68b563f887562c974Xiang, Haihao2007-03-213-16/+6
* | | | | mesa: SWAP_BUFF support when calling DrawPixels(DEPTH_COMPONENT)Xiang, Haihao2007-03-181-53/+45
* | | | | mesa: enhance fxt1_quantize_ALPHA1Xiang, Haihao2007-03-181-33/+44
* | | | | fix some format conversion bugs in glGetTexImage(), bug 10288Haihao Xiang2007-03-171-0/+19
* | | | | Assorted fixes for dealing with zero-size frame/renderbuffers.Brian2007-03-162-13/+20
* | | | | Colortable re-org.Brian2007-03-168-268/+170
* | | | | added a renderbuffer commentBrian2007-03-161-1/+1
* | | | | no-op clear if buffer width or height is zero (bug 7205)Brian2007-03-151-0/+3
* | | | | implement byteswapping for all multi-byte types in _mesa_pack_rgba_span_float...Brian2007-03-151-20/+17
* | | | | pixelmap code simplificationBrian2007-03-141-253/+124
* | | | | Re-org of gl_pixel_attrib struct.Brian2007-03-145-203/+228
* | | | | mesa: _mesa_unpack_imageXiang, Haihao2007-03-131-3/+89
* | | | | clean-up, simplify _mesa_image_row_stride()Brian2007-03-121-23/+19
* | | | | take GL_UNPACK_ALIGNMENT into account in _mesa_image_row_stride() for GL_BITM...Brian2007-03-121-1/+6
| |_|_|/ |/| | |
* | | | check for EXT_blend_equation_separate for 2.0Brian2007-03-101-1/+2
| |_|/ |/| |
* | | New IMAGE_RED_TO_LUMINANCE flag passed to _mesa_pack_rgba_span_float() to fix...Brian2007-03-093-6/+16
* | | remove a if-statementXiang, Haihao2007-03-081-2/+1
* | | Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesaBrian2007-03-061-2/+2
|\ \ \
| * \ \ Merge branch 'master' of ssh+git://[email protected]/git/mesa/mesaIan Romanick2007-03-069-111/+149
| |\ \ \
| * | | | Fix cut-and-paste error in the name of GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB.Ian Romanick2007-03-061-2/+2
| | |_|/ | |/| |
* | | | explicit calls to _mesa_unreference_framebuffer() not always needed nowBrian2007-03-061-2/+0
* | | | unreference old framebuffer, if needed, in _mesa_reference_framebuffer()Brian2007-03-061-0/+7
| |/ / |/| |
* | | Fix/improve framebuffer object reference counting.Brian2007-03-067-64/+76
* | | Take care of texObj reference in _mesa_free_framebuffer_data()Brian2007-03-061-6/+11
* | | move oldFb decl into tighter scopesBrian2007-03-011-3/+3
* | | fix bad n_dot_h normalization code (bug 9977), plus clean-up the code in generalBrian2007-03-011-33/+31
* | | assert that fb->RefCount==0 in _mesa_free_framebuffer_data()Brian2007-02-271-0/+1
* | | Do proper framebuffer refcounting in _mesa_make_current().Brian2007-02-263-16/+38
|/ /
* | fd.o #BZ 9684Zou Nan hai2007-02-121-1/+2