Age | Commit message (Collapse) | Author |
|
order leading to very bogus rendering (for instance WoW intro screen mentioned in #8250).
|
|
segfault if program is NULL
|
|
|
|
the change in the r200 driver accordingly.
|
|
Submitted by Gary Wong <gtw@gnu.org>
|
|
|
|
requires hacks to DRM to remove MASTER from UPDATE_DRAW and ADD_DRAW
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
copied by _tnl_copy_vertices. Otherwise, since in this case it will copy an extra vertex to avoid problems with vertex order in the new buffer, one triangle will be drawn twice. This fixes bug #9062.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_tnl_need_projected_coords(). Connected to bug #9103, though that bug got fixed without this change too.
|
|
|
|
prevent driver-initiated statechanges in the middle of
DrawElements/DrawArrays from disturbing this code.
|
|
|
|
|
|
|
|
#9110).
|
|
|
|
|
|
|
|
|
|
|
|
(disallow). Slightly cleaned to disallow on all blend states for code
consiseness and turn a table lookup into a function to match other
code in the driver.
|