summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-07-24use consistent indentationBrian
2007-07-24check return value of tgsi_parse_init()Brian
2007-07-24added PROGRAM_NAMED_PARAM in map_register_file()Brian
2007-07-24added GL_FRAGMENT_PROGRAM_NV in st_new_program()Brian
2007-07-24Add VF_ATTRIB_VAR0..7 for varying variables.Brian
2007-07-24added PROGRAM_UNIFORM to map_register_file()Brian
2007-07-24commentsBrian
2007-07-24s/GLuint/GLbitfield/Brian
2007-07-24Compute need_z and need_w properly and use the correct const/linear/perspecti...Brian
2007-07-24Fix a typo (i << i) that was fouling up the vertex layout info.Brian
2007-07-24added missing OPCODE_ARL to TGSI_OPCODES[], added sanity check assertionBrian
2007-07-24Basic fragment programs run now.Brian
2007-07-24rebuild quad pipeline when framebuffer changes tooBrian
2007-07-24use enabled/linked fragment shader in preference to a fragment programBrian
2007-07-24call ctx->Driver.NewProgram() instead of _mesa_new_program()Brian
2007-07-24call ctx->Driver.NewProgram() instead of _mesa_new_program()Brian
2007-07-24Merge branch 'softpipe_0_1_branch' of git+ssh://brianp@git.freedesktop.org/gi...Brian
2007-07-23fix GLX_STEREO handling (bug 11705)Brian
2007-07-23Execute fs tokens.michal
2007-07-21Fix a number of MINGW32 issuesZhang
2007-07-21Remove ctx->Point._Size and ctx->Line._Width.Brian
2007-07-21set the _BaseFormat for window-framebuffers, could hit some assertion otherwiseRoland Scheidegger
2007-07-20fix bogus recently introduced function param commentsRoland Scheidegger
2007-07-20fix bogus recently introduced function param commentsRoland Scheidegger
2007-07-20minor cleanups, disable debuggingRoland Scheidegger
2007-07-19Trigger tgsi compilation for fragment programs.Keith Whitwell
2007-07-19remove some more really old ifdefed out code...Roland Scheidegger
2007-07-19fix mesa's handling of fbo's / window fb (again)Roland Scheidegger
2007-07-19more fixes for mesa's fbo handling (fixes tests/fbotest1/2)Roland Scheidegger
2007-07-19fix up mesa's probably bogus framebuffer updates with different read/write fbsRoland Scheidegger
2007-07-19fix mesa fb bindingRoland Scheidegger
2007-07-19increase MAX_RELOCS so never run out before batch buffer is full (fixes xdemo...Roland Scheidegger
2007-07-19more cleanups (looks pretty reasonable now)Roland Scheidegger
2007-07-19fix drawables not getting freed if context is made current with new drawablesRoland Scheidegger
2007-07-18fix mesa's handling of fbo's / window fb (again)Roland Scheidegger
2007-07-18more fixes for mesa's fbo handling (fixes tests/fbotest1/2)Roland Scheidegger
2007-07-18swapbuffers with non-current contexts, cleanupsRoland Scheidegger
2007-07-18r300: Oops, made a mistake on commit fb4e071beda6e3b9e68a21bbc7649b6c4733c485.Oliver McFadden
2007-07-18r300: Cleaned up vertprog construction.Oliver McFadden
2007-07-18r300: Corrected texcoord start when BFC1 is enabled.Tommy Schultz Lassen
2007-07-17get rid of checks for old ddxRoland Scheidegger
2007-07-17remove some more old stuffRoland Scheidegger
2007-07-17get rid of more pageflip/rotation code.Roland Scheidegger
2007-07-17fix up mesa's probably bogus framebuffer updates with different read/write fbsRoland Scheidegger
2007-07-17fix mesa fb bindingRoland Scheidegger
2007-07-17remove old code, remaining bits of static handles, disable (no longer functio...Roland Scheidegger
2007-07-17increase MAX_RELOCS so never run out before batch buffer is full (fixes xdemo...Roland Scheidegger
2007-07-17Merge branch 'origin' into softpipe_0_1_branchKeith Whitwell
2007-07-17Merge branch 'i915tex_privbuffers' into softpipe_0_1_branchKeith Whitwell
2007-07-16r300: Corrected some progs/fp/* regressions from the BFC patch.Oliver McFadden