summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/fbdev
AgeCommit message (Expand)AuthorFilesLines
2011-02-08mesa: remove _mesa_initialize_context_for_api()Brian Paul1-1/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-9/+9
2010-10-13Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg1-4/+4
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg1-2/+2
2010-05-27fbdev: some hacking to get the driver to compile (untested)Brian Paul1-1/+7
2010-05-07glapi: Move to src/mapi/.Chia-I Wu1-1/+2
2010-03-03mesa: Remove support for creating color-index visualsIan Romanick1-3/+3
2010-03-03fbdev: Remove support for color-index renderingIan Romanick1-86/+36
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg1-11/+11
2010-02-19Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke1-1/+1
2010-02-19Remove _mesa_strcmp in favor of plain strcmp.Kenneth Graunke1-1/+1
2010-02-03mesa: Factor out the fb initialization details from _mesa_new_framebuffer.Francisco Jerez1-1/+1
2009-02-09mesa: replace _mesa_unreference_framebuffer() with _mesa_reference_framebuffer()Brian Paul1-1/+1
2008-09-18mesa: prefix more #includes with "main/"Brian Paul1-11/+11
2008-07-12Call mklib with $(SHELL) so the user controls the interpreterDan Nicholson1-2/+1
2008-06-09Makefile clean-upsBrian Paul1-1/+1
2008-06-05Move fbdev driver construction into src/mesa/drivers/fbdev/MakefileBrian Paul1-0/+36
2008-04-01added some missing calls to _mesa_enable_x_y_extensions()Brian1-0/+5
2007-07-04assorted clean-upsBrian1-54/+49
2007-04-23Added proper cleanup codeSean D'Epagnier1-0/+14
2007-04-21Fixed fallout, glfbdev driver was calling a nop function that was removed.mesa_6_5_3_rc2Sean D'Epagnier1-1/+0
2007-02-16Commiting a few minor fixes to glut fbdev (segfault on a separate stack)Sean D'Epagnier1-3/+3
2006-10-15Remove calls to _mesa_ResizeBuffersMESA() - generally replace with code toBrian Paul1-2/+18
2006-08-18The driver now compiles correctly without any x headers or libraries installedSean D'Epagnier1-40/+34
2006-08-10Added initial multisampling support to glfbdev driver.Sean D'Epagnier1-29/+24
2006-08-01renderbuffer fixes (Sean D'Epagnier)Brian Paul1-10/+21
2006-06-20fix span code compilation problems, bug 5858Brian Paul1-7/+8
2005-09-11Silence some warnings.Brian Paul1-4/+9
2005-09-01remove old set_buffer routine and misc codeBrian Paul1-29/+5
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul1-175/+238
2005-04-29Put back not-so-redundant #ifdef.Keith Whitwell1-2/+2
2005-04-29Remove redundant #ifdef, fix compiler warningKeith Whitwell1-4/+1
2004-11-27Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul1-0/+10
2004-03-21Implemented support for software-based AUX color buffers.Brian Paul1-2/+2
2004-01-20Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul1-48/+11
2003-12-06glFBDev driver from embedded-2 branch.Brian Paul1-0/+828