Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-20 | Disable fragment program debug messages. | Rune Petersen | |
2006-11-20 | Add state initialization to context creation. | Jeremy Kolb | |
2006-11-20 | Fix typos that meant vbos were never unmapped | Keith Whitwell | |
2006-11-20 | fix glPopAttrib/color material bug #9091 | Brian Paul | |
2006-11-20 | Committing in . | Jouk Jansen | |
Solve small definition problem for OpenVMS Modified Files: Mesa/src/mesa/shader/descrip.mms | |||
2006-11-20 | Don't perform dangling attribute check on POS attribute. It can't by | Keith Whitwell | |
definition dangle (every vertex has a position). However save->currentsz isn't properly maintained for this attribute, as there is no current position value to track. Based on patch from Haihao Xiang. | |||
2006-11-20 | Don't perform dangling attribute check on POS attribute. It can't by | Keith Whitwell | |
definition dangle (every vertex has a position). However save->currentsz isn't properly maintained for this attribute, as there is no current position value to track. Reported by Haihao Xiang. | |||
2006-11-19 | Cleanup the swtcl code. | Stephane Marchesin | |
2006-11-19 | Use NONINC_METHOD for vertex data. | Stephane Marchesin | |
2006-11-19 | More work on the swtcl | Stephane Marchesin | |
2006-11-19 | More fifo debug fixes | Stephane Marchesin | |
2006-11-19 | Oops. | Stephane Marchesin | |
2006-11-19 | Fix the fifo debugging feature. | Stephane Marchesin | |
2006-11-19 | New swtcl implementation. It's simpler than the previous one (doesn't use | Stephane Marchesin | |
templates) and it is probably faster as well | |||
2006-11-19 | Don't bother touching lighting stuff if shaders are in use | Ben Skeggs | |
2006-11-19 | Fix nv30LineWidth, hw expects a ubyte. | Ben Skeggs | |
2006-11-19 | Avoid sharing subchannels with the ddx until context switching is done | Ben Skeggs | |
properly.. | |||
2006-11-19 | More FIFO fixes. | Ben Skeggs | |
2006-11-19 | Stupid bug.. | Ben Skeggs | |
2006-11-19 | poke the correct FIFO regs | Ben Skeggs | |
2006-11-18 | move fix-up code into new slang_fixup_save() function | Brian Paul | |
2006-11-18 | delete shader objects when destroying shared context state | Brian Paul | |
2006-11-18 | comments | Brian Paul | |
2006-11-18 | reindent | Brian Paul | |
2006-11-18 | additional fixes for mipmap building (Greg McGarragh) | Brian Paul | |
2006-11-18 | fix mgl name mangling problem | Brian Paul | |
2006-11-18 | More state functions | Stephane Marchesin | |
2006-11-18 | Add nv20_state.c ; hook nv10_state.c into the build ; do the renaming | Stephane Marchesin | |
required by the renouveau changes. | |||
2006-11-17 | Small unneeded nv03 fix | Stephane Marchesin | |
2006-11-17 | Use RENDERINPUTS macros to access render_inputs_bitset | Ben Skeggs | |
2006-11-17 | fragment.position support | Rune Petersen | |
World position is calculated in the vertex shader and passed to the fragment shader via an unused texcoord. | |||
2006-11-17 | r300_select_vertex_shader4: | Rune Petersen | |
Makes the vertex program output from the fragment input. It makes the driver capable of catching output-input mismatches safely. Primarily based on some of Aapo Tahkola's code. | |||
2006-11-17 | reindent, doxygen-style comments | Brian Paul | |
2006-11-17 | Comment and indent the atom functions. | Michal Krol | |
2006-11-17 | fix some gluBuild2DMipmap bugs (Greg McGarragh) | Brian Paul | |
2006-11-17 | add STATE_INTERNAL_DRIVER, etc (Rune Petersen) | Brian Paul | |
2006-11-17 | Adapt FIFO code to deal with cases where the base GET/PUT value isn't 0. | Ben Skeggs | |
2006-11-16 | jkolb pointed out that face can also be FRONT_AND_BACK. Added stencil funcs | Ben Skeggs | |
2006-11-16 | revert prev check-in | Brian Paul | |
2006-11-16 | Add nv30InitStateFuncs | Ben Skeggs | |
2006-11-16 | Add a lot of const qualifiers for const-correctness. | Brian Paul | |
New comments, misc clean-ups. | |||
2006-11-16 | reindent | Brian Paul | |
2006-11-16 | remove unused imesa local var to silence warnings | Brian Paul | |
2006-11-16 | Initial implementation work for CAL, RET, and BRA instructions for fragment | Brian Paul | |
programs. | |||
2006-11-16 | disable yesterday's _mesa_add_named_constant() change for now | Brian Paul | |
2006-11-16 | fix bug 9046 | Brian Paul | |
2006-11-16 | nv10 state copy/pasted from nv30 state | Patrice Mandin | |
2006-11-16 | use LONGSTRING to silence warning | Brian Paul | |
2006-11-16 | fix glDrawPixels(GL_COLOR_INDEX, GL_BITMAP) bug 9044 | Brian Paul | |
2006-11-16 | Make sure vbo's are mapped before accessing their contents in | Keith Whitwell | |
api_arrayelt.c. Reported by Haihao Xiang. |