Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implementation of GL_EXT_pixel_buffer_object extension. | Brian Paul | 2004-03-13 | 1 | -0/+12 |
| | | | | | Note: extension may not be finalized yet - subject to change! Note: implementation not fully suitable for h/w implementation yet. | ||||
* | a bunch of assorted clean-ups, etc to fix warnings, etc | Brian Paul | 2004-03-04 | 7 | -76/+64 |
| | |||||
* | workaround for crash-upon-exit in verbose mode | Daniel Borca | 2004-03-02 | 1 | -9/+14 |
| | | | | | fxMesa now uses grQueryResolution minor fixes to X11 and DOS drivers | ||||
* | Refactored several variables out of XMesaVisual in favor of identical | Ian Romanick | 2004-02-19 | 4 | -63/+100 |
| | | | | | fields in __GLcontextModes (the base type). Removed the need to keep the XMesaVisualInfo pointer when building inside the X-server. | ||||
* | implement Fake_glXCreateWindow() to fix bug #890894 | Brian Paul | 2004-02-08 | 1 | -2/+9 |
| | |||||
* | fix glXChooseFBConfig bug 890167 | Brian Paul | 2004-02-04 | 1 | -4/+5 |
| | |||||
* | glXChooseFBConfig() didn't handle GLX_FBCONFIG_ID option | Brian Paul | 2004-02-02 | 1 | -3/+26 |
| | |||||
* | Committing in . | Jouk Jansen | 2004-01-23 | 1 | -50/+50 |
| | | | | | | | | | | | 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 ---------------------------------------------------------------------- | ||||
* | Committing in . | Jouk Jansen | 2004-01-22 | 1 | -49/+50 |
| | | | | | | | | | | | | Updated OpenVMS compile support Modified Files: Mesa/Makefile.X11 Mesa/src/mesa/descrip.mms Mesa/src/mesa/drivers/osmesa/descrip.mms Mesa/src/mesa/drivers/x11/descrip.mms Added Files: Mesa/src/mesa/drivers/common/descrip.mms ---------------------------------------------------------------------- | ||||
* | Before calling _mesa_create_context(), initialize a dd_function_table struct | Brian Paul | 2004-01-20 | 3 | -130/+65 |
| | | | | | | | | | | by calling _mesa_init_driver_functions() and then plugging in the driver- specific functions. In particular, make sure ctx->Driver.NewTextureObject points to the appropriate driver function so that _all_ texture objects are augmented with the driver-specific data. Put in a bunch of assertions in the texture-related driver functions that texObj->DriverData is valid. Remove old dead code in near future. | ||||
* | Glide driver (windowed mode) fix for Voodoo2 | Daniel Borca | 2004-01-12 | 1 | -2/+6 |
| | |||||
* | reindent the code | Brian Paul | 2004-01-07 | 1 | -216/+218 |
| | |||||
* | DMesa: removed MGA2064W driver | Daniel Borca | 2003-12-19 | 1 | -3/+3 |
| | | | | | | DMesa: added capability to query visuals fxMesa: WGL_3DFX_gamma_control fxMesa: minor fixes to interface (fxQueryHardware vs fxMesaSelect...) | ||||
* | check swrast->NewState in Draw/CopyPixels functions | Brian Paul | 2003-12-12 | 1 | -0/+9 |
| | |||||
* | fix visinfo typo | Brian Paul | 2003-12-12 | 1 | -1/+1 |
| | |||||
* | check for null dpy in Fake_glXGetConfig() | Brian Paul | 2003-12-12 | 1 | -0/+3 |
| | |||||
* | Fix a front/back CopyPixels glitch. | Brian Paul | 2003-12-05 | 1 | -2/+4 |
| | |||||
* | use _swrast_CopyPixels for XFree86 | Alan Hourihane | 2003-12-04 | 1 | -2/+3 |
| | |||||
* | don't use new glDrawPixel routines in Xserver | Brian Paul | 2003-12-04 | 1 | -8/+12 |
| | |||||
* | Port over changes from XFree86/Mesa 5.0.2, mostly to silence compiler warnings. | Brian Paul | 2003-12-04 | 3 | -2/+16 |
| | |||||
* | Use XPutImage() for glDrawPixels() and XCopyArea() for glCopyPixels() when | Brian Paul | 2003-11-29 | 1 | -28/+172 |
| | | | | | | possible (when pixel formats match and drawing to front buffer with no raster operations). Results in 10-100x speed-up when applicable. | ||||
* | silence a warning | Brian Paul | 2003-11-25 | 1 | -1/+2 |
| | |||||
* | prevent from optimizing out by some compilers (from XFree86 CVS) | Alan Hourihane | 2003-10-21 | 1 | -1/+1 |
| | |||||
* | Move initialization of default ctx->Driver.buffer-object-functions into | Brian Paul | 2003-10-19 | 1 | -11/+0 |
| | | | | bufferobj.c so all the drivers don't have to worry about them. | ||||
* | initialize GetBufferSubData pointer | Brian Paul | 2003-10-15 | 1 | -0/+1 |
| | |||||
* | glide driver (wip) | Daniel Borca | 2003-10-13 | 2 | -6/+6 |
| | |||||
* | GL_ARB_vertex_buffer_object working now, at least for non-indexed | Brian Paul | 2003-09-17 | 1 | -30/+28 |
| | | | | vertex arrays. | ||||
* | added call to _mesa_enable_1_5_extensions() | Brian Paul | 2003-09-17 | 1 | -0/+1 |
| | |||||
* | Implemented GL_ARB_texture_non_power_of_two (except for auto mipmap generation). | Brian Paul | 2003-07-03 | 1 | -3/+9 |
| | |||||
* | Committing in . | Jouk Jansen | 2003-07-02 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | | Enable installation on OpenVMS ODS5 disks. Modified Files: Mesa-newtree/progs/demos/descrip.mms Mesa-newtree/progs/tests/descrip.mms Mesa-newtree/progs/xdemos/descrip.mms Mesa-newtree/src/glut/glx/descrip.mms Mesa-newtree/src/mesa/array_cache/descrip.mms Mesa-newtree/src/mesa/drivers/osmesa/descrip.mms Mesa-newtree/src/mesa/drivers/x11/descrip.mms Mesa-newtree/src/mesa/glapi/descrip.mms Mesa-newtree/src/mesa/main/descrip.mms Mesa-newtree/src/mesa/math/descrip.mms Mesa-newtree/src/mesa/swrast/descrip.mms Mesa-newtree/src/mesa/swrast_setup/descrip.mms Mesa-newtree/src/mesa/tnl/descrip.mms ---------------------------------------------------------------------- | ||||
* | Committing in . | Jouk Jansen | 2003-06-17 | 1 | -0/+40 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | OpenVMS support for new directory tree Modified Files: Mesa-newtree/progs/demos/descrip.mms Mesa-newtree/progs/tests/descrip.mms Mesa-newtree/progs/xdemos/descrip.mms Mesa-newtree/src/glu/sgi/descrip.mms Mesa-newtree/src/glut/glx/descrip.mms Mesa-newtree/src/mesa/main/descrip.mms Added Files: Mesa-newtree/descrip.mms Mesa-newtree/mms-config. Mesa-newtree/src/descrip.mms Mesa-newtree/src/glu/descrip.mms Mesa-newtree/src/mesa/descrip.mms Mesa-newtree/src/mesa/array_cache/descrip.mms Mesa-newtree/src/mesa/drivers/osmesa/descrip.mms Mesa-newtree/src/mesa/drivers/x11/descrip.mms Mesa-newtree/src/mesa/glapi/descrip.mms Mesa-newtree/src/mesa/math/descrip.mms Mesa-newtree/src/mesa/swrast/descrip.mms Mesa-newtree/src/mesa/swrast_setup/descrip.mms Mesa-newtree/src/mesa/tnl/descrip.mms Mesa-newtree/vms/analyze_map.com Mesa-newtree/vms/xlib.opt Mesa-newtree/vms/xlib_share.opt ---------------------------------------------------------------------- | ||||
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 10 | -10/+0 |
| | |||||
* | Version defines. include "version.h" in a few files. | Brian Paul | 2003-05-27 | 1 | -3/+2 |
| | |||||
* | use INDEX8_SPAN_ARGS | Brian Paul | 2003-04-21 | 1 | -9/+3 |
| | |||||
* | Rework gl[Copy]Tex[Sub]Image() error checking so that all level, width, height | Brian Paul | 2003-04-04 | 1 | -3/+35 |
| | | | | | and depth checks are done via ctx->Driver.TestProxyTexImage(). This allows more flexiblity, like supporting larger, non-cubic 3D textures. | ||||
* | fix double-memory free in XMesaDestroyContext | Brian Paul | 2003-04-02 | 1 | -6/+3 |
| | |||||
* | use structure containment to derive xmesa_context from GLcontext | Brian Paul | 2003-04-01 | 7 | -264/+279 |
| | |||||
* | New device driver hooks for texture object and texture image creation to | Brian Paul | 2003-04-01 | 1 | -1/+4 |
| | | | | | allow drivers to implement C++-like inheritance via containment. Lots of assorted clean-ups related to texture objects. | ||||
* | fixed ColorMask problem for front-buffer rendering | Brian Paul | 2003-03-27 | 1 | -4/+5 |
| | |||||
* | remove some unfinished code accidently checked in | Brian Paul | 2003-03-25 | 1 | -4/+1 |
| | |||||
* | histogram code move, remove s_histogram.[ch] from Makefiles | Brian Paul | 2003-03-25 | 1 | -2/+6 |
| | |||||
* | disable prototyped GLX_ARB_render_texture extension | Brian Paul | 2003-03-24 | 1 | -4/+5 |
| | |||||
* | Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] | Brian Paul | 2003-03-01 | 4 | -8/+4 |
| | | | | | Moved type conversion and interpolation macros into macros.h Updated all the files that used to include mmath.h | ||||
* | fix-up pixel_format enum stuff | Brian Paul | 2003-02-25 | 1 | -23/+24 |
| | |||||
* | casts to silence g++ warnings | Brian Paul | 2003-02-25 | 1 | -5/+5 |
| | |||||
* | Replace some #defines with enums. (Klaus Niederkrueger) | Brian Paul | 2003-02-17 | 5 | -121/+123 |
| | |||||
* | renamed dither-related preprocessor symbols (bug 536406) | Brian Paul | 2003-01-24 | 2 | -51/+46 |
| | |||||
* | fix for framebuffer width and height when window hasn't been realized. | Alan Hourihane | 2003-01-16 | 1 | -3/+9 |
| | |||||
* | initial code for render-to-texture | Brian Paul | 2003-01-14 | 4 | -12/+100 |
| | |||||
* | bring in a few AGP-related bits from 4.0.4 | Brian Paul | 2002-11-18 | 2 | -7/+37 |
| |