summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)Author
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
2008-07-05r500_fragprog: Cleanup some unused variables and code.Nicolai Haehnle
2008-07-05r500: Fix a mixup in fragment program LRP instruction emitNicolai Haehnle
2008-07-05r500: Fix blend color.Nicolai Haehnle
2008-07-04r300: Fix depth texture in compare modeNicolai Haehnle
2008-07-02intel: span rendering requires just a flush before starting, not finish.Eric Anholt
2008-07-02mesa: fix issues around multisample enableRoland Scheidegger
2008-07-02intel-gem: Emit an MI_FLUSH at glFlush() so frontbuffer rendering is flushed.Eric Anholt
2008-07-02intel-gem: Fix y-tile swizzling for our G965 with swizzle_mode=1.Eric Anholt
2008-07-02intel-gem: Fix Y-tiling span setup.Eric Anholt
2008-07-02set ctx->Const.MaxVertexTextureImageUnits = 0Brian Paul
2008-07-02VBO: Regenerate files based on recent changes to gl_API.xmlIan Romanick
2008-07-01intel-gem: Move bit 6 x tiling swizzle to a driconf option, and add new mode.Eric Anholt
2008-07-01dri: drop asserts to make build against stable libdrmDave Airlie
2008-07-01dri: Take the base image size into account when computingXiang, Haihao
2008-06-30r3xx/r5xx: Enable ARB_point_parameters.Corbin Simpson
2008-06-30r300: Fix dumb mistake in LOD bias translationNicolai Haehnle
2008-06-30r300: Cleanup LodBias supportNicolai Haehnle