summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-11-07intel: wrap comment and fix typoBrian Paul1-2/+2
2011-11-07st/mesa: first implementation of Map/UnmapRenderbuffer()Brian Paul2-0/+61
2011-11-07xlib: implement renderbuffer mapping/unmappingBrian Paul4-5/+167
2011-11-07mesa: check for immutable texture in _mesa_test_texobj_completeness()Brian Paul1-4/+9
2011-11-07swrast: update program type assertionBrian Paul1-1/+3
2011-11-07st/mesa: clean-up st_translate_interp()Brian Paul1-3/+7
2011-11-07st/mesa: add some null pointer checking to better handle out of memoryBrian Paul3-10/+61
2011-11-07st/mesa: fix memory leaksMorgan Armand1-2/+2
2011-11-07st/mesa: fix indentationMorgan Armand2-9/+8
2011-11-07softpipe: fix memory leaksMorgan Armand2-1/+7
2011-11-07i965: Fix Sandybridge regression introduced by workaround-free math.Kenneth Graunke1-1/+1
2011-11-07i965: Enable faster workaround-free math on Ivybridge.Kenneth Graunke6-17/+81
2011-11-07mesa: add missing checks to compute_versionMarek Olšák1-0/+5
2011-11-07radeon: cleanup radeon shared code after r300 and r600 classic drivers removalFabio Pedretti10-958/+39
2011-11-06i965: Fix struct vs class warnings in brw_fs_vector_splitting.cpp.Kenneth Graunke1-2/+2
2011-11-06llvmpipe: fix typo in the depth sampling aos code.Dave Airlie1-1/+1
2011-11-06llvmpipe: enable RGTC after u_format fix.Dave Airlie1-5/+0
2011-11-06u_format: fix RGTC support in fits 8unorm.Dave Airlie1-2/+7
2011-11-06scons: add CPP_SOURCES for nv50/nvc0Chia-I Wu2-2/+4
2011-11-06android: add CPP_SOURCES for nv50/nvc0Chia-I Wu2-4/+4
2011-11-06android: reorder nouveau pipe driversChia-I Wu1-2/+2
2011-11-06gl3.txt: update for ARB_texture_storage.Dave Airlie1-1/+1
2011-11-06r600g: add initial linestipple support.Dave Airlie6-6/+51
2011-11-06gallivm: change sys::getHostTriple to sys::getDefaultTargetTriple for LLVM >=...Christian Inci1-0/+4
2011-11-05g3dvl: Fix memory leaks on error paths.Vinson Lee1-1/+4
2011-11-05pp: Reorder calloc to avoid memory leak on error path.Vinson Lee1-3/+4
2011-11-05r600g: move SPI setup to PS setupVadim Girlin4-74/+73
2011-11-05r600g: precalculate semantic indices for SPI setupVadim Girlin5-58/+65
2011-11-05docs: fix grammar and punctuation in llvmpipe docs.Matt Turner1-3/+3
2011-11-05gl3.txt: add not of ARB_texture_storage work started.Dave Airlie1-1/+1
2011-11-05docs: Update llvmpipe docs.José Fonseca1-25/+23
2011-11-05configure.ac: gbm_gallium requires DRI_LIB_DEPS to linkChia-I Wu1-2/+6
2011-11-05shared-glapi: fix a linking error for SELinuxChia-I Wu1-1/+1
2011-11-04Revert "r600g: precalculate semantic indices for SPI setup"Alex Deucher5-64/+57
2011-11-04Revert "r600g: move SPI setup to PS setup"Alex Deucher4-73/+74
2011-11-04svga: fix varying var remapping for unused FS outputsBrian Paul3-9/+22
2011-11-04svga: add comments and reformat code in svga_tgsi_decl_sm30.cBrian Paul1-47/+85
2011-11-04st/mesa: set geometry shader to NULL when doing internal drawingMarek Olšák8-2/+44
2011-11-04mesa/st: Be nice with the stack -- use malloc for large structures/arrays.José Fonseca1-12/+40
2011-11-04dri: cosmeticGeorge Sapountzis2-65/+42
2011-11-04dri_util: move drawable functionsGeorge Sapountzis1-27/+26
2011-11-04dri_util: move context functionsGeorge Sapountzis1-35/+36
2011-11-04dri_util: move context functionsGeorge Sapountzis1-86/+86
2011-11-04dri_util: move screen functionsGeorge Sapountzis1-100/+100
2011-11-04dri: drop stray includes and typedefGeorge Sapountzis1-11/+0
2011-11-04dri: move __driUtilMessage to xmlconfig.cGeorge Sapountzis4-30/+23
2011-11-04dri: drop drisw_util.hGeorge Sapountzis8-154/+12
2011-11-04dri: reorder as driver,screen,context,drawableGeorge Sapountzis1-65/+65
2011-11-04dri: unify __DRIcontextRec, __DRIdrawableRecGeorge Sapountzis2-19/+18
2011-11-04dri: unify __DRIscreenRecGeorge Sapountzis16-67/+55