| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
ignore stencil
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
We weren't rendering correctly if the first thing drawn was a point (PRIM_MODE_POINT=0).
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Basically, add userBuffer/Data/Size fields to _DriBufferObject, check those
fields in driBOMap/Unmap().
New driGenUserBuffer() function.
|
|
|
|
|
|
|
| |
element buffers.
Now client-side vertex arrays and glDrawElements work.
More testing/debug/clean-up to come...
|
| |
|
|
|
|
|
|
| |
This is used to wrap user-space data in a pipe buffer object to allow more
uniform treatment of various things. For example, wrapping client-side
vertex arrays so they look like VBOs.
|
| |
|
| |
|
| |
|
|
|
|
| |
ignored for now
|
| |
|
|
|
|
| |
texture and level!=0)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
This fixes an out of bounds array write that was causing the glsl/bump demo to render incorrectly.
|
|
|
|
| |
tgsi_translate_mesa_program().
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Previously, output[0] was always Z and output[1] was color. Now output[0]
will be color if Z is not written.
In shade_quad() use the semantic info to determine which quantity is in
which output slot.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
are needed.
|
| |
|
| |
|
|
|
|
| |
fragment shader writes Z.
|
| |
|
| |
|
| |
|
| |
|