summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/windows
AgeCommit message (Expand)Author
2011-02-10mesa: Remove empty header file s_trispan.h.Kenneth Graunke
2011-02-08mesa: remove _mesa_create_context_for_api()Brian Paul
2011-02-08mesa: remove _mesa_initialize_context_for_api()Brian Paul
2011-01-23gldirect: remove _NEW_ACCUMBrian Paul
2010-12-02WIN32_THREADS -> WIN32José Fonseca
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-10-13Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg
2010-09-27Remove GL_EXT_cull_vertexIan Romanick
2010-03-10windows: fix compilation errors and warningsKarl Schultz
2010-03-03mesa: Remove ClearIndex and IndexMask from device-driver interfaceIan Romanick
2010-03-03mesa: Remove support for creating color-index visualsIan Romanick
2010-03-01Remove now obsolete mesa_bzero symbol.Karl Schultz
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg
2010-02-19Remove _mesa_memset in favor of plain memset.Kenneth Graunke
2010-02-19Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke
2010-02-19Remove _mesa_strcmp in favor of plain strcmp.Kenneth Graunke
2010-02-10Add new symbol to exports listunknown
2010-02-03mesa: Factor out the fb initialization details from _mesa_new_framebuffer.Francisco Jerez
2010-01-29windows: assorted build fixesBrian Paul
2009-12-29mesa: implement per-buffer color maskingBrian Paul
2009-11-19tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr.Eric Anholt
2009-11-19tnl: Replace deprecated ObjPtr with AttribPtr[_TNL_ATTRIB_POS]Eric Anholt
2009-11-19tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]Eric Anholt
2009-11-04Merge branch 'mesa_7_6_branch'Brian Paul
2009-11-03windows: remove old entrypoints from mesa.def fileKarl Schultz
2009-09-20windows: call _mesa_meta_init/free()Brian Paul
2009-09-19windows: replace old ColorTable, Convolution functions with newBrian Paul
2009-09-19windows: replace old TexCopy functions w/ newBrian Paul
2009-09-19gldirect: remove refs to soon-to-be-obsolete functionsBrian Paul
2009-07-27windows: updated VC8 project filesKarl Schultz
2009-04-20gdi: Don't implement broken gl_dispatch_stub_xxx.José Fonseca
2009-03-07mesa: remove last of _mesa_unreference_framebuffer() callsBrian Paul
2009-01-28Make GL_ARB_draw_buffers mandatoryIan Romanick
2009-01-15windows: updated mesa.def fileKarl Schultz
2009-01-13windows: try to create a context in wglCreateLayerContext()Karl Schultz
2008-11-26windows: fix visual object memleakThomas Henn
2008-11-26windows: fix _mesa_unreference_framebuffer() to pass ** type.Thomas Henn
2008-11-24windows: replace free() with _mesa_unreference_framebuffer()Brian Paul
2008-09-21Remove CVS keywords.Keith Whitwell
2008-09-11added 24bpp supportShane Blackett
2008-05-29Assorted Windows fixes (Karl Schultz)Brian Paul
2008-05-28updated function listBrian Paul
2008-01-02additional stub functionsBrian
2007-11-27use DEFAULT_SOFTWARE_DEPTH_BITSDelle
2007-10-15faster write_rgba_span_front()Andreas Micheler
2007-08-23For _mesa_share_state(), update the context's references to the new share gro...Brian
2007-07-21Fix a number of MINGW32 issuesZhang
2007-07-02add const to wglSetPixelFormat() to match .h declarationBrian
2007-06-28a variety of fixes for MingWzhang