Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-09 | mesa: replace _mesa_unreference_framebuffer() with _mesa_reference_framebuffer() | Brian Paul | |
2009-01-07 | mesa: OSMesa Makefile fixes (use LIB_DIR) | Brian Paul | |
2008-08-11 | Apple: Cleaned up some linking and dylib ids issues | Jeremy Huddleston | |
2008-07-12 | Always pass -linker and -ldflags to mklib for shared libraries | Dan Nicholson | |
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. | |||
2008-07-12 | Call mklib with $(SHELL) so the user controls the interpreter | Dan Nicholson | |
Respect the user's choice of shell when running mklib rather than always using /bin/sh. | |||
2008-06-05 | Move construction of libOSMesa.so into src/mesa/drivers/osmesa/Makefile | Brian Paul | |
This removes some cruft from src/mesa/Makefile. Something similar could be done for stand-alone / Xlib-Mesa libGL... | |||
2008-06-05 | insert mesa/ before include files | Brian Paul | |
2008-04-01 | added some missing calls to _mesa_enable_x_y_extensions() | Brian | |
2007-10-03 | Update of OpenVMS makefiles for the use of "new" include file convention | Jouk | |
2007-05-10 | Updated OpenVMS makefiles | J.Jansen | |
modified: src/mesa/descrip.mms modified: src/mesa/drivers/osmesa/descrip.mms modified: src/mesa/drivers/x11/descrip.mms modified: src/mesa/main/descrip.mms modified: src/mesa/shader/descrip.mms modified: src/mesa/shader/slang/descrip.mms modified: src/mesa/swrast/descrip.mms modified: src/mesa/swrast_setup/descrip.mms modified: src/mesa/tnl/descrip.mms | |||
2007-04-24 | assorted fixes for Windows/VC8 | Karl Schultz | |
2007-04-14 | set osmesa renderbuffer refcount=1 upon creation, free renderbuffer in ↵ | Brian | |
OSMesaDestroyContext() | |||
2007-03-28 | Add missing OSMesaColorClamp function | Alan Hourihane | |
2007-03-06 | Fix/improve framebuffer object reference counting. | Brian | |
Use _mesa_reference_framebuffer() and _mesa_unreference_framebuffer() functions to be sure reference counting is done correctly. Additional assertions are done too. Note _mesa_dereference_framebuffer() renamed to "unreference" as that's more accurate. | |||
2006-10-30 | switch several dri drivers over | Keith Whitwell | |
2006-10-29 | switch over to vbo module | Keith Whitwell | |
2006-10-17 | Lots of fixes/changes to select color depth at runtime. | Brian Paul | |
2006-10-14 | Some code movement so that the gl_framebuffer is fully initialized before | Brian Paul | |
calling _mesa_make_current() to avoid hitting the initialize_framebuffer_size() stuff in context.c | |||
2006-05-20 | use new _mesa_remove_renderbuffer() | Brian Paul | |
2006-05-19 | Allow rendering 8, 16 and 32-bit/channel images without recompiling. | Brian Paul | |
Uses new renderbuffer adaptors. | |||
2006-05-14 | remove some unused macros | Brian Paul | |
2006-05-14 | fix typo, remove dead code | Brian Paul | |
2006-04-25 | silence warnings | Brian Paul | |
2006-04-01 | Initialize renderbuffer size. | Daniel Borca | |
2006-03-30 | When creating front/back renderbuffers, init the Red/Green/Blue/AlphaBits fields | Brian Paul | |
2006-03-28 | Match pixel addresses with `compute_row_addresses' in RGB mode (also obey ↵ | Daniel Borca | |
RGB/UNSIGNED_BYTE rule). | |||
2006-03-27 | PutRowRGB was not initialized for OSMESA_RGB_565 | Daniel Borca | |
2006-03-16 | Moved _glapi_check_multithread() call into drivers, instead of in | Brian Paul | |
_mesa_make_current(). This removes an ugly #if !defined(IN_DRI_DRIVER) from core Mesa. | |||
2006-01-26 | remove unneeded init of swrast->invalidate_line/triangle | Brian Paul | |
2005-12-08 | add {} to RENDER_SPAN macro to fix compilation problem | Karl Schultz | |
2005-11-12 | Added OSMesaColorClamp(), bug 4917 | Brian Paul | |
2005-09-23 | Committing in . | Jouk Jansen | |
1) change compilation on VMS to use IEEE floating points 2) one more problem with _mesa_sprintf solved Modified Files: Mesa/docs/README.VMS Mesa/progs/demos/descrip.mms Mesa/progs/tests/descrip.mms Mesa/progs/util/descrip.mms Mesa/progs/xdemos/descrip.mms Mesa/src/glu/mesa/descrip.mms Mesa/src/glu/sgi/descrip.mms Mesa/src/glut/glx/descrip.mms Mesa/src/mesa/array_cache/descrip.mms Mesa/src/mesa/drivers/common/descrip.mms Mesa/src/mesa/drivers/osmesa/descrip.mms Mesa/src/mesa/drivers/x11/descrip.mms Mesa/src/mesa/glapi/descrip.mms Mesa/src/mesa/main/descrip.mms Mesa/src/mesa/main/texobj.c Mesa/src/mesa/math/descrip.mms Mesa/src/mesa/shader/descrip.mms Mesa/src/mesa/shader/grammar/descrip.mms Mesa/src/mesa/shader/slang/descrip.mms Mesa/src/mesa/swrast/descrip.mms Mesa/src/mesa/swrast_setup/descrip.mms Mesa/src/mesa/tnl/descrip.mms ---------------------------------------------------------------------- | |||
2005-09-21 | replace GLdepth with GLuint | Brian Paul | |
2005-09-14 | remove unused vars | Brian Paul | |
2005-09-14 | remove _tnl_MakeCurrent call | Brian Paul | |
2005-09-10 | fix a problem w/ color index mode when CHAN_BITS=16 | Brian Paul | |
2005-09-01 | remove the old set_buffer() routine | Brian Paul | |
2005-05-24 | moved to windows build dir | Karl Schultz | |
2005-05-17 | fix some BCOMP/ACOMP typos (fixes Brad King's vtk failures) | Brian Paul | |
2005-05-07 | remove some dead code | Brian Paul | |
2005-05-05 | more updates for users of s_spantemp.h | Brian Paul | |
2005-05-04 | fix s_spantemp.h includes | Brian Paul | |
2005-05-04 | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul | |
Main driver impacts: - new code for creating the Mesa GLframebuffer - new span/pixel read/write code Some drivers not yet updated/tested. | |||
2005-01-29 | fix initial viewport size bug | Brian Paul | |
2004-11-27 | Have OSMesaGetProcAddress() return new OSMESAproc typedef. | Brian Paul | |
2004-11-25 | Use a generic function typedef instead of void * to avoid gcc 3.4 warnings. | Brian Paul | |
2004-04-21 | check return values of _swrast_CreateContext, etc | Brian Paul | |
2004-03-21 | Implemented support for software-based AUX color buffers. | Brian Paul | |
Only available with Xlib driver for now. Assorted clean-ups related to Draw/ReadBuffer(). Renamed FRONT_LEFT_BIT -> DD_FRONT_LEFT_BIT, etc. | |||
2004-03-14 | fix stride bug in RGB and BGR span rendering | Brian Paul | |
2004-01-23 | Committing in . | Jouk Jansen | |
Trying to remove the <CR> at the end of each line. Modified Files: Mesa/src/mesa/descrip.mms Mesa/src/mesa/drivers/common/descrip.mms Mesa/src/mesa/drivers/osmesa/descrip.mms Mesa/src/mesa/drivers/x11/descrip.mms ---------------------------------------------------------------------- |