summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* st/mesa: first implementation of Map/UnmapRenderbuffer()Brian Paul2011-11-072-0/+61
* xlib: implement renderbuffer mapping/unmappingBrian Paul2011-11-074-5/+167
* mesa: check for immutable texture in _mesa_test_texobj_completeness()Brian Paul2011-11-071-4/+9
* swrast: update program type assertionBrian Paul2011-11-071-1/+3
* st/mesa: clean-up st_translate_interp()Brian Paul2011-11-071-3/+7
* st/mesa: add some null pointer checking to better handle out of memoryBrian Paul2011-11-073-10/+61
* st/mesa: fix memory leaksMorgan Armand2011-11-071-2/+2
* st/mesa: fix indentationMorgan Armand2011-11-072-9/+8
* softpipe: fix memory leaksMorgan Armand2011-11-072-1/+7
* i965: Fix Sandybridge regression introduced by workaround-free math.Kenneth Graunke2011-11-071-1/+1
* i965: Enable faster workaround-free math on Ivybridge.Kenneth Graunke2011-11-076-17/+81
* mesa: add missing checks to compute_versionMarek Olšák2011-11-071-0/+5
* radeon: cleanup radeon shared code after r300 and r600 classic drivers removalFabio Pedretti2011-11-0710-958/+39
* i965: Fix struct vs class warnings in brw_fs_vector_splitting.cpp.Kenneth Graunke2011-11-061-2/+2
* llvmpipe: fix typo in the depth sampling aos code.Dave Airlie2011-11-061-1/+1
* llvmpipe: enable RGTC after u_format fix.Dave Airlie2011-11-061-5/+0
* u_format: fix RGTC support in fits 8unorm.Dave Airlie2011-11-061-2/+7
* scons: add CPP_SOURCES for nv50/nvc0Chia-I Wu2011-11-062-2/+4
* android: add CPP_SOURCES for nv50/nvc0Chia-I Wu2011-11-062-4/+4
* android: reorder nouveau pipe driversChia-I Wu2011-11-061-2/+2
* gl3.txt: update for ARB_texture_storage.Dave Airlie2011-11-061-1/+1
* r600g: add initial linestipple support.Dave Airlie2011-11-066-6/+51
* gallivm: change sys::getHostTriple to sys::getDefaultTargetTriple for LLVM >=...Christian Inci2011-11-061-0/+4
* g3dvl: Fix memory leaks on error paths.Vinson Lee2011-11-051-1/+4
* pp: Reorder calloc to avoid memory leak on error path.Vinson Lee2011-11-051-3/+4
* r600g: move SPI setup to PS setupVadim Girlin2011-11-054-74/+73
* r600g: precalculate semantic indices for SPI setupVadim Girlin2011-11-055-58/+65
* docs: fix grammar and punctuation in llvmpipe docs.Matt Turner2011-11-051-3/+3
* gl3.txt: add not of ARB_texture_storage work started.Dave Airlie2011-11-051-1/+1
* docs: Update llvmpipe docs.José Fonseca2011-11-051-25/+23
* configure.ac: gbm_gallium requires DRI_LIB_DEPS to linkChia-I Wu2011-11-051-2/+6
* shared-glapi: fix a linking error for SELinuxChia-I Wu2011-11-051-1/+1
* Revert "r600g: precalculate semantic indices for SPI setup"Alex Deucher2011-11-045-64/+57
* Revert "r600g: move SPI setup to PS setup"Alex Deucher2011-11-044-73/+74
* svga: fix varying var remapping for unused FS outputsBrian Paul2011-11-043-9/+22
* svga: add comments and reformat code in svga_tgsi_decl_sm30.cBrian Paul2011-11-041-47/+85
* st/mesa: set geometry shader to NULL when doing internal drawingMarek Olšák2011-11-048-2/+44
* mesa/st: Be nice with the stack -- use malloc for large structures/arrays.José Fonseca2011-11-041-12/+40
* dri: cosmeticGeorge Sapountzis2011-11-042-65/+42
* dri_util: move drawable functionsGeorge Sapountzis2011-11-041-27/+26
* dri_util: move context functionsGeorge Sapountzis2011-11-041-35/+36
* dri_util: move context functionsGeorge Sapountzis2011-11-041-86/+86
* dri_util: move screen functionsGeorge Sapountzis2011-11-041-100/+100
* dri: drop stray includes and typedefGeorge Sapountzis2011-11-041-11/+0
* dri: move __driUtilMessage to xmlconfig.cGeorge Sapountzis2011-11-044-30/+23
* dri: drop drisw_util.hGeorge Sapountzis2011-11-048-154/+12
* dri: reorder as driver,screen,context,drawableGeorge Sapountzis2011-11-041-65/+65
* dri: unify __DRIcontextRec, __DRIdrawableRecGeorge Sapountzis2011-11-042-19/+18
* dri: unify __DRIscreenRecGeorge Sapountzis2011-11-0416-67/+55
* dri: unify __DriverAPIRecGeorge Sapountzis2011-11-048-49/+29