Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-20 | Remove some debug output | Jon Smirl | |
Add #if DEBUG_FRAG in s_nvfragprog.c | |||
2005-05-19 | Fix EGL fbdev palette problem. demo3 can save ppm of screen | Jon Smirl | |
2005-05-18 | Fix inverted y for egl fbdev, add egl demo3 | Jon Smirl | |
2005-05-18 | Fix for writing the wrong sysfs variable when blanking | Jon Smirl | |
2005-05-18 | Implement fbdev swapbuffers() | Jon Smirl | |
2005-05-17 | Check error return from _eglInitPbufferSurface() correctly | Jon Smirl | |
2005-05-17 | Compute stride in the right order | Jon Smirl | |
2005-05-17 | Added software-based pbuffer support (untested). | Brian Paul | |
Use _eglConfigToContextModesRec() function and remove need for the _EGLConfig->glmode struct. Silence some compiler warnings. | |||
2005-05-17 | Make EGL_NO_MODE_MESA work. | Jon Smirl | |
2005-05-17 | Fix several internal problems with generating the list of configs. | Jon Smirl | |
2005-05-16 | Add error about write permission to fbdev attribs | Jon Smirl | |
2005-05-16 | remove MESA suffix from _eglInitScreenSurface, use swAlpha value | Brian Paul | |
2005-05-15 | A few egl patches needed for glitz, mainly config BITS | Jon Smirl | |
2005-05-14 | Forgot to add fb_egl.c | Jon Smirl | |
2005-05-13 | First attempt at getting egl support up on dumb framebuffer. | Jon Smirl | |
Seems to be mostly working. Not all of egl API is implemented. | |||
2005-05-08 | dri fb works using renderbuffers now in RGBA mode | Jon Smirl | |
2005-05-07 | fbdri can draw double buffered now. Next step is to convert it | Jon Smirl | |
to use RenderBuffers. | |||
2005-05-06 | Fix problem generating mode db. Miniglxtest works now. | Jon Smirl | |
Miniglxsample is still broken with double buffering issues. | |||
2005-05-05 | Fix up origin in dri/fb driver | Jon Smirl | |
Calculated fbBPP | |||
2005-05-05 | Refactor COMMON_SOURCES up to Makefile.template | Adam Jackson | |
2005-05-05 | Minor touchups to fbdev renderbuffer support | Jon Smirl | |
2005-05-05 | more updates for users of s_spantemp.h | 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-05-04 | DRI fbdev driver getting better. Now I can see something on the screen | Jon Smirl | |
but it isn't the right something yet. | |||
2005-05-01 | Improve the DRI fb driver, now it compiles. | Jon Smirl | |
Added code to support NEW_INTERFACE. It still doesn't work. Made it build from make linux-solo. | |||
2004-11-27 | Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport(). | Brian Paul | |
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. | |||
2004-07-10 | Remove DRM_PAGE_SIZE from fb and i810 drivers since it was being used. | Jon Smirl | |
2004-06-29 | This should make most linux-solo drivers work again. Mainly a fix | Jon Smirl | |
for changing SAREA size form DRM_PAGE_SIZE to SAREA_MAX. fb driver is still broken. | |||
2004-06-26 | Mesa-solo builds with these changes. There are still more fixups needed to | Jon Smirl | |
get individual drivers working again. This converts miniglx to the new dri interface. Thanks to Erdi Chen for the new interface code. | |||
2004-06-25 | Make sure mklib sees the definition of CC and CXX. Make mklib respect | Ian Romanick | |
the definitions of CC and CXX on Linux. This fixed build issues with sunos5-gcc and build issues on GCC 2.x Linux when CC and CXX are set to a GCC 3.x compiler. | |||
2004-06-03 | Redo of removing __driRegisterExtensions(). I accidentally undid the ↵ | Jon Smirl | |
previous check in. | |||
2004-06-03 | Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd out | Jon Smirl | |
2004-06-03 | kill __driRegisterExtensions(), none of the functions did anything | Jon Smirl | |
2004-06-01 | Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKE | Eric Anholt | |
variable (defaults to "make") and use that. Use the MKDEP and MKDEP_OPTIONS more. Our shell isn't bash, so change the instances of ">& /dev/null" to a more compatible "> /dev/null 2>&1". | |||
2004-05-21 | fix bug #957792 (swap buffers), plus misc clean-ups | Brian Paul | |
2004-05-12 | obsolete in favor of regular Makefiles | Brian Paul | |
2004-04-13 | Add DRM_SOURCE_PATH to make system. | Jon Smirl | |
Needed for linux-solo to build | |||
2004-04-08 | lots of Makefile updates for new build system | Brian Paul | |
2004-03-26 | New Makefile system | 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-11 | Adjustments to make everything use IOCTL/sarea defines in DRM instead | Jon Smirl | |
of glx/mini. removes glx/mini/drm.h glx/mini/sarea.h | |||
2004-01-20 | Before calling _mesa_create_context(), initialize a dd_function_table struct | Brian Paul | |
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. | |||
2004-01-18 | s/char/GLubyte/ to silence warnings | Brian Paul | |
2003-12-12 | new Makefiles | Brian Paul | |
2003-11-24 | Import vtx-0-2-branch | Keith Whitwell | |
2003-10-20 | Fix Makefiles to copy lib to $(TOP)/lib if missing | Jon Smirl | |
2003-10-08 | More SciTech SNAP specific changes to glheader.h. Also modified the macros | Kendall Bennett | |
in swrast/s_spantemp.h to allow dithering to be used in the SNAP drivers. | |||
2003-08-23 | update fb makefile for new directory structure, add depends | Jon Smirl | |
2003-08-06 | Not-quite-functional swrast-only dri driver | Keith Whitwell | |