Age | Commit message (Expand) | Author |
2007-01-17 | Fix/clean-up a number of things related to variable/temporary allocation. | Brian |
2007-01-17 | New debug config for linux-dri | Keith Whitwell |
2007-01-17 | I965: fix bug#9625-get the correct PV for quardstrip | Xiang, Haihao |
2007-01-17 | Fix bug#9673 | Xiang, Haihao |
2007-01-16 | Implement codegen for the selection operator ( b ? x : y ) | Brian |
2007-01-16 | fix typo | Brian |
2007-01-16 | draw a box, press 'a' to animate | Brian |
2007-01-16 | added some VerteAttrib funcs | Brian |
2007-01-16 | Added toyball and bumpmap tests using shaders from the OpenGL Shading Languag... | Brian |
2007-01-16 | when automatically binding vertex attributes, start with attrib 1, not 0 | Brian |
2007-01-16 | remove dead code | Brian |
2007-01-16 | comments | Brian |
2007-01-16 | implement logical or, xor, not | Brian |
2007-01-16 | some additional vector constructors | Brian |
2007-01-16 | nouveau: Use the most recent card list. | Stephane Marchesin |
2007-01-16 | fix _slang_gen_subscript() for the case when a simple vector is accessed as a... | Brian |
2007-01-16 | Don't special-case index, edgeflag. | Keith Whitwell |
2007-01-16 | Additional display list tests | Keith Whitwell |
2007-01-16 | Merge vbo_0_1_branch | Keith Whitwell |
2007-01-16 | Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i... | Keith Whitwell |
2007-01-16 | Merge branch 'vbo_0_1_branch' into vbo-0.2 | Keith Whitwell |
2007-01-16 | Merge branch 'master-merge' into vbo-0.2 | Keith Whitwell |
2007-01-15 | Use arrow keys to pan and z/Z to zoom in/out to explore the fractal. | Brian |
2007-01-15 | Added new directory of GL shading language demos: glsl | Brian |
2007-01-15 | Reimplement the post-increment/decrement functions. | Brian |
2007-01-15 | Implement the ++var and --var operators, improve some constructors. | Brian |
2007-01-15 | added vec3 constructor code | Brian |
2007-01-15 | added IR_ELEMENT | Brian |
2007-01-15 | checkpoint: ++, -- and && operators | Brian |
2007-01-15 | Redo the way array indexes are handled. Resolve storage location at code emi... | Brian |
2007-01-15 | mesa: Update _Current along Current on fragment program bound. | Jerome Glisse |
2007-01-15 | remove old globals | Brian |
2007-01-15 | comments | Brian |
2007-01-15 | Move some global vars into slang_assemble_ctx. | Brian |
2007-01-15 | nouveau:nv10: fix setting clip region | Patrice Mandin |
2007-01-15 | fix the subassig, mulassign and divassign cases | Brian |
2007-01-15 | clean-up slang_allocate_storage() | Brian |
2007-01-15 | Remove unused index buffer. | Keith Whitwell |
2007-01-15 | Don't special-case FOG attribute initialization. | Keith Whitwell |
2007-01-15 | Correctly initialize current attribute sizes. | Keith Whitwell |
2007-01-15 | Remove debug, reenable inplace splitting. | keithw |
2007-01-15 | Split too-large draw commands. | Keith Whitwell |
2007-01-15 | Remove special-case handling for index and edgeflag | Keith Whitwell |
2007-01-15 | Hook in split functionality | keithw |
2007-01-15 | Add vbo_split files | keithw |
2007-01-15 | New files to manage splitting drawing commands | keithw |
2007-01-15 | nouveau: Fix a bug in the nv04 swtcl. | Stephane Marchesin |
2007-01-15 | nouveau: Add 0x0244 pciid manually for now.. | Ben Skeggs |
2007-01-15 | nouveau: fail CreateScreen on unknown cards instead of guessing. | Ben Skeggs |
2007-01-15 | nouveau: Implement much of the fog handling. | Carlos Martín Nieto |