Are the xf86drm files going to live in
Mesa/src/mesa/drivers/dri/dri_client or dri/drm/libdrm? They are in
both places right now.
=
Jon Smirl
[EMAIL PROTECTED]
__
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http
I thought we killed __driRegisterExtensions(). The new i915 driver has
this in it, should it be deleted too?
void __driRegisterExtensions( void )
{
int i;
static struct { const char *name; int offset; } funcs[] = {
{ "glSecondaryColor3bEXT", _gloffset_SecondaryColor3bEXT },
{
Dieter Nützel <[EMAIL PROTECTED]> writes:
> With and without I get this in _normal_ DRI CVS:
did you reconfigure Mesa (i.e. make linux-x86 or whatever your
platform is)? that solved it for me.
--alex--
--
| I believe the moment is at hand when, by a paranoiac and active |
| advance of the min
Dieter Nützel wrote:
Am Mittwoch, 23. Juni 2004 02:22 schrieb Ian Romanick:
This patch also still requires you to manually generate glapi_x86.S by
doing:
cd src/mesa/glapi
python2 ./gl_x86_asm.py > ../x86/glapi_x86.S
With and without I get this in _normal_ DRI CVS:
You probably need to rebuild ever
This is my patch against Mesa CVS for Solo to load new interface
drivers. It should be compatible with driver binaries built for X. I
used the linux-dri target to build my driver.
Build steps:
make linux-dri
cd src/glx/mini
make
cd ../../mesa/drivers/dri/unichrome
make -f Makefile.server
The l
Am Mittwoch, 23. Juni 2004 02:22 schrieb Ian Romanick:
> Ian Romanick wrote:
> This patch also still requires you to manually generate glapi_x86.S by
> doing:
>
> cd src/mesa/glapi
> python2 ./gl_x86_asm.py > ../x86/glapi_x86.S
With and without I get this in _normal_ DRI CVS:
make[3]: Entering d
Ian Romanick wrote:
Brian Paul wrote:
Ian Romanick wrote:
Brian Paul wrote:
Ian, I've found the cause of this bug and have a fix. However, I'm
really tempted to rip out the GL_HP_occlusion_test extension
altogether.
Great! What's the magic?
Basically, make occlusion_zless_triangle() work whet
Here's my current code for fixing things up
--- Erdi Chen <[EMAIL PROTECTED]> wrote:
> Today I got mesa-solo to work with the new interface unichrome
> driver.
>
> GLXDrawable is used by MiniGLX and __DRIdrawable is used by the
> driver.
> __DRIid is used as a hash key to lookup __DRIdrawable in
Bugs item #978768, was opened at 2004-06-24 02:39
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100387&aid=978768&group_id=387
Category: ATI OpenGL
Group: Rendering Error
Status: Open
Pri