- 04 Jun, 2012 3 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
The render thread allocates a new render_context, but never destroys it when shutting down. It possibly leaks on closing.
-
Jean-Paul Saman authored
Be more strict in checking inside query_surface_status() function. It allowed for reporting that all is ok on error. The function was therefor not reliable.
-
- 23 Apr, 2012 1 commit
-
-
Jean-Paul Saman authored
-
- 13 Apr, 2012 2 commits
-
-
Jean-Paul Saman authored
Do not leak subpicture associations, but rather crash so that the bug can be investigated and fixed.
-
Jean-Paul Saman authored
- fix error path in create_hw_image_glx()
-
- 10 Jan, 2012 5 commits
-
-
Jean-Paul Saman authored
The boolean operator || requires an evaluation of both expressions. If the expressions evaluates pointers, then care must be taken that both expressions have valid pointer. In this case it cannot be guaranteed, thus splitting the check is needed.
-
Jean-Paul Saman authored
The boolean operator || requires an evaluation of both expressions. If the expressions evaluates pointers, then care must be taken that both expressions have valid pointer. In this case it cannot be guaranteed, thus splitting the check is needed.
-
Jean-Paul Saman authored
The location of an object in the heap was wrongly determined, by applying the HEAP_ID_MASK to the object id. Instead the heap->id_offset should have been substracted from the object id. The object id is created by using the i-th position plus heap->id_offset.
-
Jean-Paul Saman authored
The boolean operator || requires an evaluation of both expressions. If the expressions evaluates pointers, then care must be taken that both expressions have valid pointer. In this case it cannot be guaranteed, thus splitting the check is needed.
-
Jean-Paul Saman authored
-
- 23 Dec, 2011 3 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Remove association buffers if adding did not work properly.
-
- 09 Dec, 2011 1 commit
-
-
Jean-Paul Saman authored
-
- 08 Nov, 2011 3 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
Instead of aborting on an empty buffer we just continue, since the buffer would be freed anyway on the next line. This patch makes the function more tolerant.
-
Jean-Paul Saman authored
The original install rule would fail if the link already existed. Now installing succeeds if the destination was already there, it will be overwritten with the new file.
-
- 04 Nov, 2011 4 commits
-
-
Jean-Paul Saman authored
The extern keyword is needed for instructing the linker to resolve hw_image_hooks_glx, which is declared in another object. Failing to do so results in an assert later on when using subpictures.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-