summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)Author
2008-07-25Merge branch 'master' into drm-gemIan Romanick
2008-07-25intel: If a tex image doesn't fit in the object's tree, make a temporary tree.Eric Anholt
2008-07-25i965: fixup format for TFP zero copyDave Airlie
2008-07-25Revert "intel: disable zero-copy TFP."Dave Airlie
2008-07-25i965: make tex offset override work..Dave Airlie
2008-07-25intel: disable zero-copy TFP.Dave Airlie
2008-07-24intel: remove buffer swap debug outputJesse Barnes
2008-07-24Revert "965: Fix color clamping issues"Ian Romanick
2008-07-23965: Fix partially transparent textures in Doom 3 engine gamesPawel Pieczul
2008-07-23intel: Add a little span cache to spead up readpixels by cutting syscalls.Eric Anholt
2008-07-23intel-gem: Use pread/pwrite for span access.Eric Anholt
2008-07-23intel: improve 2d batchbuffer debug output.Eric Anholt
2008-07-23intel: Fix CopyTexSubImage's src tiling arg for the blit.Eric Anholt
2008-07-23intel: move renderbuffer mapping to separate functions.Eric Anholt
2008-07-22intel: fix buffer swaps and enable page flipping on 965Jesse Barnes
2008-07-21965: Fix color clamping issuesPawel Pieczul
2008-07-18intel-gem: Bump driver dateIan Romanick
2008-07-18intel: fix texture border issue. (bug #16697)Xiang, Haihao
2008-07-16intel: Clean-up ARB_texture_env_crossbarIan Romanick
2008-07-16Remove redundant initalization of MaxTextureUnitsIan Romanick
2008-07-15mesa: extra bracesBlair Sadewitz
2008-07-15intel-gem: Disable spantmp sse/mmx functions when tile swizzling.Eric Anholt
2008-07-14i915: fix build after previous commit.Eric Anholt
2008-07-14radeon: SetTexOffset supportChris Rankin
2008-07-14nouveau: say goodbye to the old DRI driver...Stephane Marchesin
2008-07-12r300_fragprog: Use nqssa+dce and program_pair for emitNicolai Haehnle
2008-07-12Always pass -linker and -ldflags to mklib for shared librariesDan Nicholson
2008-07-12Call mklib with $(SHELL) so the user controls the interpreterDan Nicholson
2008-07-12r300: Fix saturate mode handling in radeon_program_aluNicolai Haehnle
2008-07-12r500: Set Saturate correctly in radeon_program_pairNicolai Haehnle
2008-07-12r300: Fix input register allocation in radeon_program_pairNicolai Haehnle
2008-07-12r300: Explicitly set absolute value for the argument of RSQNicolai Haehnle
2008-07-12r500_fragprog: Major refactoring of final emitNicolai Haehnle
2008-07-12r500: Add "Not quite SSA" and dead code elimination passNicolai Haehnle
2008-07-12r500_fragprog: Transform trigonometric functions in first passNicolai Haehnle
2008-07-11drm-gem: Use new GEM ioctls for tiling state, and support new swizzle modes.Eric Anholt
2008-07-11R300: update vap_cntl values for NUM_FPUSAlex Deucher
2008-07-11Remove generated pkg-config files on `make clean'Dan Nicholson
2008-07-11intel: fix batch flushing problem with cliprects handling.Dave Airlie
2008-07-09i915: fall back to software rendering when shadow comparison isXiang, Haihao
2008-07-08i965: official name for GM45 chipsetXiang, Haihao
2008-07-06Set library and header installation directories from configurationDan Nicholson
2008-07-06r500_fragprog: Fix RSQ with negative parametersNicolai Haehnle
2008-07-06r300_fragprog: Emulate trigonometric functions in radeon_program_aluNicolai Haehnle
2008-07-06r300: Translate fragment program DST in radeon_program_aluNicolai Haehnle
2008-07-06r300: Translate fragment program LRP in radeon_program_alu.cNicolai Haehnle
2008-07-06r300: Allow adding parameters during fragprog transform, share LIT codeNicolai Haehnle
2008-07-05r300: Correctly scan for used temporary registersNicolai Haehnle
2008-07-05r500: Major refactoring of fragment program emitNicolai Haehnle
2008-07-05r300: Remove clause stuff for now in favour of a cloned generic gl_programNicolai Haehnle