summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
2009-11-25scons: Autogenerate GLSL builtin library *_gc.h from *.gc files.Michal Krol2-1/+47
2009-11-23slang: Fix order of parameters to sl_pp_tokenise().Michal Krol1-1/+1
2009-11-21slang: No need to purify source text for tokeniser.Michal Krol1-12/+2
2009-11-13slang: Report syntax parser errors.Michal Krol1-5/+10
2009-11-13slang: Regenerate .gc files.Michal Krol5-2590/+2581
2009-11-13slang: Get rid of the old syntax file and utilities.Michal Krol5-2400/+0
2009-11-13slang: Plug in the new syntax parser.Michal Krol1-57/+58
2009-11-10slang: Update for glsl/pp interface changes.Michal Krol1-2/+4
2009-09-23grammar: Include the correct glsl pp header.Michal Krol1-1/+1
2009-09-22slang: Differentiate between uints and floats.Michal Krol3-5/+6
2009-09-22grammar: Differentiate between uints and floats.Michal Krol1-2/+4
2009-09-18slang: Use glsl pp public interface.Michal Krol1-18/+16
2009-09-17Merge commit 'origin/master' into glsl-pp-rework-2Michal Krol44-1924/+2641
2009-09-16mesa: begin some texstore code refactoringBrian Paul1-28/+25
2009-09-16mesa: meta driver functions for glCopyTex[Sub]Image()Brian Paul2-23/+335
2009-09-16swrast: remove mipmap generation checks (done in core Mesa now)Brian Paul1-25/+0
2009-09-16s3v: remove unneeded initializationsBrian Paul1-11/+0
2009-09-16ffb: remove disabled codeBrian Paul1-18/+0
2009-09-16slang: Propagate error messages from preprocessor.Michal Krol1-0/+5
2009-09-16slang: Invoke the preprocessor from withing the slang compiler.Michal Krol4-137/+132
2009-09-16Merge branch 'mesa_7_6_branch'Ian Romanick3-0/+668
2009-09-16Merge branch 'mesa_7_5_branch' into mesa_7_6_branchIan Romanick2-0/+667
2009-09-16intel: Deassociated drawables from private context struct in intelUnbindContextIan Romanick1-0/+8
2009-09-16i965: do a flush in clear, fix openarena render issue,Zou Nan hai1-0/+1
2009-09-16radeon: cleanup compile defines mess.Dave Airlie9-88/+67
2009-09-16radeon: oops remove debugging left on in previous patchDave Airlie1-2/+0
2009-09-16radeon: use txformat to decide to emit rect tex state.Dave Airlie1-4/+8
2009-09-15mesa: move generate mipmap callsBrian Paul10-177/+112
2009-09-15mesa: minor clean-upBrian Paul1-3/+3
2009-09-15mesa: remove last of gotosBrian Paul1-62/+62
2009-09-15mesa: more goto removalBrian Paul1-142/+129
2009-09-15mesa: remove some gotosBrian Paul1-105/+96
2009-09-15mesa: clean-up fbo debug codeBrian Paul1-16/+23
2009-09-15mesa: added GL_ARB_provoking_vertex (same as EXT version)Brian Paul1-0/+1
2009-09-15radeon: don't build non-r600 span code on r600Alex Deucher1-1/+5
2009-09-15r600: minor span cleanupsAlex Deucher1-4/+3
2009-09-15mesa: compile glUniformMatrix() functions into display listsBrian Paul1-0/+242
2009-09-15mesa: implement more glUniform display list functionsBrian Paul1-1/+365
2009-09-15mesa: compile glUniform4f() into display listsBrian Paul1-0/+26
2009-09-15mesa: compile glUseProgram/glUseProgramObjectARB into display listsBrian Paul1-0/+28
2009-09-15mesa: remove incorrect texture state checkBrian Paul1-6/+0
2009-09-15st/mesa: disable accidentally committed _mesa_print_program() callBrian Paul1-1/+1
2009-09-15Merge branch 'mesa_7_6_branch'Brian Paul4-4/+47
2009-09-15Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul3-3/+46
2009-09-15ARB prog parser: regenerated fileBrian Paul1-193/+197
2009-09-15ARB prog parser: more detailed error message for out of bounds ADDR offsetsBrian Paul1-4/+8
2009-09-15r600: support position_invariant programsAndre Maasikas1-12/+18
2009-09-14glsl: added some link debug code (disabled)Brian Paul1-0/+15
2009-09-14glsl: remove extra #version directives from concatenated shader sourcesBrian Paul1-0/+28
2009-09-14r600: add span support for 1D tilesAlex Deucher3-1/+223