summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/windows
AgeCommit message (Expand)AuthorFilesLines
2012-06-14windows/gdi: Remove GL_NV_register_combiners and GL_NV_vertex_array_range exp...José Fonseca1-15/+0
2012-03-12mesa/gdi: remove clear_color() functionBrian Paul1-32/+15
2012-02-24mesa/gdi: include swrast.h to fix compilationBrian Paul1-0/+1
2012-01-24mesa/gdi: remove wmesa_set_renderbuffer_funcs() functionBrian Paul1-50/+0
2012-01-24mesa: remove gl_renderbuffer::DataTypeBrian Paul1-1/+0
2011-12-24mesa: remove gl_renderbuffer::PutRowRGB()Brian Paul1-123/+0
2011-12-24mesa: remove gl_renderbufer::PutMonoRow() and PutMonoValues()Brian Paul1-210/+5
2011-12-08mesa/drivers: use new swrast renderbuffer functionsBrian Paul1-7/+8
2011-11-02wglSetPixelFormat should ignore the ppfd parameter.Morgan Armand1-3/+7
2011-09-14mesa: introduce a clear color union to be used for int/unsigned buffersDave Airlie1-4/+5
2011-08-30gdi: Remove mesa_wgl.hJosé Fonseca1-23/+0
2011-08-26mesa: Remove obsolete Windows gldirect and ICD driversIan Romanick59-35834/+0
2011-05-04mesa/gdi: Silence gcc warning about unused result.José Fonseca1-1/+1
2011-04-23mesa/gdi: Address compiler warnings.José Fonseca2-136/+131
2011-04-23mesa/gdi: Remove InitCritSections.cpp.José Fonseca1-33/+0
2011-04-23Drop fx windows driver.José Fonseca3-2299/+0
2011-04-23scons: Build classic mesa gdi driver.José Fonseca5-115/+47
2011-02-10mesa: Remove empty header file s_trispan.h.Kenneth Graunke4-4/+0
2011-02-08mesa: remove _mesa_create_context_for_api()Brian Paul1-1/+1
2011-02-08mesa: remove _mesa_initialize_context_for_api()Brian Paul1-1/+2
2011-01-23gldirect: remove _NEW_ACCUMBrian Paul3-6/+0
2010-12-02WIN32_THREADS -> WIN32José Fonseca1-2/+3
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg36-488/+488
2010-10-13Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg9-20/+20
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg2-5/+5
2010-09-27Remove GL_EXT_cull_vertexIan Romanick1-2/+0
2010-03-10windows: fix compilation errors and warningsKarl Schultz2-20/+9
2010-03-03mesa: Remove ClearIndex and IndexMask from device-driver interfaceIan Romanick1-16/+0
2010-03-03mesa: Remove support for creating color-index visualsIan Romanick2-5/+1
2010-03-01Remove now obsolete mesa_bzero symbol.Karl Schultz1-1/+0
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg3-9/+4
2010-02-19Remove _mesa_memset in favor of plain memset.Kenneth Graunke2-2/+0
2010-02-19Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke2-2/+0
2010-02-19Remove _mesa_strcmp in favor of plain strcmp.Kenneth Graunke2-3/+1
2010-02-10Add new symbol to exports listunknown1-0/+1
2010-02-03mesa: Factor out the fb initialization details from _mesa_new_framebuffer.Francisco Jerez1-1/+1
2010-01-29windows: assorted build fixesBrian Paul2-14/+2
2009-12-29mesa: implement per-buffer color maskingBrian Paul4-19/+19
2009-11-19tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr.Eric Anholt6-18/+18
2009-11-19tnl: Replace deprecated ObjPtr with AttribPtr[_TNL_ATTRIB_POS]Eric Anholt3-3/+3
2009-11-19tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]Eric Anholt3-12/+12
2009-11-04Merge branch 'mesa_7_6_branch'Brian Paul1-11/+0
2009-11-03windows: remove old entrypoints from mesa.def fileKarl Schultz1-12/+0
2009-09-20windows: call _mesa_meta_init/free()Brian Paul1-0/+5
2009-09-19windows: replace old ColorTable, Convolution functions with newBrian Paul2-8/+8
2009-09-19windows: replace old TexCopy functions w/ newBrian Paul2-10/+10
2009-09-19gldirect: remove refs to soon-to-be-obsolete functionsBrian Paul1-24/+2
2009-07-27windows: updated VC8 project filesKarl Schultz1-1/+0
2009-04-20gdi: Don't implement broken gl_dispatch_stub_xxx.José Fonseca1-77/+0
2009-03-07mesa: remove last of _mesa_unreference_framebuffer() callsBrian Paul2-2/+2