summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/common
AgeCommit message (Expand)Author
2009-09-01mesa: obey stencil write mask in _mesa_meta_draw_pixels()Brian Paul
2009-08-31mesa: implement GL_DEPTH_BUFFER_BIT for _mesa_meta_blit_framebuffer()Brian Paul
2009-08-31mesa: disable another debug testBrian Paul
2009-08-31mesa: make verts[] arrays local varsBrian Paul
2009-08-31mesa: implement depth/stencil formats for meta glDrawPixelsBrian Paul
2009-08-31mesa: remove accidentally commited debug/disabled codeBrian Paul
2009-08-30mesa: consolidate texture-related code in meta.cBrian Paul
2009-08-30mesa: avoid redundant viewport changes in meta codeBrian Paul
2009-08-13mesa: refactor: move _mesa_is_color/depth/stencil_format() helpers to image.cBrian Paul
2009-08-11mesa: handle glDrawPixels images which are larger than max rect texture sizeBrian Paul
2009-08-11mesa: added _mesa_meta_draw_pixels()Brian Paul
2009-08-11mesa: added META_FOG and optimize some meta_begin/end() codeBrian Paul
2009-08-10mesa: save/restore texture matrix in meta codeBrian Paul
2009-08-10mesa: for meta blit, check max texture size, use glCopyTexSubImage2D() when p...Brian Paul
2009-08-10mesa: initial meta implementation of glCopyPixels()Brian Paul
2009-08-10mesa: remove debug flush callBrian Paul
2009-08-10mesa: new driver meta-ops moduleBrian Paul
2009-12-14mesa/meta: move BindTexture() call in _mesa_meta_GenerateMipmap()Brian Paul
2009-06-19mesa: make query-related driver fallback functions staticBrian Paul
2009-06-19mesa: make buffer object-related driver fallback functions staticBrian Paul
2009-06-15Merge branch 'arb_map_buffer_range'Brian Paul
2009-06-12Merge branch 'mesa_7_5_branch'Jakob Bornecrantz
2009-06-11mesa: add default function for ctx->Driver.CheckQuery() hookBrian Paul
2009-06-08mesa: implement GL_ARB_map_buffer_rangeBrian Paul
2009-06-02mesa: plug in new _mesa_CopyBufferSubData() functionsBrian Paul
2009-04-03mesa: move glGetTexImage(), glGetCompresssedTexImage() code into new fileBrian Paul
2009-03-07mesa: remove GL_MESA_program_debug extensionBrian Paul
2009-03-02mesa: use Stencil._Enabled field instead of Stencil.EnabledBrian Paul
2008-09-29mesa: asst updates for VMSJouk Jansen
2008-09-21mesa: move rastpos helper to tnlKeith Whitwell
2008-09-21mesa: improved driver query interfaceKeith Whitwell
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul
2008-05-18Move _mesa_init_glsl_driver_functions() into shader_api.cBrian Paul
2008-05-09Added ctx->Driver.GenerateMipmap() driver hookDave Airlie
2008-04-23glcore: drop outdated sources files intented for xorgGeorge Sapountzis
2007-11-30Merge branch 'master' of git+ssh://joukj@git.freedesktop.org/git/mesa/mesajoukj
2007-11-29New ctx->Driver.Map/UnmapTexture() functions for accessing textures from t_vb...Brian
2007-10-03 Update of OpenVMS makefiles for the use of "new" include file conventionJouk
2007-09-11prefix some include filenames with shader/root
2007-05-22added _mesa_init_driver_state() to replace duplicated code in intel driversBrian
2007-04-21s/occlude.h/queryobj.h/Brian
2007-02-25s/GetFragmentProgramRegister/GetProgramRegister/Brian
2007-02-22use _mesa_get_program_register()Brian
2006-12-19Overhaul of GLSL API functions, dispatching, etc.Brian
2006-10-11List of source (.c) files in each directory.Brian Paul
2006-10-10Move the fp_machine struct into s_nvfragmprog.c since (except for programBrian Paul
2006-06-12Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick
2006-03-26merge from texman branchBrian Paul
2006-03-02plug in BlitFramebuffer functionBrian Paul
2005-11-02 Committing in .Jouk Jansen