summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-07-14nouveau: say goodbye to the old DRI driver...Stephane Marchesin62-21639/+0
2008-07-13glx/dri: only report DRI2 extensions when DRI2 is enabled.Dave Airlie5-6/+6
2008-07-12r300_fragprog: Use nqssa+dce and program_pair for emitNicolai Haehnle11-1688/+521
2008-07-12Always pass -linker and -ldflags to mklib for shared librariesDan Nicholson8-17/+20
2008-07-12Call mklib with $(SHELL) so the user controls the interpreterDan Nicholson21-29/+24
2008-07-12r300: Fix saturate mode handling in radeon_program_aluNicolai Haehnle1-50/+60
2008-07-12r500: Set Saturate correctly in radeon_program_pairNicolai Haehnle1-1/+6
2008-07-12r300: Fix input register allocation in radeon_program_pairNicolai Haehnle1-7/+15
2008-07-12r300: Explicitly set absolute value for the argument of RSQNicolai Haehnle1-0/+11
2008-07-12r500_fragprog: Major refactoring of final emitNicolai Haehnle8-825/+1290
2008-07-12r500: Add "Not quite SSA" and dead code elimination passNicolai Haehnle7-24/+524
2008-07-12r500_fragprog: Transform trigonometric functions in first passNicolai Haehnle4-90/+65
2008-07-11R300: update vap_cntl values for NUM_FPUSAlex Deucher2-8/+10
2008-07-11Remove generated pkg-config files on `make clean'Dan Nicholson6-2/+6
2008-07-11intel: fix batch flushing problem with cliprects handling.Dave Airlie2-2/+7
2008-07-09mesa: return -1, not GL_FALSE if _glapi_add_dispatch() fails name sanity checkBrian Paul1-2/+2
2008-07-09mesa: fix state.clip[n].plane parsing bug (bug 16611)Brian Paul1-3/+6
2008-07-09mesa: check for OpenBSD (bug 15604)Brian Paul1-1/+7
2008-07-09i915: fall back to software rendering when shadow comparison isXiang, Haihao1-7/+4
2008-07-08mesa: remove debug codemesa_7_1_rc3Brian Paul1-1/+0
2008-07-08bump version to rc3Brian Paul1-1/+1
2008-07-08mesa: implement glGetUniformiv() with new ctx->Driver functionBrian Paul3-9/+45
2008-07-08mesa: bump version to rc2mesa_7_1_rc2Brian Paul1-1/+1
2008-07-08added null texObj ptr check (bug 15567)Brian Paul1-12/+16
2008-07-08mesa: more debug outputBrian Paul1-22/+62
2008-07-08mesa: compute global var size before doing codegenBrian Paul1-9/+9
2008-07-08mesa: add missing VARYING case to storage_string()Brian Paul1-0/+2
2008-07-08i965: official name for GM45 chipsetXiang, Haihao10-30/+33
2008-07-07glx: add LIBGL_ALWAYS_SOFTWAREGeorge Sapountzis1-2/+9
2008-07-06Set library and header installation directories from configurationDan Nicholson13-57/+65
2008-07-06r500_fragprog: Fix RSQ with negative parametersNicolai Haehnle1-1/+2
2008-07-06r300_fragprog: Emulate trigonometric functions in radeon_program_aluNicolai Haehnle4-207/+153
2008-07-06r300: Translate fragment program DST in radeon_program_aluNicolai Haehnle3-36/+14
2008-07-06r300: Translate fragment program LRP in radeon_program_alu.cNicolai Haehnle3-45/+15
2008-07-06r300: Allow adding parameters during fragprog transform, share LIT codeNicolai Haehnle7-258/+216
2008-07-05r300: Correctly scan for used temporary registersNicolai Haehnle6-79/+126
2008-07-05r500: Major refactoring of fragment program emitNicolai Haehnle3-775/+458
2008-07-05r300: Remove clause stuff for now in favour of a cloned generic gl_programNicolai Haehnle10-460/+157
2008-07-05r500_fragprog: Cleanup some unused variables and code.Nicolai Haehnle2-46/+1
2008-07-05r500: Fix a mixup in fragment program LRP instruction emitNicolai Haehnle1-5/+4
2008-07-05r500: Fix blend color.Nicolai Haehnle2-12/+25
2008-07-05_mesa_clone_program: Copy ShadowSamplersNicolai Haehnle1-0/+1
2008-07-04r300: Fix depth texture in compare modeNicolai Haehnle2-48/+68
2008-07-04Enable TexGen based on InputsRead when a fragment program is activeNicolai Haehnle1-10/+18
2008-07-04mesa: generate GL_INVALID_OPERATION in _mesa_get_uniform_location() if progra...Brian Paul1-0/+5
2008-07-04mesa: remove incorrect assertionBrian Paul1-1/+0
2008-07-04glcontextmodes.c is required remove the reference in .gitignoreAlan Hourihane1-1/+0
2008-07-04mesa: fix polygon offset issue (bug #12061)Xiang, Haihao1-2/+2
2008-07-03mesa: fix various error codesBrian Paul1-88/+123
2008-07-03mesa: fix some error codes in _mesa_ShaderSourceARB()Brian Paul1-4/+4