Bug 3197 - Incorrect GLX protocol for glPrioritizeTextures
Summary: Incorrect GLX protocol for glPrioritizeTextures
Status: RESOLVED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: GLX (show other bugs)
Version: git
Hardware: x86 (IA32) Linux (All)
: high normal
Assignee: mesa-dev
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-03 15:10 UTC by Ian Romanick
Modified: 2009-08-24 12:23 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Ian Romanick 2005-05-03 15:10:31 UTC
The protocol generated for glPrioritizeTextures is incorrect.  Both "textures"
and "priorities" are written to gc->pc+8.  "priorities" should be written to
(gc->pc+8+(4*n)).
Comment 1 Ian Romanick 2005-07-06 10:23:01 UTC
Fix was committed on 21-June-2005.
Comment 2 Adam Jackson 2009-08-24 12:23:16 UTC
Mass version move, cvs -> git


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.