Age | Commit message (Expand) | Author |
2006-12-13 | Move all the code for computing ctx->_TriangleCaps into state.c. | Brian |
2006-11-03 | plug in 2.0, 2.1 functions | Brian Paul |
2006-11-02 | new RGBA_LOGICOP_ENABLED() macro | Brian Paul |
2006-11-02 | Rename _mesa_IsProgram() to _mesa_IsProgramARB() to avoid collision with the | Brian Paul |
2006-11-01 | Merge texmem-0-3-branch. | Keith Whitwell |
2006-10-11 | Fix bug #4681. | Ian Romanick |
2006-08-24 | GL_EXT_paletted_texture functions should alias GL_SGI_color_table functions. | Ian Romanick |
2006-08-17 | added FEATURE_EXT_timer_query and tests | Brian Paul |
2006-08-15 | Add support for GL_EXT_gpu_program_parameters. Any driver that enables | Ian Romanick |
2006-07-20 | Some structure renaming. Prefix vertex/fragment-related structs with | Brian Paul |
2006-07-18 | Compute ctx->Color._LogicOpEnabled in one place instead of four places! | Brian Paul |
2006-06-12 | Add support for GL_APPLE_vertex_array_object. Several test programs | Ian Romanick |
2006-05-24 | The ctx->_TexEnvProgram that's allocated in update_state() doesn't seem to | Brian Paul |
2006-04-25 | Put color index attribute into the 6th attribute slot. | Brian Paul |
2006-04-11 | More GLSL code: | Michal Krol |
2006-03-29 | Move the computation of the viewport matrix into a new update_viewport_matrix() | Brian Paul |
2006-03-01 | Added glBlitFramebufferEXT function. | Brian Paul |
2006-01-09 | s/GLuint/GLbitfield/ | Brian Paul |
2005-12-14 | Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can be | Brian Paul |
2005-12-12 | Split _MaintainTexEnvProgram into two flags _Maintain and _Use. This | Keith Whitwell |
2005-12-07 | Updates for GL_EXT_timer_query: | Brian Paul |
2005-11-19 | No longer derive 'ati_fragment_shader' from 'program' class. Only the | Brian Paul |
2005-11-12 | Move stuff common to vertex/fragment_program into the base class, including: | Brian Paul |
2005-11-05 | remove unneeded #includes | Brian Paul |
2005-10-21 | fix GLX server resize/crash when resizing windows | Brian Paul |
2005-10-07 | Fix a number of point size attenuation problems. | Brian Paul |
2005-09-13 | OpenGL 2.0's two-sided stencil feature wasn't implemented correctly. | Brian Paul |
2005-07-18 | Wrap every place that accesses a dispatch table with a macro. A new script- | Ian Romanick |
2005-05-09 | Use driver functions to create TexEnvProgram, TnlProgram | Keith Whitwell |
2005-05-04 | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul |
2005-05-04 | Add a facility to route all rasterization through a fragment program | Keith Whitwell |
2005-04-14 | cosmetic changes | Michal Krol |
2005-02-26 | Rename _mesa_update_buffers() to _mesa_update_draw_buffer_bounds() and do | Brian Paul |
2005-02-08 | plug in GL_EXT_framebuffer_object functions | Brian Paul |
2005-01-12 | Some initial work for OpenGL 2.0: glStencilFunc/Op/MaskSeparate() functions. | Brian Paul |
2004-12-19 | Implement software ATI_fragment_shader | Dave Airlie |
2004-11-27 | Change the dispatch offsets for the VertexAttrib*NV functions so they don't | Brian Paul |
2004-11-27 | clean up code related to dispatch table initialization | Brian Paul |
2004-11-27 | use _glapi_proc | Brian Paul |
2004-10-27 | fill api entries for ARB_shader_objects and ARB_vertex_shader | Michal Krol |
2004-10-02 | added support for GL_ARB_draw_buffers | Brian Paul |
2004-09-10 | updated error msg | Brian Paul |
2004-08-25 | Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101... | Brian Paul |
2004-05-10 | Add EXT_vertex_cull support to mesa | Keith Whitwell |
2004-04-23 | Added ctx->Vertex/FragmentProgram._Enable flags. Set when vertex/fragment | Brian Paul |
2004-01-27 | Added support for EXT_blend_equation_separate / ATI_blend_equation_separate. | Ian Romanick |
2004-01-23 | Don't set extra bits in FLUSH_VERTICES, fix several state bugs. | Keith Whitwell |
2004-01-20 | remove _mesa_check_driver_hooks() - it's really not too useful anymore | Brian Paul |
2003-11-24 | Merge vtx-0-2-branch | Keith Whitwell |
2003-11-10 | Redo array element checking for vertex array buffers. | Brian Paul |