summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/windows
Commit message (Expand)AuthorAgeFilesLines
* windows/gdi: Remove.Jose Fonseca2015-03-046-1977/+0
* mesa/gdi: Don't pretend mesa.def is auto generated.José Fonseca2014-11-261-647/+192
* wmesa: link with mesautilBrian Paul2014-08-041-0/+2
* mesa: Eliminate parameters to dd_function_table::ViewportIan Romanick2014-01-151-3/+1
* mesa: Remove GL_MESA_resize_buffersIan Romanick2013-06-281-1/+0
* wmesa: Don't call _mesa_enable_._._extensions and _mesa_enable_sw_extensionsIan Romanick2013-06-281-5/+0
* mesa: Remove Driver.GetBufferSize and its callers.Eric Anholt2013-06-251-1/+0
* wmesa: include api_exec.h to fix compilationBrian Paul2013-01-221-0/+1
* mesa: Make the drivers call a non-code-generated dispatch table setup.Eric Anholt2013-01-211-1/+1
* wmesa: include version.h to silence warningBrian Paul2012-12-171-0/+1
* drivers: compute version and then initialize exec tableJordan Justen2012-12-161-0/+7
* mesa: pass context parameter to gl_renderbuffer::Delete()Brian Paul2012-11-301-2/+2
* mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry2012-11-291-1/+1
* wmesa: remove old, unused span codeBrian Paul2012-10-171-474/+0
* mesa: remove the driverCtx parameter to _mesa_create/initialize_context()Brian Paul2012-10-051-1/+1
* Don't cast the return value of malloc/reallocMatt Turner2012-09-052-2/+2
* windows/gdi: Remove GL_NV_register_combiners and GL_NV_vertex_array_range exp...José Fonseca2012-06-141-15/+0
* mesa/gdi: remove clear_color() functionBrian Paul2012-03-121-32/+15
* mesa/gdi: include swrast.h to fix compilationBrian Paul2012-02-241-0/+1
* mesa/gdi: remove wmesa_set_renderbuffer_funcs() functionBrian Paul2012-01-241-50/+0
* mesa: remove gl_renderbuffer::DataTypeBrian Paul2012-01-241-1/+0
* mesa: remove gl_renderbuffer::PutRowRGB()Brian Paul2011-12-241-123/+0
* mesa: remove gl_renderbufer::PutMonoRow() and PutMonoValues()Brian Paul2011-12-241-210/+5
* mesa/drivers: use new swrast renderbuffer functionsBrian Paul2011-12-081-7/+8
* wglSetPixelFormat should ignore the ppfd parameter.Morgan Armand2011-11-021-3/+7
* mesa: introduce a clear color union to be used for int/unsigned buffersDave Airlie2011-09-141-4/+5
* gdi: Remove mesa_wgl.hJosé Fonseca2011-08-301-23/+0
* mesa: Remove obsolete Windows gldirect and ICD driversIan Romanick2011-08-2659-35834/+0
* mesa/gdi: Silence gcc warning about unused result.José Fonseca2011-05-041-1/+1
* mesa/gdi: Address compiler warnings.José Fonseca2011-04-232-136/+131
* mesa/gdi: Remove InitCritSections.cpp.José Fonseca2011-04-231-33/+0
* Drop fx windows driver.José Fonseca2011-04-233-2299/+0
* scons: Build classic mesa gdi driver.José Fonseca2011-04-235-115/+47
* 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