Age | Commit message (Collapse) | Author |
|
|
|
|
|
With the pixman CFLAGS at the beginning of the command line, my build
was picking up the glcore.h from glproto, which doesn't have any of the
TFP fields in __GLcontextmodes.
Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
|
|
|
|
|
|
I wonder why we need this... It is only necessary for the MSVC build.
MinGW does not require them.
|
|
|
|
|
|
the right places
|
|
|
|
|
|
|
|
|
|
find right src and dst offset for given mipmap level.
|
|
|
|
Conflicts:
src/gallium/state_trackers/wgl/icd/stw_icd.c
|
|
|
|
|
|
|
|
|
|
But put the gallium one in lib/gallium
|
|
|
|
|
|
(based on gallium-xorg-driver/commit 270ce504052d415870a25ab59818b2309eb8ac13)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Driver writers often got confused and assumed Size to be
the number of immediate values in Immediate declaration.
|
|
|
|
|
|
SetPixelFormat.
|
|
Rather not have 0x prefix, than 0x0x in certain platforms.
|
|
|
|
This contains the core mesa code but excludes things not needed for gallium
such as tnl/, swrast/, swrast_setup/, etc.
|
|
Fixes segfault regression in progs/glsl/identity.c
|
|
|
|
|
|
|
|
This should make things work for people on RSxxx chipsets.
|
|
|
|
|
|
The Cell texture code really needs a thorough inspection and clean-up someday...
|
|
|
|
|
|
|