Age | Commit message (Collapse) | Author |
|
|
|
Even when just the standard headers are used....
|
|
|
|
The logic/arithmetic for inverting the src image is a bit simpler now.
|
|
|
|
Since the asm_subdirs target does not actually create a file, make will
always consider that it needs to be rebuilt. If libmesa.a and libglapi.a
have asm_subdirs as a prerequisite, then they will always need to be
rebuilt, too. The correct order will be preserved by the default target,
though.
This should fix #16358.
Conflicts:
src/mesa/Makefile
cherry-picked from master
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
If building for DRI, make a dummy/empty libglapi.a for now.
|
|
|
|
|
|
|