summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/common
AgeCommit message (Expand)AuthorFilesLines
2009-04-03mesa: move glGetTexImage(), glGetCompresssedTexImage() code into new fileBrian Paul1-0/+1
2009-03-07mesa: remove GL_MESA_program_debug extensionBrian Paul1-3/+0
2009-03-02mesa: use Stencil._Enabled field instead of Stencil.EnabledBrian Paul1-1/+1
2008-09-29mesa: asst updates for VMSJouk Jansen1-2/+3
2008-09-21mesa: move rastpos helper to tnlKeith Whitwell1-0/+1
2008-09-21mesa: improved driver query interfaceKeith Whitwell1-2/+4
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul1-18/+19
2008-05-18Move _mesa_init_glsl_driver_functions() into shader_api.cBrian Paul2-41/+0
2008-05-09Added ctx->Driver.GenerateMipmap() driver hookDave Airlie1-0/+2
2008-04-23glcore: drop outdated sources files intented for xorgGeorge Sapountzis1-2/+0
2007-11-30Merge branch 'master' of git+ssh://joukj@git.freedesktop.org/git/mesa/mesajoukj1-0/+2
2007-11-29New ctx->Driver.Map/UnmapTexture() functions for accessing textures from t_vb...Brian1-0/+2
2007-10-03 Update of OpenVMS makefiles for the use of "new" include file conventionJouk1-1/+4
2007-09-11prefix some include filenames with shader/root1-4/+4
2007-05-22added _mesa_init_driver_state() to replace duplicated code in intel driversBrian2-2/+101
2007-04-21s/occlude.h/queryobj.h/Brian1-1/+1
2007-02-25s/GetFragmentProgramRegister/GetProgramRegister/Brian1-1/+1
2007-02-22use _mesa_get_program_register()Brian1-1/+2
2006-12-19Overhaul of GLSL API functions, dispatching, etc.Brian2-4/+50
2006-10-11List of source (.c) files in each directory.Brian Paul1-0/+2
2006-10-10Move the fp_machine struct into s_nvfragmprog.c since (except for programBrian Paul1-0/+3
2006-06-12Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick1-0/+6
2006-03-26merge from texman branchmesa_20060325Brian Paul1-1/+2
2006-03-02plug in BlitFramebuffer functionBrian Paul1-0/+4
2005-11-02 Committing in .Jouk Jansen1-2/+3
2005-10-28TNL module needs to implement ctx->Driver.ProgramStringNotify() functionBrian Paul1-0/+2
2005-09-23 Committing in .Jouk Jansen1-1/+1
2005-09-14Remove _tnl_MakeCurrent() and the unused ctx->Driver.MakeCurrent() callback.Brian Paul1-1/+0
2005-09-13Replace ctx->Driver.StencilOp/Func/Mask() functions withBrian Paul1-4/+2
2005-09-13init StencilOpSeparate to NULLBrian Paul1-0/+1
2005-09-03Remove last remnants of pre-renderbuffer code.Brian Paul1-2/+2
2005-09-02Prototype implementation of new GL_EXT_timer_query extension (not finalized y...Brian Paul1-1/+3
2005-08-27Rearrange the code related to GL_ARB_occlusion_object to generalize queryBrian Paul1-0/+4
2005-05-23Import Thomas Helstrom's SSE memcpy code from the via X.org driver.Keith Whitwell1-0/+1
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul1-3/+8
2005-03-22add FreeTexImageData hook to help single-copy texturing in driversKeith Whitwell1-0/+1
2005-02-24More GL_EXT_framebuffer_object: rename some things, added device driver hooks.Brian Paul1-1/+11
2004-12-12Added driver hooks for GetTexImage() and GetCompressedTexImage().Brian Paul1-0/+2
2004-10-31use _mesa_unmap_buffer by defaultBrian Paul1-2/+2
2004-10-02added support for GL_ARB_draw_buffersBrian Paul1-0/+1
2004-04-27Removed the old teximage code.Brian Paul1-2/+2
2004-04-05 Committing in .Jouk Jansen1-37/+37
2004-04-05 Committing in .Jouk Jansen1-37/+37
2004-01-27Added support for EXT_blend_equation_separate / ATI_blend_equation_separate.Ian Romanick1-1/+1
2004-01-23added device driver hooks for BindProgram, NewProgram, DeleteProgramBrian Paul1-0/+6
2004-01-23 Committing in .Jouk Jansen1-37/+37
2004-01-22 Committing in .Jouk Jansen1-0/+37
2004-01-21Remove dd_function_table::BlendFunc. All drivers now useIan Romanick1-1/+0
2004-01-20remove duplicate t_dd_* filesKeith Whitwell10-4733/+0
2004-01-20_mesa_init_driver_functions() to initialize dd_function_tableBrian Paul2-0/+238