| Commit message (Expand) | Author | Age | Files | Lines |
* | i915g: Correct and add supperted texture formats | Jakob Bornecrantz | 2010-03-25 | 2 | -1/+13 |
* | st/dri: Fix for X server 1.6.0 (DRI2 version 1) | Jakob Bornecrantz | 2010-03-25 | 1 | -1/+9 |
* | llvmpipe: fix texture reference counting bug | Brian Paul | 2010-03-24 | 2 | -6/+22 |
* | progs/demos: add other modes/patterns to dissolve demo | Brian Paul | 2010-03-24 | 1 | -6/+131 |
* | r100/r200/r300/r600: enable accel for Copy/DrawPixels without kms | Alex Deucher | 2010-03-24 | 4 | -16/+12 |
* | i965: Handle the negate and abs swizzles on brw_wm_glsl.c immediate args. | Eric Anholt | 2010-03-24 | 1 | -2/+12 |
* | progs/glsl: remove/replace //-style comments | Brian Paul | 2010-03-24 | 2 | -3/+2 |
* | progs/glsl: silence warnings, remove debug code, adjust window size, etc | Brian Paul | 2010-03-24 | 2 | -31/+35 |
* | demos: import GLSL raytracing demos | RALOVICH, Kristóf | 2010-03-24 | 3 | -1/+751 |
* | st/mesa: fix typo in prev commit | Brian Paul | 2010-03-24 | 1 | -1/+1 |
* | st/mesa: fix sampler_view destruction bug when texture is shared | Brian Paul | 2010-03-24 | 1 | -2/+10 |
* | st/mesa: code clean-ups, formatting fixes, comments, etc | Brian Paul | 2010-03-24 | 1 | -16/+31 |
* | st/mesa: rename st_clear() to st_Clear() | Brian Paul | 2010-03-24 | 1 | -2/+2 |
* | st/mesa: return GL_TRUE/GL_FALSE if return type is GLboolean | Brian Paul | 2010-03-24 | 1 | -15/+13 |
* | progs/egl: Link xeglthreads to libpthread. | Chia-I Wu | 2010-03-24 | 1 | -1/+1 |
* | swrast: improve depth texture mipmap selection | Brian Paul | 2010-03-23 | 1 | -11/+30 |
* | st/glx: add support for multiple displays | Brian Paul | 2010-03-23 | 1 | -4/+26 |
* | glslcompiler: added option to do linking of vert/frag shaders | Brian Paul | 2010-03-23 | 1 | -12/+37 |
* | dri: fix dri_test.c for non-TLS build | Luca Barbieri | 2010-03-23 | 1 | -2/+7 |
* | dri: add _glthread_GetID to dri_test.c dummy glapi | Luca Barbieri | 2010-03-23 | 1 | -0/+6 |
* | dri: make unresolved symbol test link work even without a libGL.so | Luca Barbieri | 2010-03-23 | 3 | -2/+70 |
* | Change libX11 variables to not conflict with AC_PATH_XTRA | Dan Nicholson | 2010-03-23 | 6 | -9/+13 |
* | dri: Add $(DRI_LIB_DEPS) when linking the test binary | Kristian Høgsberg | 2010-03-23 | 2 | -2/+2 |
* | i965: Stop abusing ctx->NewState flags for storing driver internal changes. | Eric Anholt | 2010-03-23 | 1 | -3/+3 |
* | mesa: Also print _NEW_STENCIL in _mesa_print_state() | Kristian Høgsberg | 2010-03-23 | 1 | -1/+2 |
* | nvfx: add NOUVEAU_VTXIDX_IN_VRAM variable to put vertex/index buffers in VRAM | Luca Barbieri | 2010-03-23 | 3 | -1/+33 |
* | nvfx: delay allocation of buffers in GART/VRAM to validation time | Luca Barbieri | 2010-03-23 | 2 | -5/+3 |
* | st/mesa: make st_manager.c set have[Stencil|Depth]Buffer only if bits > 0 | Luca Barbieri | 2010-03-23 | 1 | -3/+3 |
* | dri: use mv -f instead of mv to ensure no prompting occurs | Luca Barbieri | 2010-03-23 | 2 | -2/+2 |
* | Merge branch '7.8' | Brian Paul | 2010-03-23 | 4 | -189/+230 |
|\ |
|
| * | softpipe: comments, re-formatting, etc | Brian Paul | 2010-03-23 | 1 | -14/+24 |
| * | softpipe: add special cases for all Z compare modes for 16-bit Z buffer | Brian Paul | 2010-03-23 | 2 | -173/+195 |
| * | st/glx: better format selection in xmesa_choose_z_stencil_format() | Brian Paul | 2010-03-23 | 1 | -17/+24 |
| * | Add missing EGL files to the tarballs. | Chia-I Wu | 2010-03-23 | 1 | -0/+9 |
| * | glx: Suppress BadDrawable from DRI2CopyRegion | Kristian Høgsberg | 2010-03-22 | 1 | -1/+14 |
| * | mesa: set version string to 7.8-rc27.8-rc2 | Ian Romanick | 2010-03-22 | 2 | -2/+2 |
| * | intel: Call intel_prepare_render() before looking up regions. | Kristian Høgsberg | 2010-03-22 | 3 | -6/+9 |
| * | Fix potential compilation issue in visual studio project file | Karl Schultz | 2010-03-22 | 1 | -2/+2 |
* | | nvfx: don't crash on empty fragment program | Luca Barbieri | 2010-03-23 | 1 | -1/+2 |
* | | nvfx: fix coding style in nvfx_transfer.c | Luca Barbieri | 2010-03-23 | 1 | -8/+8 |
* | | nvfx: stop incessantly spewing debug messages on the terminal | Luca Barbieri | 2010-03-23 | 2 | -3/+8 |
* | | nvfx: fix/workaround nv3x hwtnl issues | Luca Barbieri | 2010-03-23 | 1 | -5/+6 |
* | | dri: test whether the built drivers have unresolved symbols | Luca Barbieri | 2010-03-23 | 3 | -4/+20 |
* | | radeong: fix build issue with libdrm < 2.4.19 | Marek Olšák | 2010-03-23 | 2 | -0/+6 |
* | | r300g: fix glean occlusion query test | Dave Airlie | 2010-03-23 | 1 | -0/+2 |
* | | glx: Suppress BadDrawable from DRI2CopyRegion | Kristian Høgsberg | 2010-03-22 | 1 | -1/+14 |
* | | gallium/docs: Cleanup and clarify point ras info. | Corbin Simpson | 2010-03-22 | 1 | -32/+44 |
* | | radeong: Always initialize this variable. | Corbin Simpson | 2010-03-22 | 1 | -2/+2 |
* | | r300g: Cleanup a few old warnings. | Corbin Simpson | 2010-03-22 | 1 | -24/+9 |
* | | GLX/OML: honor OML semantics even if target, divisor and remainder are 0 | Jesse Barnes | 2010-03-22 | 1 | -0/+3 |