summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* dri/nouveau: Use the XRGB8888 hardware texture format.Francisco Jerez2010-02-255-27/+49
* dri/nouveau: Use the hardware I8 format for intensity textures.Francisco Jerez2010-02-254-1/+4
* dri/nouveau: Implement EXT_texture_from_pixmap.Francisco Jerez2010-02-257-57/+116
* dri/nouveau: Support rectangle textures.Francisco Jerez2010-02-255-14/+100
* dri/nouveau: Don't try to map a non-existent teximage.Francisco Jerez2010-02-251-4/+7
* dri/nouveau: Add some RGB888 span functions.Francisco Jerez2010-02-251-0/+11
* dri/nouveau: Fake A8 and L8 texture support on nv04.Francisco Jerez2010-02-251-30/+46
* dri/nouveau: Restructure the nv[12]0 regcombiner code, and fake A8/L8 support.Francisco Jerez2010-02-257-129/+221
* dri/nouveau: Try to validate textures earlier.Francisco Jerez2010-02-256-112/+191
* dri/nouveau: Swizzle using the CPU when we hit a limitation of SIFM.Francisco Jerez2010-02-251-7/+89
* dri/nouveau: Clean up the nv04 surface code a bit.Francisco Jerez2010-02-251-26/+10
* dri/nouveau: Avoid mask overflow on nv04_surface_fill.Francisco Jerez2010-02-251-1/+1
* dri/nouveau: Set _BaseFormat correctly for z24s8 renderbuffers.Francisco Jerez2010-02-251-1/+1
* dri/nouveau: Fix stencil mask handling on glClear().Francisco Jerez2010-02-251-2/+2
* scons: Always build trace driverJosé Fonseca2010-02-252-5/+5
* python: Fix typo.Michal Krol2010-02-252-1/+1
* glapi/gen: just copy in glx/glapiGeorge Sapountzis2010-02-251-23/+21
* glapi: EXTRA_DEBUG is never defined, make this explicitGeorge Sapountzis2010-02-251-1/+1
* glapi: minor ugliness to be able to copy to xorgGeorge Sapountzis2010-02-255-15/+22
* docs: remove demos.html page which contained one dead linkBrian Paul2010-02-252-19/+0
* tgsi: Remove dead code.Michal Krol2010-02-251-12/+0
* mesa: Move src/mesa/glapi/dispatch.h to mesa.Chia-I Wu2010-02-2532-32/+32
* glapi: Move src/mesa/main/dispatch.c to glapi and rename.Chia-I Wu2010-02-259-17/+14
* glapi: Generated GLX sources should use glapidispatch.h.Chia-I Wu2010-02-253-3/+3
* mesa: Remove unused Makefile.{ugl,win}.Chia-I Wu2010-02-252-572/+0
* st/egl: Reduce validation round-trips in DRI2 backend.Chia-I Wu2010-02-251-14/+88
* st/egl: Reduce validation round-trips in ximage backend.Chia-I Wu2010-02-252-43/+39
* st/egl: Refactor dri2_surface_get_buffers.Chia-I Wu2010-02-251-51/+67
* st/egl: Add dri2InvalidateBuffers.Chia-I Wu2010-02-254-19/+74
* util: Assert that pointer is not null before dereferencing.Vinson Lee2010-02-251-1/+4
* mesa: Remove dead error condition.Vinson Lee2010-02-251-1/+1
* glu/sgi: Set freed pointer to NULL.Vinson Lee2010-02-251-0/+1
* r300g: Atomize vertex shader.Corbin Simpson2010-02-248-60/+58
* r300g: Move CALLOCs to correct place.Corbin Simpson2010-02-241-8/+7
* r300g: prevent CS overflow when emitting the draw packetsMarek Olšák2010-02-243-18/+55
* xeglgears: Update help textKristian Høgsberg2010-02-241-1/+2
* llvmpipe: clean up rasterization threads upon context destructionBrian Paul2010-02-242-0/+18
* vbo: remove dead codeBrian Paul2010-02-241-35/+3
* r300g: remove invalid .PHONY lineBrian Paul2010-02-241-2/+0
* gallium: remove extra -I paths from Makefile.templateBrian Paul2010-02-241-3/+0
* mesa: Fix SCons build.Vinson Lee2010-02-241-2/+2
* dri: remove old assertion (see bug 26734)Brian Paul2010-02-241-8/+0
* llvmpipe: more lp_rasterizer_task parameter passingBrian Paul2010-02-244-114/+89
* llvmpipe: pass fewer parameters to rasterization functionsBrian Paul2010-02-243-15/+9
* llvmpipe: added some assertionsBrian Paul2010-02-241-0/+5
* xeglgears: Remove borrowed GL_OES_EGL_image typesKristian Høgsberg2010-02-241-5/+3
* xeglgears: Add test case for texturing from an EGLImageKristian Høgsberg2010-02-241-23/+72
* egl_dri2: Implement EGL_KHR_image and EGL_KHR_image_pixmapKristian Høgsberg2010-02-241-4/+149
* intel: Implement GL_OES_EGL_image entrypointsKristian Høgsberg2010-02-242-0/+88
* intel: Implement DRI image extensionKristian Høgsberg2010-02-244-0/+104