search for: nvfx_screen_get_param

Displaying 5 results from an estimated 5 matches for "nvfx_screen_get_param".

Did you mean: nv50_screen_get_param
2012 Oct 30
1
[PATCH][8.0] nvfx: handle some unknown PIPE_CAPs
fixes these warnings: nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 30 nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 55 nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 56 nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 58 nvfx_screen_get_param:95 - Warning: unknown PIPE_CAP 59 Bugzilla: https://bugs.freedesktop.org/s...
2012 Nov 19
7
[Bug 57278] New: [xf86-video-nouveau] flightgear crash when loading scenary
https://bugs.freedesktop.org/show_bug.cgi?id=57278 Priority: medium Bug ID: 57278 Assignee: nouveau at lists.freedesktop.org Summary: [xf86-video-nouveau] flightgear crash when loading scenary Severity: critical Classification: Unclassified OS: Linux (All) Reporter: king.infet at gmail.com
2011 Jun 24
3
[Bug 38627] New: Changing monitor resolution causes screen corruption
...Priority: medium Component: Drivers/DRI/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy: jukarimov at gmail.com glxheads: exercise multiple GLX connections (any key = exit) Usage: glxheads xdisplayname ... Example: glxheads :0 mars:0 venus:1 nvfx_screen_get_param:94 - Warning: unknown PIPE_CAP 29 Name: :0 Display: 0x8d7c008 Window: 0x3c00002 Context: 0x8d9d1e8 GL_VERSION: 2.1 Mesa 7.11-devel GL_VENDOR: nouveau GL_RENDERER: Gallium 0.4 on NV44 https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/801389 -- Configure bugmail: ht...
2011 Jun 25
1
[Bug 38673] New: all object is black
...nd at bertrand-desktop ~]$ fgfs --fog-disable --timeofday=noon --fg-scenery=/home/bertrand/FlightGear/Scenery/e000n40/ --aircraft=c172p --airport=lfmd --nav1=1fgfs --fog-disable --timeofday=noon --fg-scenery=/home/bertrand/FlightGear/Scenery/e000n40/ --aircraft=c172p --airport=lfmd --nav1=109.95:45 nvfx_screen_get_param:94 - Warning: unknown PIPE_CAP 29 FGMultiplayMgr - No receiver port, Multiplayermode disabled Nasal runtime error: props.setAttribute() with invalid attribute at /usr/share/FlightGear/Nasal/props.nas, line 25 called from: /usr/share/FlightGear/Nasal/gui.nas, line 137 KI266 dme indicator #0 ini...
2012 Jan 10
5
[PATCH 0/4] nvfx: rework render temps code and fixes
This patch series silences some unknown cap warnings and fixes up coding style (patch 1+4). The most important part of this series are the two patches in the middle. They rework the state_fb code, so that we are able to render to not 64 byte aligned targets, as this is the only real use-case for render temporaries this allows us to drop temp code completely and simplifies a lot