Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xmesa: spilt FX code to separate functions. | George Sapountzis | 2007-04-20 | 3 | -27/+34 |
| | |||||
* | Revert "xmesa: drop glide (FX) backend." | George Sapountzis | 2007-04-20 | 3 | -6/+284 |
| | | | | This reverts commit 2a2f8d806f74619f0a7cf97fdc7f7b3ad1cad81b. | ||||
* | xmesa: drop glide (FX) backend. | George Sapountzis | 2007-04-19 | 3 | -284/+6 |
| | | | | | | 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. | ||||
* | Defer buffer pool creation to the first context creation. | Thomas Hellstrom | 2007-04-17 | 3 | -43/+55 |
| | | | | | | 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. | ||||
* | r300: r300_render.c:391: warning: unused variable 'i' | Oliver McFadden | 2007-04-17 | 1 | -1/+0 |
| | |||||
* | just clean-ups | Brian | 2007-04-16 | 2 | -55/+48 |
| | |||||
* | move GL_EXT_stencil_two_side into alphabetical position | Brian | 2007-04-16 | 1 | -1/+1 |
| | |||||
* | Fix glActiveStencilFaceEXT dispatch problem (bug 10523). | Brian | 2007-04-16 | 1 | -6/+3 |
| | | | | | | | | 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. | ||||
* | remove _tnl_arb_vertex_program_stage | Brian | 2007-04-16 | 1 | -1/+0 |
| | |||||
* | remove _tnl_arb_vertex_program_stage | Brian | 2007-04-16 | 6 | -11/+0 |
| | |||||
* | use b->display instead of b->xm_visual->display to fix some problems ↵ | Brian | 2007-04-16 | 1 | -7/+7 |
| | | | | detected w/ valgrind | ||||
* | Make sure we are locked when creating drm buffer objects. | Thomas Hellstrom | 2007-04-16 | 6 | -5/+37 |
| | | | | | Don't place buffer objects on unfenced list when newly created. Fix a buffer object wait-for-idle deadlock. | ||||
* | set osmesa renderbuffer refcount=1 upon creation, free renderbuffer in ↵ | Brian | 2007-04-14 | 1 | -2/+7 |
| | | | | OSMesaDestroyContext() | ||||
* | r300: emit different clear paths for non-TCL, this gets the clear color correct | Dave Airlie | 2007-04-14 | 1 | -2/+15 |
| | |||||
* | r300: remove unneeded semicolon from macro | Dave Airlie | 2007-04-14 | 1 | -1/+1 |
| | |||||
* | r300: if we don't have TCL don't setup state emissions for vertex shaders | Dave Airlie | 2007-04-14 | 3 | -88/+104 |
| | |||||
* | xmesa: drop unused XMesaPutImageHelper. | George Sapountzis | 2007-04-13 | 2 | -24/+0 |
| | | | | | | | | 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. | ||||
* | xmesa: export xmesa functions used by xfree86. | George Sapountzis | 2007-04-13 | 2 | -14/+15 |
| | | | | | | | | | 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. | ||||
* | use _mesa_reference_renderbuffer(), fix typo | Brian | 2007-04-11 | 1 | -2/+2 |
| | |||||
* | rs480: set vap cntl to what fglrx uses for non-TCL cards | Dave Airlie | 2007-04-10 | 1 | -2/+4 |
| | |||||
* | i915: Bring test for vsync to pipe B in line with i915tex. | Michel Dänzer | 2007-04-10 | 1 | -1/+1 |
| | |||||
* | r300: don't enable VAP/TCL on cards that don't support it | Dave Airlie | 2007-04-10 | 2 | -0/+5 |
| | |||||
* | i915tex: Fix some mismatches between texels or bytes for pitch/stride. | Michel Dänzer | 2007-04-09 | 2 | -1/+2 |
| | |||||
* | i915tex: Make sure texture format fetch hooks are initialized. | Michel Dänzer | 2007-04-09 | 1 | -19/+1 |
| | |||||
* | the RS400 definitely doesn't work at this point so don't let it init | Dave Airlie | 2007-04-09 | 1 | -1/+2 |
| | |||||
* | i915tex: Clean up resizing of renderbuffers. | Michel Dänzer | 2007-04-08 | 2 | -17/+31 |
| | |||||
* | driUpdateFramebufferSize: Use ctx->Driver.ResizeBuffers. | Michel Dänzer | 2007-04-08 | 1 | -1/+1 |
| | |||||
* | xmesa: use newly added xm_image.[hc] | George Sapountzis | 2007-04-06 | 4 | -29/+13 |
| | | | | | | | | | 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) | ||||
* | xmesa: add xf86glx_util.[hc] from xserver as xm_image.[hc] | George Sapountzis | 2007-04-06 | 2 | -0/+254 |
| | |||||
* | include points.h to fix warnings | Brian | 2007-04-05 | 3 | -0/+3 |
| | |||||
* | Remove SI imports/exports remnants. | George Sapountzis | 2007-04-05 | 1 | -2/+0 |
| | |||||
* | Move glcontextmodes.c to glx. | George Sapountzis | 2007-04-05 | 2 | -585/+0 |
| | | | | | It is no longer linked with DRI drivers, libGL passes function pointers through the DRI interface. | ||||
* | remove debug printf | Brian | 2007-04-04 | 1 | -1/+0 |
| | |||||
* | i810/i915/i915tex: reinitialize the context point state | Xiang, Haihao | 2007-04-04 | 3 | -0/+15 |
| | |||||
* | Fix some bugs/issues related to alpha channel support. See bug 10483. | Brian | 2007-04-01 | 1 | -31/+23 |
| | |||||
* | If using PF_8A8B8G8R, be sure alpha is correctly handled. | Brian | 2007-04-01 | 2 | -23/+40 |
| | |||||
* | re-order tokens, fix comments | Brian | 2007-04-01 | 1 | -4/+4 |
| | |||||
* | Merge branch 'origin' | Eric Anholt | 2007-03-30 | 6 | -47/+26 |
|\ | |||||
| * | call DRI_VALIDATE_DRAWABLE_INFO(), bug 10477 | Gustavo Pichorim Boiko | 2007-03-30 | 1 | -1/+2 |
| | | |||||
| * | Clean and update XMesa/XFree86 interface. | George Sapountzis | 2007-03-30 | 5 | -46/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop XMesaSetVisualDisplay(), XMesaReset(), no longer used. Add XMesaCopyContext() and move the GlxSetRenderTables() call for XGL within XMesaForceCurrent(). This is to make xserver/GL/mesa/X/xf86glx.c unaware of Mesa internals. Also, clean some ifdef's to make it clear that USE_XSHM and XFree86Server are mutually exclusive. Lastly, - move gcstruct.h from glxheader.h up to xmesa_xf86.h since it calls *gc->ops - drop GL/glxtokens.h from xm_api|dd.c, GLX tokens come from glcore.h and are used irrelevant of XFree86. | ||||
* | | Merge branch 'crestline-qa', adding support for the 965GM chipset. | Eric Anholt | 2007-03-30 | 2 | -0/+4 |
|\ \ | |/ |/| | |||||
| * | Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestline | Nian Wu | 2007-03-26 | 5 | -286/+268 |
| |\ | |||||
| * \ | Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestline | Nian Wu | 2007-03-25 | 8 | -194/+163 |
| |\ \ | |||||
| * \ \ | Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestline | Nian Wu | 2007-03-24 | 3 | -113/+116 |
| |\ \ \ | |||||
| * \ \ \ | Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestline | Nian Wu | 2007-03-22 | 3 | -5/+5 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestline | Nian Wu | 2007-03-21 | 9 | -76/+67 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestline | Nian Wu | 2007-03-20 | 10 | -464/+911 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestline | Nian Wu | 2007-03-19 | 19 | -63/+74 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestline | Nian Wu | 2007-03-17 | 3 | -23/+37 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge git://proxy01.pd.intel.com:9419/git/mesa/mesa into crestline | Nian Wu | 2007-03-16 | 9 | -114/+119 |
| |\ \ \ \ \ \ \ \ \ |