| Commit message (Expand) | Author | Age | Files | Lines |
* | r600: enable sampler lod* bits | Andre Maasikas | 2010-01-22 | 1 | -10/+26 |
* | r600: update vport z & clipping when depth_clamp is changed | Andre Maasikas | 2010-01-22 | 1 | -0/+4 |
* | r600: fix brownbag, only align if we are dealing with cubemap | Andre Maasikas | 2010-01-22 | 1 | -1/+1 |
* | r600: cubemap levels seem to be aligned to 8 images | Andre Maasikas | 2010-01-22 | 1 | -0/+6 |
* | radeon/fbo: flush rendering before generating mipmaps | Andre Maasikas | 2010-01-22 | 1 | -0/+7 |
* | radeon/fbo: use correct depth texture offset for depth textures | Andre Maasikas | 2010-01-22 | 3 | -26/+4 |
* | r600: enable draw_offset | Andre Maasikas | 2010-01-22 | 1 | -2/+1 |
* | docs: Update sourcetree.html for EGL and the state trackers. | Chia-I Wu | 2010-01-22 | 1 | -6/+7 |
* | st/egl_g3d: Rename to st/egl. | Chia-I Wu | 2010-01-22 | 36 | -26/+25 |
* | winsys/drm: Update the options of mklib in Makefile.egl_g3d. | Chia-I Wu | 2010-01-22 | 1 | -1/+2 |
* | egl: Remove egl_softpipe. | Chia-I Wu | 2010-01-22 | 8 | -1216/+5 |
* | winsys/drm: Add swrast. | Chia-I Wu | 2010-01-22 | 8 | -2/+72 |
* | st/egl: Remove the egl state tracker. | Chia-I Wu | 2010-01-22 | 15 | -1249/+8 |
* | egl: Remove USING_EGL and the related drivers. | Chia-I Wu | 2010-01-22 | 13 | -2015/+0 |
* | egl: Remove the demo driver. | Chia-I Wu | 2010-01-22 | 4 | -323/+2 |
* | st/egl_g3d: Use glxinit.c from egl_xdri. | Chia-I Wu | 2010-01-22 | 4 | -590/+10 |
* | docs: Update the status of egl_xdri. | Chia-I Wu | 2010-01-22 | 1 | -6/+6 |
* | egl_xdri: Add support for DRISW. | Chia-I Wu | 2010-01-22 | 3 | -15/+42 |
* | egl_xdri: Flush commands on context switch and buffer swap. | Chia-I Wu | 2010-01-22 | 1 | -6/+24 |
* | egl_xdri: Report only OpenGL support. | Chia-I Wu | 2010-01-22 | 1 | -9/+2 |
* | egl_xdri: Do not reinitialize in __glXInitialize. | Chia-I Wu | 2010-01-22 | 3 | -25/+78 |
* | egl_glx: Report only OpenGL support. | Chia-I Wu | 2010-01-22 | 1 | -10/+3 |
* | egl: Update driver Makefiles. | Chia-I Wu | 2010-01-22 | 2 | -134/+23 |
* | egl: Add Makefile.template for EGL drivers. | Chia-I Wu | 2010-01-22 | 1 | -0/+51 |
* | winsys/drm: Update Makefile.template. | Chia-I Wu | 2010-01-22 | 1 | -8/+1 |
* | Fix typo in configure message for gcc -fvisibility=hidden | Alan Coopersmith | 2010-01-21 | 1 | -1/+1 |
* | gallium: fix conditional rendering comment | Brian Paul | 2010-01-21 | 1 | -1/+1 |
* | gallium/docs: document conditional rendering | Brian Paul | 2010-01-21 | 1 | -0/+36 |
* | gallium: updated comments, whitespace fixes | Brian Paul | 2010-01-21 | 1 | -15/+15 |
* | mesa: minor whitespace fix | Brian Paul | 2010-01-21 | 1 | -1/+1 |
* | mesa: support for GL_ARB_fragment_coord_conventions | Luca Barbieri | 2010-01-21 | 5 | -0/+20 |
* | progs/fp: testcases for GL_ARB_fragment_coord_conventions | Brian Paul | 2010-01-21 | 4 | -0/+22 |
* | docs: remove old pbuffer info | Brian Paul | 2010-01-21 | 2 | -55/+0 |
* | docs: added target attribute to external URLs | Brian Paul | 2010-01-21 | 2 | -2/+4 |
* | docs: add links to the egl, openvg, opengles pages | Brian Paul | 2010-01-21 | 1 | -1/+4 |
* | softpipe: added region assertions in softpipe_get_tex_transfer() | Brian Paul | 2010-01-21 | 1 | -0/+4 |
* | docs: new Mesa source tree overview page. | Brian Paul | 2010-01-21 | 2 | -0/+166 |
* | dri: Remove unnecessary glapi headers. | Chia-I Wu | 2010-01-21 | 6 | -9/+0 |
* | Do not include glapi/dispatch.h outside Mesa core. | Chia-I Wu | 2010-01-21 | 6 | -6/+10 |
* | docs: Update documentation for OpenVG and OpenGL ES. | Chia-I Wu | 2010-01-21 | 2 | -15/+8 |
* | docs: Add documentation for EGL. | Chia-I Wu | 2010-01-21 | 1 | -0/+224 |
* | gallium/i965: Make brw_batchbuffer prototypes match in source & header | Alan Coopersmith | 2010-01-20 | 2 | -3/+3 |
* | radeong: Fix EGL driver names. | Corbin Simpson | 2010-01-20 | 2 | -2/+2 |
* | Fix touching live system during install. | Tomas Chvatal | 2010-01-20 | 1 | -1/+1 |
* | r200: re-adding missing pitch alignment check in blit code | Alex Deucher | 2010-01-20 | 1 | -0/+4 |
* | mesa: replace questionable CPU_TO_LE32 macro with function | Brian Paul | 2010-01-20 | 1 | -6/+9 |
* | Copy __FUNCTION__ portability #defines from mesa/compiler.h to eglcompiler.h | Alan Coopersmith | 2010-01-20 | 1 | -0/+18 |
* | r200: fix some breakage after move to common blit code | Alex Deucher | 2010-01-20 | 1 | -4/+0 |
* | r200: fix typo in 76cf2618327a7f008dcfd0d91d64d6d9e01f9a9c | Alex Deucher | 2010-01-20 | 1 | -1/+1 |
* | st/egl_g3d: Add support for driver probe. | Chia-I Wu | 2010-01-20 | 2 | -11/+108 |