aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/beos
Commit message (Collapse)AuthorAgeFilesLines
* Always pass -linker and -ldflags to mklib for shared librariesDan Nicholson2008-07-121-2/+3
| | | | | | This just makes the use of mklib more consistent throughout Mesa where we always want to pass the linker and LDFLAGS when we might be making a shared library.
* Call mklib with $(SHELL) so the user controls the interpreterDan Nicholson2008-07-121-1/+1
| | | | | Respect the user's choice of shell when running mklib rather than always using /bin/sh.
* move a beos-ism down into drivers/beos/MakefileBrian Paul2008-06-061-0/+2
|
* Always cleanup the makedepend backup filesDan Nicholson2008-05-061-1/+1
| | | | | | Consistently cleanup the depend.bak files created by makedepend. Also, realclean has been changed to use a single find command, which speeds it up considerably.
* Error consistently when running recursive makeDan Nicholson2008-05-061-3/+3
| | | | | When changing directories and running a sub-make, ensure that both the cd and make commands propagate errors to the parent make.
* add support for LDFLAGS env varDan Nicholson2007-09-281-1/+2
|
* Commiting a few minor fixes to glut fbdev (segfault on a separate stack)Sean D'Epagnier2007-02-161-3/+3
| | | | | | Updated all drivers that used the old _ac_ functions to use the new _vbo_ functions. I know this fixed the fbdev driver, it looks like it might fix some other drivers too.
* LIB_DIR is now just 'lib' or 'lib64'Brian Paul2006-07-131-5/+5
| | | | | Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets. Patch by Hanno Böck.
* Improve the behaviour of the build system wrt depend files.Keith Whitwell2004-12-081-7/+7
| | | | | | | | - Remove the -Y option for makedepend, so that the standard directories are searched - No longer pipe the multiple errors that the -Y option caused into /dev/null -- we want to know about these failures. - Fix up a few other misc makedepend failures.
* Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul2004-11-271-0/+9
| | | | | | | | Now, the driver's Viewport routine should call _mesa_ResizeBuffersMESA() if necessary. Cleaned up code related to GLframebuffer width/height initialization. Set initial viewport/scissor params in _mesa_make_current2(), instead of in the drivers' MakeCurrent functions.
* Let's build again after the support for GL_ARB_draw_buffers was added.Philippe Houdoin2004-10-131-1/+1
|
* Fix a potential memory leak.Philippe Houdoin2004-10-131-1/+2
|
* Implement BGLView::CopyPixelsIn/Out().Philippe Houdoin2004-10-131-24/+137
| | | | | BGLView::ErrorCallback() is now actually called on error! Plus usual minor changes.
* Stupid me. I don't know why I moved the GLView.h here at first, but now I ↵Philippe Houdoin2004-08-162-193/+1
| | | | | | | | | | | know why I shouldn't: Official BeOS GLView.h defines a virtual ErrorCallback(GLenum) method, assuming a unsigned long GLenum. But under Mesa, GLenum is unsigned int. To keep binary compatibility, BeOS apps including Mesa GL/gl.h MUST include *our* GLView.h, or linker will report a missing ErrorCallback(unsigned int) symbol. Glup.
* Forgot to commit this valuable file! :-)Philippe Houdoin2004-08-141-0/+195
|
* Fix a bug that set RGBA bits length always to 0 (reported by Marcin Konicki).Philippe Houdoin2004-08-142-211/+232
| | | | | | | | | PPC byte order now supported (thanks Nathan Whitehorn). Double buffering is now always forced. Unlock the BGLView looper only if needed. Should fix the GLUT-based apps crash at window closing. SwapBuffers() now can wait for next vertical retrace. And several other minor changes...
* Updates from Philippe Houdoin.Brian Paul2003-12-132-26/+231
|
* enable 1.4 extensionsBrian Paul2003-03-301-2/+2
|
* fix compilation problem (Philippe Houdoin)Brian Paul2002-11-131-7/+4
|
* applied Philippe Houdoin's patch, plus minor clean-upsBrian Paul2002-10-171-75/+27
|
* Updated BeOS support (Philippe Houdoin)Brian Paul2002-09-191-664/+855
|
* Minor header file changes to silence warnings.Brian Paul2000-11-171-1/+9
| | | | | Added _mesa_enable_sw_extensions(), called by software-only drivers to enable all s/w-supported GL extensions.
* more Driver.Color, Driver.Index updatesBrian Paul2000-11-141-54/+53
|
* First batch of OpenGL SI related changes:Brian Paul2000-09-261-14/+27
| | | | | | | Renamed struct gl_context to struct __GLcontextRec. Include glcore.h, setup GL imports/exports. Replaced gl_ prefix with _mesa_ prefix in context.[ch] functions. GLcontext's Visual field is no longer a pointer.
* updated for Mesa 3.3Brian Paul2000-03-191-21/+46
|
* Initial revisionjtg1999-08-191-0/+1233