Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-03 | add some #includes to silence warnings | Brian | |
2007-05-02 | fix some renderbuffer/wrapper bugs | Brian | |
2007-04-30 | r300: Don't crash in radeonUpdatePageFlipping when !radeon->glCtx->DrawBuffer. | Michel Dänzer | |
This feels like a kludge, maybe there's a better solution. | |||
2007-04-29 | r300: Page flipping fixes. | Michel Dänzer | |
Mostly making sure the page flipping state is respected when necessary. | |||
2007-04-29 | r300: radeonMakeCurrent cleanups. | Michel Dänzer | |
r300UpdateWindow is superfluous or even possibly wrong here; _mesa_make_current will set the viewport when necessary. So the conditional _mesa_set_viewport call can go as well. | |||
2007-04-27 | "Fix" for bug 9170. May need more attention. | Brian | |
2007-04-26 | enable 2.1 extensions | Brian | |
2007-04-24 | s/fog/attrib[FRAG_ATTRIB_FOGC][0]/ | Brian | |
2007-04-24 | assorted fixes for Windows/VC8 | Karl Schultz | |
2007-04-23 | Added proper cleanup code | Sean D'Epagnier | |
2007-04-21 | Fixed fallout, glfbdev driver was calling a nop function that was removed. | Sean D'Epagnier | |
2007-04-21 | s/occlude.h/queryobj.h/ | Brian | |
2007-04-20 | xmesa: call _glapi_set_dispatch() for all xserver DDXes. | George Sapountzis | |
This is to unify the xmesa code across xserver DDX'es. The call is intented for XGL, but it does not hurt to call for other DDX'es. In fact it was not guarded against XGL when it was first added in xserver. | |||
2007-04-20 | xmesa: minor cosmetic | George Sapountzis | |
mainly drop 'client' argument from initialize_visual_and_buffer(). | |||
2007-04-20 | xmesa: split FX functions to separate file, part 2. | George Sapountzis | |
2007-04-20 | xmesa: split FX functions to separate file, part 1. | George Sapountzis | |
2007-04-20 | xmesa: spilt FX code to separate functions. | George Sapountzis | |
2007-04-20 | Revert "xmesa: drop glide (FX) backend." | George Sapountzis | |
This reverts commit 2a2f8d806f74619f0a7cf97fdc7f7b3ad1cad81b. | |||
2007-04-19 | xmesa: drop glide (FX) backend. | George Sapountzis | |
glide is no longer compiled with stand-alone libGL, so this will not link. There are still the glide config files. some code in demos and the GLX_MESA_set_3dfx_mode code which could be removed. | |||
2007-04-17 | Defer buffer pool creation to the first context creation. | Thomas Hellstrom | |
This way we have a hw context so that we can take the hardware lock. Also, at this point, AIGLX isn't locked with the X server context as it is at screen creation. | |||
2007-04-17 | r300: r300_render.c:391: warning: unused variable 'i' | Oliver McFadden | |
2007-04-16 | just clean-ups | Brian | |
2007-04-16 | move GL_EXT_stencil_two_side into alphabetical position | Brian | |
2007-04-16 | Fix glActiveStencilFaceEXT dispatch problem (bug 10523). | Brian | |
OK, _all_ extensions that might get enabled by the driver need to be in the card_extensions[] list. driInitExtensions() is called at least twice: first during screen creation, then once for each context that's created. The first call sets up the dispatch table. The second call just sets the extension enable/disable flags. | |||
2007-04-16 | remove _tnl_arb_vertex_program_stage | Brian | |
2007-04-16 | remove _tnl_arb_vertex_program_stage | Brian | |
2007-04-16 | use b->display instead of b->xm_visual->display to fix some problems ↵ | Brian | |
detected w/ valgrind | |||
2007-04-16 | Make sure we are locked when creating drm buffer objects. | Thomas Hellstrom | |
Don't place buffer objects on unfenced list when newly created. Fix a buffer object wait-for-idle deadlock. | |||
2007-04-14 | set osmesa renderbuffer refcount=1 upon creation, free renderbuffer in ↵ | Brian | |
OSMesaDestroyContext() | |||
2007-04-14 | r300: emit different clear paths for non-TCL, this gets the clear color correct | Dave Airlie | |
2007-04-14 | r300: remove unneeded semicolon from macro | Dave Airlie | |
2007-04-14 | r300: if we don't have TCL don't setup state emissions for vertex shaders | Dave Airlie | |
2007-04-13 | xmesa: drop unused XMesaPutImageHelper. | George Sapountzis | |
It could only be called from XMesaCopySubBuffer but this function is not used by XFree86. It seems that XMesaPutImageHelper would handle sub-images but never got finished. Proper sub-image helpers should be written if need be. | |||
2007-04-13 | xmesa: export xmesa functions used by xfree86. | George Sapountzis | |
This uses xmesa.h as the GLcore interface and avoids adding an explicit GLcore inteface which would not be a proper interface anyway. It puts the declarations of the three functions specific for XMesa/XFree86 in xmesa.h, we can push them down to xmesa_xf86.h if hiding behind XFree86Server ifdef's is not enough. | |||
2007-04-11 | use _mesa_reference_renderbuffer(), fix typo | Brian | |
2007-04-10 | rs480: set vap cntl to what fglrx uses for non-TCL cards | Dave Airlie | |
2007-04-10 | i915: Bring test for vsync to pipe B in line with i915tex. | Michel Dänzer | |
2007-04-10 | r300: don't enable VAP/TCL on cards that don't support it | Dave Airlie | |
2007-04-09 | i915tex: Fix some mismatches between texels or bytes for pitch/stride. | Michel Dänzer | |
2007-04-09 | i915tex: Make sure texture format fetch hooks are initialized. | Michel Dänzer | |
2007-04-09 | the RS400 definitely doesn't work at this point so don't let it init | Dave Airlie | |
2007-04-08 | i915tex: Clean up resizing of renderbuffers. | Michel Dänzer | |
2007-04-08 | driUpdateFramebufferSize: Use ctx->Driver.ResizeBuffers. | Michel Dänzer | |
2007-04-06 | xmesa: use newly added xm_image.[hc] | George Sapountzis | |
Keep external includes to glxheader.h and xmesa includes to xmesaP.h. Drop the following from xm_image.h: - dix-config.h (comes from glheader.h) - xfree86 includes (come from GL/xmesa_xf86.h) - ifdef __CYGWIN__ (leftover ? xm_api.c has something similar) | |||
2007-04-06 | xmesa: add xf86glx_util.[hc] from xserver as xm_image.[hc] | George Sapountzis | |
2007-04-05 | include points.h to fix warnings | Brian | |
2007-04-05 | Remove SI imports/exports remnants. | George Sapountzis | |
2007-04-05 | Move glcontextmodes.c to glx. | George Sapountzis | |
It is no longer linked with DRI drivers, libGL passes function pointers through the DRI interface. | |||
2007-04-04 | remove debug printf | Brian | |
2007-04-04 | i810/i915/i915tex: reinitialize the context point state | Xiang, Haihao | |