[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#408702: marked as done (glPointSize() doesn't always take effect with r300 driver)



Your message dated Mon, 21 May 2007 20:40:29 +0200
with message-id <4651E79D.8000103@ens-lyon.org>
and subject line Bug#408702: glPointSize() doesn't always take effect with r300 driver
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: libgl1-mesa-dri
Version: 6.5.1-0.5
Severity: normal


The usage of glPointSize() in an OpenGL program does change the size of
points which are drawn by a following GL_POINTS directive/block.

I'm using a radeon9700 card. DRI is enabled.


Screenshot of how it is supposed to work (winXp + mingw):
http://ingo.wollsau.de/pointTest/screenshot_win.png

What OpenGL tells me about points here (see code):

point sizes (before drawing point): 
min: 1.000000, max: 64.000000, incr: 0.125000, actual: 1.000000
point sizes (after drawing point): 
min: 1.000000, max: 64.000000, incr: 0.125000, actual: 8.000000


Screenshot of how it actually works on my system:
http://ingo.wollsau.de/pointTest/screenshot_lin.png

What OpenGL tells me about points here (see code):

point sizes (before drawing point): 
min: 1.000000, max: 10922.000000, incr: 0.100000, actual: 1.000000
point sizes (after drawing point): 
min: 1.000000, max: 10922.000000, incr: 0.100000, actual: 8.000000


The used test-program code:
http://ingo.wollsau.de/pointTest/pointTest.c

glxinfo:
http://ingo.wollsau.de/clippingTest/glxinfo

xorg.log:
http://ingo.wollsau.de/clippingTest/xorg.log


May be related to:
http://bugs.freedesktop.org/show_bug.cgi?id=702

Because of this, it may be a driver issue, but I'm not sure and do not
know which package would be responsible then.
(xorg-ati driver, mesa-dri or ?)



-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.6
Locale: LANG=de_DE@euro, LC_CTYPE=de_DE@euro (charmap=ISO-8859-15)

Versions of packages libgl1-mesa-dri depends on:
ii  libc6                       2.3.6.ds1-10 GNU C Library: Shared libraries
ii  libdrm2                     2.0.2-0.1    Userspace interface to kernel DRM 
ii  libexpat1                   1.95.8-3.3   XML parsing C library - runtime li
ii  libgl1-mesa-glx             6.5.1-0.5    A free implementation of the OpenG

libgl1-mesa-dri recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Version: 6.5.3-1

Fix is included in Mesa 6.5.3-1 (currently in experimental).

Brice


--- End Message ---

Reply to: