| Commit message (Expand) | Author | Age | Files | Lines |
* | New ctx->Driver.Map/UnmapTexture() functions for accessing textures from t_vb... | Brian | 2007-11-29 | 1 | -0/+5 |
* | fix mesa fb binding | Roland Scheidegger | 2007-07-19 | 1 | -1/+1 |
* | s/GetFragmentProgramRegister/GetProgramRegister/ | Brian | 2007-02-25 | 1 | -3/+3 |
* | Overhaul of GLSL API functions, dispatching, etc. | Brian | 2006-12-19 | 1 | -0/+52 |
* | update comments | Brian Paul | 2006-11-01 | 1 | -17/+6 |
* | Remove x/y/width/height parameters from Clear functions. | Brian Paul | 2006-11-01 | 1 | -12/+3 |
* | Don't pass x/y/width/height to ctx->Driver.Accum(). | Brian Paul | 2006-10-18 | 1 | -3/+2 |
* | updated comments, mark GetBufferSize() and ResizeBuffers() as obsolete | Brian Paul | 2006-10-15 | 1 | -5/+5 |
* | Move the fp_machine struct into s_nvfragmprog.c since (except for program | Brian Paul | 2006-10-10 | 1 | -2/+3 |
* | Some structure renaming. Prefix vertex/fragment-related structs with | Brian Paul | 2006-07-20 | 1 | -5/+5 |
* | Add support for GL_APPLE_vertex_array_object. Several test programs | Ian Romanick | 2006-06-12 | 1 | -0/+10 |
* | Put color index attribute into the 6th attribute slot. | Brian Paul | 2006-04-25 | 1 | -1/+0 |
* | No longer alias generic vertex attribs with conventional attribs for GL_ARB_v... | Brian Paul | 2006-04-25 | 1 | -0/+3 |
* | merge from texman branchmesa_20060325 | Brian Paul | 2006-03-26 | 1 | -5/+5 |
* | Lots of changes/fixes for rendering to framebuffer objects. | Brian Paul | 2006-03-20 | 1 | -5/+3 |
* | sync with texmem branch | Brian Paul | 2006-03-15 | 1 | -0/+2 |
* | s/GLuint/GLbitfield/ | Brian Paul | 2006-01-09 | 1 | -1/+1 |
* | Added FinishRenderTexture() device driver function to indicate when | Brian Paul | 2005-12-01 | 1 | -0/+3 |
* | Support for combined depth/stencil renderbuffers (GL_EXT_packed_depth_stencil). | Brian Paul | 2005-11-16 | 1 | -1/+2 |
* | Added _mesa_light() helper function so we can avoid transforming then | Brian Paul | 2005-11-12 | 1 | -1/+4 |
* | some initial work on upcoming GL_EXT_framebuffer_blit extension | Brian Paul | 2005-11-08 | 1 | -0/+6 |
* | Remove _tnl_MakeCurrent() and the unused ctx->Driver.MakeCurrent() callback. | Brian Paul | 2005-09-14 | 1 | -6/+0 |
* | Replace ctx->Driver.StencilOp/Func/Mask() functions with | Brian Paul | 2005-09-13 | 1 | -9/+1 |
* | Prototype implementation of new GL_EXT_timer_query extension (not finalized y... | Brian Paul | 2005-09-02 | 1 | -2/+4 |
* | Rearrange the code related to GL_ARB_occlusion_object to generalize query | Brian Paul | 2005-08-27 | 1 | -0/+8 |
* | Change prototype for TextureMemCpy to return void* (was void). | Karl Schultz | 2005-05-24 | 1 | -1/+1 |
* | Import Thomas Helstrom's SSE memcpy code from the via X.org driver. | Keith Whitwell | 2005-05-23 | 1 | -0/+13 |
* | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul | 2005-05-04 | 1 | -5/+10 |
* | add FreeTexImageData hook to help single-copy texturing in drivers | Keith Whitwell | 2005-03-22 | 1 | -0/+5 |
* | More GL_EXT_framebuffer_object: rename some things, added device driver hooks. | Brian Paul | 2005-02-24 | 1 | -1/+12 |
* | Determine ahead of time whether a display list will include vertices | Keith Whitwell | 2005-01-22 | 1 | -3/+4 |
* | Some initial work for OpenGL 2.0: glStencilFunc/Op/MaskSeparate() functions. | Brian Paul | 2005-01-12 | 1 | -1/+10 |
* | Added driver hooks for GetTexImage() and GetCompressedTexImage(). | Brian Paul | 2004-12-12 | 1 | -4/+20 |
* | Change the dispatch offsets for the VertexAttrib*NV functions so they don't | Brian Paul | 2004-11-27 | 1 | -1/+9 |
* | added support for GL_ARB_draw_buffers | Brian Paul | 2004-10-02 | 1 | -0/+2 |
* | minor doxygen updates | Brian Paul | 2004-05-14 | 1 | -3/+0 |
* | Removed the old teximage code. | Brian Paul | 2004-04-27 | 1 | -11/+7 |
* | Implemented support for software-based AUX color buffers. | Brian Paul | 2004-03-21 | 1 | -17/+3 |
* | Make it easier for drivers to create "subclasses" of the existing | Keith Whitwell | 2004-02-14 | 1 | -1/+11 |
* | Added support for EXT_blend_equation_separate / ATI_blend_equation_separate. | Ian Romanick | 2004-01-27 | 1 | -1/+1 |
* | added device driver hooks for BindProgram, NewProgram, DeleteProgram | Brian Paul | 2004-01-23 | 1 | -0/+13 |
* | Remove dd_function_table::BlendFunc. All drivers now use | Ian Romanick | 2004-01-21 | 1 | -1/+0 |
* | Before calling _mesa_create_context(), initialize a dd_function_table struct | Brian Paul | 2004-01-20 | 1 | -59/+40 |
* | Merge vtx-0-2-branch | Keith Whitwell | 2003-11-24 | 1 | -17/+18 |
* | texture compression | Daniel Borca | 2003-10-29 | 1 | -0/+11 |
* | Added GLAPIENTRY decorations for all first level OpenGL API function entry | Kendall Bennett | 2003-10-21 | 1 | -61/+61 |
* | move some functions, add some comments | Brian Paul | 2003-09-17 | 1 | -32/+40 |
* | Added most of the infrastructure required to support | Ian Romanick | 2003-09-09 | 1 | -0/+33 |
* | Merge Jose's documentation and core Mesa changes from embedded branch | Keith Whitwell | 2003-07-17 | 1 | -240/+492 |
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 1 | -1/+0 |