summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-06-04Set the attribute as used.Brian Paul1-0/+3
2008-06-04i915: Fix GL_DEPTH_TEXTURE_MODE issue. (bug #16221)Xiang, Haihao1-1/+6
2008-06-04mesa/drm/ttm: allow build against non-TTM aware libdrmDave Airlie6-1/+84
2008-06-02bug #16503: use INSTALL macro instead of hard-coding to bin/minstallIan Romanick1-3/+3
2008-06-02[t_vp_build] Fix refcounting-related memory leakNicolai Haehnle1-3/+3
2008-06-02[texenvprogram] Fix refcounting-related memory leak.Nicolai Haehnle1-1/+2
2008-06-02r500: add missing brackets around depth testingDave Airlie1-1/+2
2008-06-01r5xx: Enable depth write emission.Corbin Simpson3-2/+11
2008-06-01r300: Writing to result.depth in fragment programs (R3xx; only stub for R5xx)Nicolai Haehnle3-30/+54
2008-06-01[r300] Fix KIL instruction and swizzling of texture coordinatesNicolai Haehnle2-57/+72
2008-06-01r5xx: Add OPCODE_FLR.Corbin Simpson1-0/+32
2008-05-31r5xx: Last emit_sop() for now.Corbin Simpson1-41/+5
2008-05-31r5xx: More emit_sop(), stage 2.Corbin Simpson1-24/+14
2008-05-31r5xx: Cleanup SOP with emit_sop().Corbin Simpson1-49/+43
2008-05-31r5xx: Dump shader constants when dumping program assembly.Corbin Simpson1-0/+13
2008-06-01r300: disable the lowimpact fallbacks by default.Dave Airlie1-1/+1
2008-05-31r500: Use 8bit fog alpha compare value.Markus Amsler1-0/+1
2008-05-29Fix segfault on exit in unichrome driver (bug 16150)Luc Verhaegen1-27/+29
2008-05-29Assorted Windows fixes (Karl Schultz)Brian Paul1-7/+7
2008-05-29Use the GLuint64EXT type defined by GL_EXT_timer_queryBrian Paul1-11/+6
2008-05-29R1/2/3/4/5xx: fixed calculation of cliprects in CopyBuffer.Dennis Kasprzyk3-12/+18
2008-05-29Report correct damage rectangle in CopySubBuffer.Dennis Kasprzyk1-2/+2
2008-05-29r300: fix R300_FG_ALPHA_FUNC_VAL_MASKMarkus Amsler1-1/+1
2008-05-28updated function listBrian Paul1-27/+4
2008-05-28replace make with $(MAKE) (bug 16133)Brian Paul1-1/+1
2008-05-28r300: disable cmdbuf debug againDave Airlie1-1/+1
2008-05-28Merge branch 'r500-support'Dave Airlie21-1337/+4571
2008-05-28r500: remove warnings and only start on newer drms.Dave Airlie1-8/+5
2008-05-28R3/4/5xx: update to use drm get_param for num gb pipesAlex Deucher3-28/+42
2008-05-28r500: cleanup warnings and include filesDave Airlie4-37/+4
2008-05-27set version string to 7.1 rc1Brian Paul1-1/+1
2008-05-27allow GLX_SAMPLES_ARB==0 (bug 16073)Brian Paul1-4/+5
2008-05-27updated for latest sourcesJouk Jansen1-3/+4
2008-05-27r5xx: Add OPCODE_XPD. In working condition, I might add.r500-supportCorbin Simpson1-0/+60
2008-05-27r5xx: Just a few small LIT fixes.Corbin Simpson1-5/+5
2008-05-27r5xx: Fix emit_mov() regression.Corbin Simpson1-0/+15
2008-05-27r500: the cs is shared per context - doh so don't use for program upload.Dave Airlie3-20/+2
2008-05-27r500: need to re-setup inst offset/end for translated programsDave Airlie1-0/+3
2008-05-27r500: reset fp/fp_const countsDave Airlie1-0/+3
2008-05-27r300/r500: emit flush inside vap_cntl state atomDave Airlie4-13/+22
2008-05-27r500: hopefully fix 4096 texture harderDave Airlie1-11/+15
2008-05-26r5xx: Fix FP temp counting.Corbin Simpson1-5/+8
2008-05-27r500: remove debuggingDave Airlie1-1/+0
2008-05-27r300/r500: fix r500 fragment program texture unit referencesDave Airlie1-1/+4
2008-05-27r500: initial support for tmu mappingsDave Airlie1-35/+83
2008-05-26r5xx: Enhance emit_mov().Corbin Simpson1-16/+11
2008-05-26r5xx: Moar LIT.Corbin Simpson1-55/+57
2008-05-26r5xx: First stab at LIT.Corbin Simpson1-0/+106
2008-05-25Replace copyright on r500_fragprog.cCorbin Simpson1-0/+3
2008-05-25r5xx: Unbreak texture swizzling.Corbin Simpson1-7/+6