summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/beos
AgeCommit message (Expand)AuthorFilesLines
2011-02-10mesa: Remove empty header file s_trispan.h.Kenneth Graunke1-1/+0
2011-02-08mesa: remove _mesa_create_context_for_api()Brian Paul1-1/+2
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-82/+82
2010-10-13Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg1-8/+8
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg1-4/+4
2010-03-03mesa: Remove support for creating color-index visualsIan Romanick1-3/+1
2008-07-12Always pass -linker and -ldflags to mklib for shared librariesDan Nicholson1-2/+3
2008-07-12Call mklib with $(SHELL) so the user controls the interpreterDan Nicholson1-1/+1
2008-06-06move a beos-ism down into drivers/beos/MakefileBrian Paul1-0/+2
2008-05-06Always cleanup the makedepend backup filesDan Nicholson1-1/+1
2008-05-06Error consistently when running recursive makeDan Nicholson1-3/+3
2007-09-28add support for LDFLAGS env varDan Nicholson1-1/+2
2007-02-16Commiting a few minor fixes to glut fbdev (segfault on a separate stack)Sean D'Epagnier1-3/+3
2006-07-13LIB_DIR is now just 'lib' or 'lib64'Brian Paul1-5/+5
2004-12-08Improve the behaviour of the build system wrt depend files.Keith Whitwell1-7/+7
2004-11-27Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul1-0/+9
2004-10-13Let's build again after the support for GL_ARB_draw_buffers was added.Philippe Houdoin1-1/+1
2004-10-13Fix a potential memory leak.Philippe Houdoin1-1/+2
2004-10-13Implement BGLView::CopyPixelsIn/Out().Philippe Houdoin1-24/+137
2004-08-16Stupid me. I don't know why I moved the GLView.h here at first, but now I kno...Philippe Houdoin2-193/+1
2004-08-14Forgot to commit this valuable file! :-)Philippe Houdoin1-0/+195
2004-08-14Fix a bug that set RGBA bits length always to 0 (reported by Marcin Konicki).Philippe Houdoin2-211/+232
2003-12-13Updates from Philippe Houdoin.Brian Paul2-26/+231
2003-03-30enable 1.4 extensionsBrian Paul1-2/+2
2002-11-13fix compilation problem (Philippe Houdoin)Brian Paul1-7/+4
2002-10-17applied Philippe Houdoin's patch, plus minor clean-upsBrian Paul1-75/+27
2002-09-19Updated BeOS support (Philippe Houdoin)Brian Paul1-664/+855
2000-11-17Minor header file changes to silence warnings.Brian Paul1-1/+9
2000-11-14more Driver.Color, Driver.Index updatesBrian Paul1-54/+53
2000-09-26First batch of OpenGL SI related changes:Brian Paul1-14/+27
2000-03-19updated for Mesa 3.3Brian Paul1-21/+46
1999-08-19Initial revisionjtg1-0/+1233