summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/fb
AgeCommit message (Expand)AuthorFilesLines
2005-07-26Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick1-11/+5
2005-07-24All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick1-4/+0
2005-06-13fbSwapBuffers needs to return a statusJon Smirl1-0/+2
2005-06-07Add SetBuffer to egl driver tooJon Smirl2-1/+4
2005-06-06Add a NULL SetBuffer function to the fbdev driverJon Smirl1-0/+8
2005-05-20Remove some debug outputJon Smirl1-2/+0
2005-05-19Fix EGL fbdev palette problem. demo3 can save ppm of screenJon Smirl1-3/+37
2005-05-18Fix inverted y for egl fbdev, add egl demo3Jon Smirl1-5/+5
2005-05-18Fix for writing the wrong sysfs variable when blankingJon Smirl1-1/+3
2005-05-18Implement fbdev swapbuffers()Jon Smirl1-0/+47
2005-05-17Check error return from _eglInitPbufferSurface() correctlyJon Smirl1-1/+1
2005-05-17Compute stride in the right orderJon Smirl1-1/+1
2005-05-17Added software-based pbuffer support (untested).Brian Paul1-96/+81
2005-05-17Make EGL_NO_MODE_MESA work.Jon Smirl1-1/+21
2005-05-17Fix several internal problems with generating the list of configs.Jon Smirl1-12/+2
2005-05-16Add error about write permission to fbdev attribsJon Smirl1-0/+7
2005-05-16remove MESA suffix from _eglInitScreenSurface, use swAlpha valueBrian Paul1-2/+2
2005-05-15A few egl patches needed for glitz, mainly config BITSJon Smirl1-1/+3
2005-05-14Forgot to add fb_egl.cJon Smirl1-0/+798
2005-05-13First attempt at getting egl support up on dumb framebuffer.Jon Smirl2-2/+4
2005-05-08dri fb works using renderbuffers now in RGBA modeJon Smirl1-115/+43
2005-05-07fbdri can draw double buffered now. Next step is to convert itJon Smirl1-2/+3
2005-05-06Fix problem generating mode db. Miniglxtest works now.Jon Smirl1-3/+3
2005-05-05Fix up origin in dri/fb driverJon Smirl1-72/+14
2005-05-05Refactor COMMON_SOURCES up to Makefile.templateAdam Jackson1-11/+0
2005-05-05Minor touchups to fbdev renderbuffer supportJon Smirl2-1/+2
2005-05-05more updates for users of s_spantemp.hBrian Paul1-70/+83
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul1-63/+109
2005-05-04DRI fbdev driver getting better. Now I can see something on the screenJon Smirl1-120/+111
2005-05-01Improve the DRI fb driver, now it compiles.Jon Smirl2-63/+245
2004-11-27Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul1-5/+9
2004-07-10Remove DRM_PAGE_SIZE from fb and i810 drivers since it was being used.Jon Smirl1-11/+0
2004-06-29This should make most linux-solo drivers work again. Mainly a fixJon Smirl1-2/+2
2004-06-26Mesa-solo builds with these changes. There are still more fixups needed toJon Smirl1-65/+14
2004-06-25Make sure mklib sees the definition of CC and CXX. Make mklib respectIan Romanick1-1/+1
2004-06-03Redo of removing __driRegisterExtensions(). I accidentally undid the previous...Jon Smirl1-7/+0
2004-06-03Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd outJon Smirl1-9/+7
2004-06-03kill __driRegisterExtensions(), none of the functions did anythingJon Smirl1-6/+0
2004-06-01Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKEEric Anholt1-1/+1
2004-05-21fix bug #957792 (swap buffers), plus misc clean-upsBrian Paul1-14/+14
2004-05-12obsolete in favor of regular MakefilesBrian Paul1-82/+0
2004-04-13Add DRM_SOURCE_PATH to make system.Jon Smirl1-1/+1
2004-04-08lots of Makefile updates for new build systemBrian Paul1-31/+35
2004-03-26New Makefile systemBrian Paul1-0/+75
2004-03-21Implemented support for software-based AUX color buffers.Brian Paul1-2/+2
2004-03-11Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl1-1/+1
2004-01-20Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul1-56/+36
2004-01-18s/char/GLubyte/ to silence warningsBrian Paul1-3/+3
2003-12-12new MakefilesBrian Paul1-2/+2
2003-11-24Import vtx-0-2-branchKeith Whitwell2-2/+0