Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
This fixes culling "parity" errors when splitting long tri strips. Splitting
strips into chunks with an odd number of vertices causes front/back-face
orientation to get reversed and upsets culling.
|
|
|
|
|
|
|
|
This allows the winsys to explicitly specify gallium surfaces for a
framebuffer object.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
glapi_getproc.c file
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
for Z unpacking
|
|
|
|
|
|
|
|
If you have a GPU using this code and it has the offsets up in this space,
this fails.
cherry-picked from master
|
|
|
|
|
|
|
|
|
|
|
|
Move _glapi_proc typedef from glapitable.h to glapi.h
Also, don't include glapitable.h from glapi.h
Before we were including the huge glapitable.h file in every .c file.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
trivial/clear-undefined still fails
|
|
|
|
If building for DRI, make a dummy/empty libglapi.a for now.
|
|
|
|
Whoops!
|