summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/windows
Commit message (Expand)AuthorAgeFilesLines
* mesa: Remove empty header file s_trispan.h.Kenneth Graunke2011-02-104-4/+0
* mesa: remove _mesa_create_context_for_api()Brian Paul2011-02-081-1/+1
* mesa: remove _mesa_initialize_context_for_api()Brian Paul2011-02-081-1/+2
* gldirect: remove _NEW_ACCUMBrian Paul2011-01-233-6/+0
* WIN32_THREADS -> WIN32José Fonseca2010-12-021-2/+3
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-1336-488/+488
* Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg2010-10-139-20/+20
* Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg2010-10-132-5/+5
* Remove GL_EXT_cull_vertexIan Romanick2010-09-271-2/+0
* windows: fix compilation errors and warningsKarl Schultz2010-03-102-20/+9
* mesa: Remove ClearIndex and IndexMask from device-driver interfaceIan Romanick2010-03-031-16/+0
* mesa: Remove support for creating color-index visualsIan Romanick2010-03-032-5/+1
* Remove now obsolete mesa_bzero symbol.Karl Schultz2010-03-011-1/+0
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-193-9/+4
* Remove _mesa_memset in favor of plain memset.Kenneth Graunke2010-02-192-2/+0
* Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke2010-02-192-2/+0
* Remove _mesa_strcmp in favor of plain strcmp.Kenneth Graunke2010-02-192-3/+1
* Add new symbol to exports listunknown2010-02-101-0/+1
* mesa: Factor out the fb initialization details from _mesa_new_framebuffer.Francisco Jerez2010-02-031-1/+1
* windows: assorted build fixesBrian Paul2010-01-292-14/+2
* mesa: implement per-buffer color maskingBrian Paul2009-12-294-19/+19
* tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr.Eric Anholt2009-11-196-18/+18
* tnl: Replace deprecated ObjPtr with AttribPtr[_TNL_ATTRIB_POS]Eric Anholt2009-11-193-3/+3
* tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]Eric Anholt2009-11-193-12/+12
* Merge branch 'mesa_7_6_branch'Brian Paul2009-11-041-11/+0
|\
| * windows: remove old entrypoints from mesa.def fileKarl Schultz2009-11-031-12/+0
* | windows: call _mesa_meta_init/free()Brian Paul2009-09-201-0/+5
* | windows: replace old ColorTable, Convolution functions with newBrian Paul2009-09-192-8/+8
* | windows: replace old TexCopy functions w/ newBrian Paul2009-09-192-10/+10
* | gldirect: remove refs to soon-to-be-obsolete functionsBrian Paul2009-09-191-24/+2
|/
* windows: updated VC8 project filesKarl Schultz2009-07-271-1/+0
* gdi: Don't implement broken gl_dispatch_stub_xxx.José Fonseca2009-04-201-77/+0
* mesa: remove last of _mesa_unreference_framebuffer() callsBrian Paul2009-03-072-2/+2
* Make GL_ARB_draw_buffers mandatoryIan Romanick2009-01-285-0/+6
* windows: updated mesa.def fileKarl Schultz2009-01-151-0/+5
* windows: try to create a context in wglCreateLayerContext()Karl Schultz2009-01-131-1/+2
* windows: fix visual object memleakThomas Henn2008-11-261-0/+3
* windows: fix _mesa_unreference_framebuffer() to pass ** type.Thomas Henn2008-11-261-1/+3
* windows: replace free() with _mesa_unreference_framebuffer()Brian Paul2008-11-241-1/+1
* Remove CVS keywords.Keith Whitwell2008-09-218-12/+2
* added 24bpp supportShane Blackett2008-09-111-10/+217
* Assorted Windows fixes (Karl Schultz)Brian Paul2008-05-291-7/+7
* updated function listBrian Paul2008-05-281-27/+4
* additional stub functionsBrian2008-01-021-0/+4
* use DEFAULT_SOFTWARE_DEPTH_BITSDelle2007-11-271-9/+11
* faster write_rgba_span_front()Andreas Micheler2007-10-151-17/+78
* For _mesa_share_state(), update the context's references to the new share gro...Brian2007-08-232-2/+7
* Fix a number of MINGW32 issuesZhang2007-07-213-24/+44
* add const to wglSetPixelFormat() to match .h declarationBrian2007-07-021-1/+1
* a variety of fixes for MingWzhang2007-06-282-66/+72