summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-07-14mesa: also check for __NetBSD__Blair Sadewitz
2008-07-14mesa: check for null shader->SourceBrian Paul
2008-07-14radeon: SetTexOffset supportChris Rankin
2008-07-14nouveau: say goodbye to the old DRI driver...Stephane Marchesin
2008-07-13glx/dri: only report DRI2 extensions when DRI2 is enabled.Dave Airlie
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-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-09mesa: return -1, not GL_FALSE if _glapi_add_dispatch() fails name sanity checkBrian Paul
2008-07-09mesa: fix state.clip[n].plane parsing bug (bug 16611)Brian Paul
2008-07-09mesa: check for OpenBSD (bug 15604)Brian Paul
2008-07-09i915: fall back to software rendering when shadow comparison isXiang, Haihao
2008-07-08mesa: remove debug codeBrian Paul
2008-07-08bump version to rc3Brian Paul
2008-07-08mesa: implement glGetUniformiv() with new ctx->Driver functionBrian Paul
2008-07-08mesa: bump version to rc2Brian Paul
2008-07-08added null texObj ptr check (bug 15567)Brian Paul
2008-07-08mesa: more debug outputBrian Paul
2008-07-08mesa: compute global var size before doing codegenBrian Paul
2008-07-08mesa: add missing VARYING case to storage_string()Brian Paul
2008-07-08i965: official name for GM45 chipsetXiang, Haihao
2008-07-07glx: add LIBGL_ALWAYS_SOFTWAREGeorge Sapountzis
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-05_mesa_clone_program: Copy ShadowSamplersNicolai Haehnle
2008-07-04r300: Fix depth texture in compare modeNicolai Haehnle
2008-07-04Enable TexGen based on InputsRead when a fragment program is activeNicolai Haehnle
2008-07-04mesa: generate GL_INVALID_OPERATION in _mesa_get_uniform_location() if progra...Brian Paul
2008-07-04mesa: remove incorrect assertionBrian Paul
2008-07-04glcontextmodes.c is required remove the reference in .gitignoreAlan Hourihane