| Commit message (Expand) | Author | Age | Files | Lines |
* | s/fog/attrib[FRAG_ATTRIB_FOGC][0]/ | Brian | 2007-04-24 | 1 | -1/+1 |
* | assorted fixes for Windows/VC8 | Karl Schultz | 2007-04-24 | 3 | -4/+57 |
* | Added proper cleanup code | Sean D'Epagnier | 2007-04-23 | 1 | -0/+14 |
* | Fixed fallout, glfbdev driver was calling a nop function that was removed.mesa_6_5_3_rc2 | Sean D'Epagnier | 2007-04-21 | 1 | -1/+0 |
* | s/occlude.h/queryobj.h/ | Brian | 2007-04-21 | 1 | -1/+1 |
* | xmesa: call _glapi_set_dispatch() for all xserver DDXes. | George Sapountzis | 2007-04-20 | 1 | -2/+0 |
* | xmesa: minor cosmetic | George Sapountzis | 2007-04-20 | 1 | -29/+25 |
* | xmesa: split FX functions to separate file, part 2. | George Sapountzis | 2007-04-20 | 4 | -15/+32 |
* | xmesa: split FX functions to separate file, part 1. | George Sapountzis | 2007-04-20 | 4 | -240/+300 |
* | 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 |
* | xmesa: drop glide (FX) backend. | George Sapountzis | 2007-04-19 | 3 | -284/+6 |
* | Defer buffer pool creation to the first context creation. | Thomas Hellstrom | 2007-04-17 | 3 | -43/+55 |
* | 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 |
* | 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 detected... | Brian | 2007-04-16 | 1 | -7/+7 |
* | Make sure we are locked when creating drm buffer objects. | Thomas Hellstrom | 2007-04-16 | 6 | -5/+37 |
* | set osmesa renderbuffer refcount=1 upon creation, free renderbuffer in OSMesa... | Brian | 2007-04-14 | 1 | -2/+7 |
* | 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 |
* | xmesa: export xmesa functions used by xfree86. | George Sapountzis | 2007-04-13 | 2 | -14/+15 |
* | 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 |
* | 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 |
* | 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 |
* | | Merge branch 'crestline-qa', adding support for the 965GM chipset. | Eric Anholt | 2007-03-30 | 2 | -0/+4 |
|\ \
| |/
|/| |
|