Re: [Dri-devel] Final new code in texmem-0-0-1 branch (take 2)

2003-03-14 Thread Ian Romanick
Jens Owen wrote: How would you cope with Applications that query a capability, but force indirect rendering? Wouldn't they be misguided into thinking GLX_NV_vertex_array_range was present in the server, when it's probably not available? I believe the DRI is the first project where HW acceller

Re: [Dri-devel] Final new code in texmem-0-0-1 branch (take 2)

2003-03-14 Thread Brian Paul
Jens Owen wrote: Ian, Looks like you've been busy. Here are some comments from the 10,000' level. Keep in mind I haven't looked at your branch, yet. So feel free to point me at the code if my comments are way off base. Ian Romanick wrote: Most of the changes that were in my previous "Final

Re: [Dri-devel] Final new code in texmem-0-0-1 branch (take 2)

2003-03-14 Thread Jens Owen
Ian, Looks like you've been busy. Here are some comments from the 10,000' level. Keep in mind I haven't looked at your branch, yet. So feel free to point me at the code if my comments are way off base. Ian Romanick wrote: Most of the changes that were in my previous "Final new code in texmem

[Dri-devel] Final new code in texmem-0-0-1 branch (take 2)

2003-03-13 Thread Ian Romanick
Most of the changes that were in my previous "Final new code in texmem-0-0-1 branch" patch are in this patch as well. Some of the code, such as the Radeon code-gen updates, has already been committed. http://www.mail-archive.com/[EMAIL PROTECTED]/msg09490.html In addition, a few fixes were made t

Re: [Dri-devel] Final new code in texmem-0-0-1 branch

2003-03-06 Thread Ian Romanick
Andreas Stenglein wrote: will a radeon.o kernelmodule from dri-trunk/2.4.21-pre--ac_kernel/drm-filp-0-1-branch work with the texmem-0-0-1 branch or do I have to use the one from texmem-0-0-1 branch? It should. If it doesn't, then it's a bug and I'd like to hear about it. :) ---

Re: [Dri-devel] Final new code in texmem-0-0-1 branch

2003-02-25 Thread Ian Romanick
Brian Paul wrote: Ian Romanick wrote: [snip] The functions __glXEnableExtension and __glXDisableExtension take a name of an extension and either enable or disable the extension. This mirrors the functionality of _mesa_enable_extension and _mesa_disable_extension. The function __glXAddExtensi

Re: [Dri-devel] Final new code in texmem-0-0-1 branch

2003-02-25 Thread Brian Paul
Ian Romanick wrote: NOTE TO IHVs: If you make binary-only drivers, READ THIS as it will effect you! Today I am sending out the last of the patches that I intend to commit to the texmem-0-0-1 branch. After these patches are committed and Leif is satisfied with the state of the r128 driver, I wi

[Dri-devel] Final new code in texmem-0-0-1 branch

2003-02-24 Thread Ian Romanick
NOTE TO IHVs: If you make binary-only drivers, READ THIS as it will effect you! Today I am sending out the last of the patches that I intend to commit to the texmem-0-0-1 branch. After these patches are committed and Leif is satisfied with the state of the r128 driver, I will freeze the branch