Age | Commit message (Expand) | Author |
2007-07-25 | Implement line stippling. | Brian |
2007-07-25 | rename some vars | Brian |
2007-07-25 | implement DDX, DDY instructions | Brian |
2007-07-25 | Fix pinterp() to compute 1 / FRAG_ATTRIB_WPOS.w Update comments too. | Brian |
2007-07-25 | patch things up enough to allow texture sampling to work | Brian |
2007-07-24 | remove unused MAX_3D_TEXTURE_SIZE, reformattting | Brian |
2007-07-24 | use consistent indentation | Brian |
2007-07-24 | check return value of tgsi_parse_init() | Brian |
2007-07-24 | added PROGRAM_NAMED_PARAM in map_register_file() | Brian |
2007-07-24 | added GL_FRAGMENT_PROGRAM_NV in st_new_program() | Brian |
2007-07-24 | Add VF_ATTRIB_VAR0..7 for varying variables. | Brian |
2007-07-24 | added PROGRAM_UNIFORM to map_register_file() | Brian |
2007-07-24 | comments | Brian |
2007-07-24 | s/GLuint/GLbitfield/ | Brian |
2007-07-24 | Compute need_z and need_w properly and use the correct const/linear/perspecti... | Brian |
2007-07-24 | Fix a typo (i << i) that was fouling up the vertex layout info. | Brian |
2007-07-24 | added missing OPCODE_ARL to TGSI_OPCODES[], added sanity check assertion | Brian |
2007-07-24 | Basic fragment programs run now. | Brian |
2007-07-24 | rebuild quad pipeline when framebuffer changes too | Brian |
2007-07-24 | use enabled/linked fragment shader in preference to a fragment program | Brian |
2007-07-24 | call ctx->Driver.NewProgram() instead of _mesa_new_program() | Brian |
2007-07-24 | call ctx->Driver.NewProgram() instead of _mesa_new_program() | Brian |
2007-07-24 | Merge branch 'softpipe_0_1_branch' of git+ssh://brianp@git.freedesktop.org/gi... | Brian |
2007-07-23 | fix GLX_STEREO handling (bug 11705) | Brian |
2007-07-23 | Execute fs tokens. | michal |
2007-07-21 | Fix a number of MINGW32 issues | Zhang |
2007-07-21 | Remove ctx->Point._Size and ctx->Line._Width. | Brian |
2007-07-21 | set the _BaseFormat for window-framebuffers, could hit some assertion otherwise | Roland Scheidegger |
2007-07-20 | fix bogus recently introduced function param comments | Roland Scheidegger |
2007-07-20 | fix bogus recently introduced function param comments | Roland Scheidegger |
2007-07-20 | minor cleanups, disable debugging | Roland Scheidegger |
2007-07-19 | Trigger tgsi compilation for fragment programs. | Keith Whitwell |
2007-07-19 | remove some more really old ifdefed out code... | Roland Scheidegger |
2007-07-19 | fix mesa's handling of fbo's / window fb (again) | Roland Scheidegger |
2007-07-19 | more fixes for mesa's fbo handling (fixes tests/fbotest1/2) | Roland Scheidegger |
2007-07-19 | fix up mesa's probably bogus framebuffer updates with different read/write fbs | Roland Scheidegger |
2007-07-19 | fix mesa fb binding | Roland Scheidegger |
2007-07-19 | increase MAX_RELOCS so never run out before batch buffer is full (fixes xdemo... | Roland Scheidegger |
2007-07-19 | more cleanups (looks pretty reasonable now) | Roland Scheidegger |
2007-07-19 | fix drawables not getting freed if context is made current with new drawables | Roland Scheidegger |
2007-07-18 | fix mesa's handling of fbo's / window fb (again) | Roland Scheidegger |
2007-07-18 | more fixes for mesa's fbo handling (fixes tests/fbotest1/2) | Roland Scheidegger |
2007-07-18 | swapbuffers with non-current contexts, cleanups | Roland Scheidegger |
2007-07-18 | r300: Oops, made a mistake on commit fb4e071beda6e3b9e68a21bbc7649b6c4733c485. | Oliver McFadden |
2007-07-18 | r300: Cleaned up vertprog construction. | Oliver McFadden |
2007-07-18 | r300: Corrected texcoord start when BFC1 is enabled. | Tommy Schultz Lassen |
2007-07-17 | get rid of checks for old ddx | Roland Scheidegger |
2007-07-17 | remove some more old stuff | Roland Scheidegger |
2007-07-17 | get rid of more pageflip/rotation code. | Roland Scheidegger |
2007-07-17 | fix up mesa's probably bogus framebuffer updates with different read/write fbs | Roland Scheidegger |