summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-12-15tgsi/text: Don't use strncasecmp(), it breaks windows build.Michal Krol
2009-12-15r600: use _mesa_insert_instructions to fixup wpos instead of manual ins insertAndre Maasikas
2009-12-15r600: fix typos for vert-texAndre Maasikas
2009-12-15r600: fix fragment.positionAndre Maasikas
2009-12-15r600: add support for FRAG_ATTRIB_PNTCAndre Maasikas
2009-12-15r600: add DDX DDY opcodesAndre Maasikas
2009-12-14r600 : add texture support for vertex shader.Richard Li
2009-12-14tgsi: add properties and system value registerZack Rusin
2009-12-14nouveau: avoid running out of relocsMaarten Maathuis
2009-12-14nv50: be more cautious about using reg_instanceChristoph Bumiller
2009-12-14tgsi/ureg: Add ureg_DECL_gs_input().Michal Krol
2009-12-14nv50: store immediates as uint32Christoph Bumiller
2009-12-13nouveau: nv50: Add missing ctor_immd_4u32 functionPatrice Mandin
2009-12-13r300: enable accelerated support for glCopyTexImage only under KMSMaciej Cencora
2009-12-13r300: fix regression introduced by da73c1edMaciej Cencora
2009-12-13r300: fix glCopyTexSubImageMaciej Cencora
2009-12-13nv50: add proper zslice offset in miptree_surfaceChristoph Bumiller
2009-12-13nv50: use m2mf z pos instead of calculating offset manuallyChristoph Bumiller
2009-12-13nv50: add craziness for non-constant TXB and TXLChristoph Bumiller
2009-12-12Revert "nouveau: nv30: Disable swizzled surface usage if any dimension is 1 (...Patrice Mandin
2009-12-12nouveau: nv30: Disable swizzled surface usage if any dimension is 1 (Warsow c...Patrice Mandin
2009-12-12nv50: support TXB and TXLChristoph Bumiller
2009-12-12nv50: add S8Z24 depth texture format tooChristoph Bumiller
2009-12-12nv50: fix depth comparison func TSC bitsChristoph Bumiller
2009-12-12nv50: add src_mask case for IF opcodeChristoph Bumiller
2009-12-12nv50: plug memory leak in miptree creation/destructionChristoph Bumiller
2009-12-12nv50: use copies of tgsi src nv50_regsChristoph Bumiller
2009-12-12nv50: support vertex program texturesChristoph Bumiller
2009-12-12r300: disable blit debugging infoMaciej Cencora
2009-12-12r300: emit number of used colorbuffers to pass radeon cs checkerMaciej Cencora
2009-12-12r300: setup render target format for r300/r400 cards tooMaciej Cencora
2009-12-12r300: finish blit support for r300Maciej Cencora
2009-12-12more blit fixesMaciej Cencora
2009-12-12blit WIPMaciej Cencora
2009-12-12r300: use accelerated emit for CopyTex[Sub]Image functionsMaciej Cencora
2009-12-12r300: accelerated blit supportMaciej Cencora
2009-12-12r300: fix wrong assertionMaciej Cencora
2009-12-12r300: export translateTexFormat functionMaciej Cencora
2009-12-12r300: refactor PVS code and constants emissionMaciej Cencora
2009-12-12r300: refactor R500 fragment program emissionMaciej Cencora
2009-12-12r300: refactor color buffer setupMaciej Cencora
2009-12-12r300: use _mesa_meta_Clear for buffer clearsMaciej Cencora
2009-12-12r300: minor texture code refactoringMaciej Cencora
2009-12-11gallium: added comment for pipe_reference() return valueBrian Paul
2009-12-11mesa: minor reformatting/rewrapping in dd.hBrian Paul
2009-12-11mesa: remove unused ctx->Driver.ActiveTexture() hookBrian Paul
2009-12-11mesa: updated commentBrian Paul
2009-12-11Merge branch 'mesa_7_7_branch'Brian Paul
2009-12-11Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul
2009-12-11mesa: remove unnecessary loop in _mesa_remove_output_reads()Brian Paul