Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
Things broke when vertex position wasn't the first attribute.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
First tri for EGL drivers with mesa screen ext
|
|
Simplification in colortab.c too.
cherry-picked from master (fe469007037d9d5cdbe1677d8ff7368b276e9e7c)
|
|
Need to check if we're choosing a surface or texture format.
|
|
Use new _mesa_reference_texobj() function for referencing/unreferencing
textures. Add new assertions/tests to try to detect invalid usage of
deleted textures.
cherry-picked from master (9e01b915f1243a3f551cb795b7124bd1e52ca15f)
|
|
|
|
If the user called glDrawArrays(GL_TRIANGLES, count=1), trim() returned a
very large integer because of the unsigned arithmetic.
|
|
program isn't linked
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Basically, set up no-op Delete() methods for the DummyFrame/Renderbuffer obj
|
|
|
|
|
|
Also, clean up the definitions of the misc/extra temp regs.
A few new assertions too.
|
|
|
|
|
|
Found w/ tunnel2.c demo.
|
|
Although rarely hit in normal apps, they are too noisy with test suites.
|
|
|
|
|
|
|
|
|
|
|