summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/beos/GLView.cpp
Commit message (Collapse)AuthorAgeFilesLines
* mesa: Remove support for BeOSIan Romanick2011-08-261-1573/+0
| | | | | | | | | | Acked-by: Kristian Høgsberg <[email protected]> Acked-by: Marek Olšák <[email protected]> Acked-by: Alan Coopersmith <[email protected]> Acked-by: Jakob Bornecrantz <[email protected]> Acked-by: Dave Airlie <[email protected]> Build-Tested-by: Jakob Bornecrantz <[email protected]> Tested-by: Eugeni Dodonov <[email protected]>
* mesa: Remove empty header file s_trispan.h.Kenneth Graunke2011-02-101-1/+0
|
* mesa: remove _mesa_create_context_for_api()Brian Paul2011-02-081-1/+2
| | | | Just add the gl_api parameter to _mesa_create_context().
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-82/+82
|
* Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg2010-10-131-8/+8
|
* Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg2010-10-131-4/+4
|
* mesa: Remove support for creating color-index visualsIan Romanick2010-03-031-3/+1
| | | | | | | | Remove the rgbMode and indexBits parameters from _mesa_create_visual and _mesa_initialize_visual. These values are now hardcoded to GL_TRUE and 0. Signed-off-by: Ian Romanick <[email protected]>
* 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.
* 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-161-1/+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.
* Fix a bug that set RGBA bits length always to 0 (reported by Marcin Konicki).Philippe Houdoin2004-08-141-134/+159
| | | | | | | | | 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-131-26/+35
|
* 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