Age | Commit message (Collapse) | Author |
|
Use these for quickly creating an RGBA drawing surface.
|
|
|
|
This makes things draw (again) with HW TCL. Yay?
|
|
This makes texcoords route properly, and also fixes a few asserts.
|
|
|
|
Unfortunately this doesn't catch all the cases, as the mesa state tracker
can still use the framebuffer without giving the wgl state tracker
the chance to lock it.
|
|
|
|
|
|
|
|
|
|
The format field encodes compressed vs. uncompressed already. We can easily
check if a texture is compressed with pf_is_compressed(texture->format).
|
|
|
|
|
|
|
|
before alpha.
Some applications might not handle a alpha visual when when they did not
request for one.
|
|
|
|
|
|
Fix comments.
Make sure .w is set to 1.0 for NRM.
Optimise for non-.xyzw writemasks.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Subclassing the window is invasive: we might call an old window proc even
after it was removed. Glut and another bug just in the wrong time was
provoking this. Hooks don't have this problem.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this is so much nicer :)
|
|
This fixes hardlocks with anything using elts.
|
|
|
|
|
|
|
|
|