Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Also, check the FEATURE flags in many places.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
framebuffer.c
|
|
|
|
|
|
|
|
|
|
pixel.c is just the API-related code now.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
e.g.
const int kernelSize = 9;
uniform vec2 kernel[kernelSize];
|
|
|
|
None of the fetch and store functions implemented.
This atleast stops shadowtex from locking the GPU on
i915 with the linux-dri-x86 target. It most of it looks
okay, with the exception of actually displaying the texture.
|
|
|
|
|
|
|
|
This removes some cruft from src/mesa/Makefile.
Something similar could be done for stand-alone / Xlib-Mesa libGL...
|
|
(picked from master)
|
|
|
|
|
|
|
|
VBO funcs
|
|
|
|
Also cleanup mesa SConscript.
|
|
matypes.h doesn't really depend on assyntax.h; assyntax.h is only present
on x86; and this way we remove the need of grep being available (which is
relevant for scons and non-unix platforms).
|
|
|
|
But only actually build it on some. This results in a better default
scons experience.
|
|
|
|
|
|
(bug 16156)
This was previously fixed in master by commit 982dcb74fd19b88208d127b8019e2a2af979cac2 by Haihao Xiang.
|
|
Conflicts:
src/gallium/drivers/i915simple/i915_context.h
|