Displaying 7 results from an estimated 7 matches for "draw_count".
2015 Jan 07
3
[RFC] mesa/st: Avoid passing a NULL buffer to the drivers
...)
+ * buffers we have to write to buffer (n-1) for stream n.
+ */
+ bo = st_buffer_object(sobj->base.Buffers[i-1]);
/* Check whether we need to recreate the target. */
if (!sobj->targets[i] ||
sobj->targets[i] == sobj->draw_count ||
--
2.2.1
2015 Feb 14
2
[PATCH 1/2] st/mesa: treat resource-less xfb buffers as if they weren't there
...ets; i++) {
struct st_buffer_object *bo = st_buffer_object(sobj->base.Buffers[i]);
- if (bo) {
+ if (bo && bo->buffer) {
/* Check whether we need to recreate the target. */
if (!sobj->targets[i] ||
sobj->targets[i] == sobj->draw_count ||
--
2.0.5
2015 Jan 12
2
Re: [RFC] mesa/st: Avoid passing a NULL buffer to the drivers
...ffer (n-1) for stream n.
>> + */
>> + bo = st_buffer_object(sobj->base.Buffers[i-1]);
>> /* Check whether we need to recreate the target. */
>> if (!sobj->targets[i] ||
>> sobj->targets[i] == sobj->draw_count ||
>> --
>> 2.2.1
Quoted from Ilia Mirkin, to specify what shall be elaborated:
"Can you explain (on-list) why using buffer n - 1 is the right thing to
do to capture output of stream n? I would have thought that the output
for that stream should be discarded or something.
Like wit...
2015 Jan 12
1
Re: [RFC] mesa/st: Avoid passing a NULL buffer to the drivers
...*/
>>>> + bo = st_buffer_object(sobj->base.Buffers[i-1]);
>>>> /* Check whether we need to recreate the target. */
>>>> if (!sobj->targets[i] ||
>>>> sobj->targets[i] == sobj->draw_count ||
>>>> --
>>>> 2.2.1
>> Quoted from Ilia Mirkin, to specify what shall be elaborated:
>> "Can you explain (on-list) why using buffer n - 1 is the right thing to
>> do to capture output of stream n? I would have thought that the output
>> for tha...
2015 Jan 11
0
[RFC] mesa/st: Avoid passing a NULL buffer to the drivers
...we have to write to buffer (n-1) for stream n.
> + */
> + bo = st_buffer_object(sobj->base.Buffers[i-1]);
> /* Check whether we need to recreate the target. */
> if (!sobj->targets[i] ||
> sobj->targets[i] == sobj->draw_count ||
> --
> 2.2.1
>
> _______________________________________________
> Nouveau mailing list
> Nouveau at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/nouveau
2015 Jan 12
0
[RFC] mesa/st: Avoid passing a NULL buffer to the drivers
...m n.
>>> + */
>>> + bo = st_buffer_object(sobj->base.Buffers[i-1]);
>>> /* Check whether we need to recreate the target. */
>>> if (!sobj->targets[i] ||
>>> sobj->targets[i] == sobj->draw_count ||
>>> --
>>> 2.2.1
>
> Quoted from Ilia Mirkin, to specify what shall be elaborated:
> "Can you explain (on-list) why using buffer n - 1 is the right thing to
> do to capture output of stream n? I would have thought that the output
> for that stream should be...
2009 Aug 25
3
[Bug 23505] New: KDE's Kubrick has problems with xf86-video-nouveau driver
http://bugs.freedesktop.org/show_bug.cgi?id=23505
Summary: KDE's Kubrick has problems with xf86-video-nouveau
driver
Product: Mesa
Version: git
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/nouveau
AssignedTo: nouveau at