summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/common
AgeCommit message (Expand)AuthorFilesLines
2009-10-07mesa: don't need to free textures, VBOs, etc. in _mesa_meta_free()Brian Paul1-28/+4
2009-09-22mesa: don't re-use the meta glDrawPixels VBO; create a new one each timeBrian Paul1-30/+22
2009-09-16mesa: fix clip plane, fog issuesBrian Paul1-4/+0
2009-09-10mesa: need to set all stencil bits to 0 before setting the 1 bitsBrian Paul1-0/+9
2009-09-09mesa: disable GL_LUMINANCE case in _mesa_meta_draw_pixels()Brian Paul1-1/+4
2009-09-03ARB sync: Add support for GL_ARB_sync to swrastIan Romanick1-0/+8
2009-09-01mesa: obey stencil write mask in _mesa_meta_draw_pixels()Brian Paul1-6/+8
2009-08-31mesa: implement GL_DEPTH_BUFFER_BIT for _mesa_meta_blit_framebuffer()Brian Paul2-25/+96
2009-08-31mesa: disable another debug testBrian Paul1-1/+1
2009-08-31mesa: make verts[] arrays local varsBrian Paul1-101/+98
2009-08-31mesa: implement depth/stencil formats for meta glDrawPixelsBrian Paul1-34/+229
2009-08-31mesa: remove accidentally commited debug/disabled codeBrian Paul1-2/+2
2009-08-30mesa: consolidate texture-related code in meta.cBrian Paul1-262/+372
2009-08-30mesa: avoid redundant viewport changes in meta codeBrian Paul1-3/+18
2009-08-13mesa: refactor: move _mesa_is_color/depth/stencil_format() helpers to image.cBrian Paul1-0/+1
2009-08-11mesa: handle glDrawPixels images which are larger than max rect texture sizeBrian Paul1-3/+47
2009-08-11mesa: added _mesa_meta_draw_pixels()Brian Paul2-1/+188
2009-08-11mesa: added META_FOG and optimize some meta_begin/end() codeBrian Paul2-28/+36
2009-08-10mesa: save/restore texture matrix in meta codeBrian Paul1-1/+20
2009-08-10mesa: for meta blit, check max texture size, use glCopyTexSubImage2D() when p...Brian Paul1-2/+27
2009-08-10mesa: initial meta implementation of glCopyPixels()Brian Paul2-0/+166
2009-08-10mesa: remove debug flush callBrian Paul1-2/+0
2009-08-10mesa: new driver meta-ops moduleBrian Paul2-0/+881
2009-06-19mesa: make query-related driver fallback functions staticBrian Paul1-8/+4
2009-06-19mesa: make buffer object-related driver fallback functions staticBrian Paul1-18/+1
2009-06-15Merge branch 'arb_map_buffer_range'Brian Paul1-0/+5
2009-06-12Merge branch 'mesa_7_5_branch'Jakob Bornecrantz1-0/+1
2009-06-11mesa: add default function for ctx->Driver.CheckQuery() hookBrian Paul1-0/+1
2009-06-08mesa: implement GL_ARB_map_buffer_rangeBrian Paul1-0/+5
2009-06-02mesa: plug in new _mesa_CopyBufferSubData() functionsBrian Paul1-0/+3
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