xserver/hw/xfree86/dri
Alan Coopersmith 5b86c072d1 Use temporary variables instead of parts of reply structures
When passing variable pointers to functions or otherwise doing long
sequences to compute values for replies, create & use some new
temporary variables, to allow for simpler initialization of reply
structures in the following patches.

Move memsets & other initializations to group with the rest of the
filling in of the reply structure, now that they're not needed so
early in the code path.

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Keith Packard <keithp@keithp.com>
Tested-by: Daniel Stone <daniel@fooishbar.org>
2012-07-09 19:14:50 -07:00
..
Makefile.am Add pixman to module dependencies for pixman_region_* functions 2012-07-02 11:08:57 -07:00
dri.c api: rework the X server driver API to avoid global arrays. 2012-06-05 13:22:18 +01:00
dri.h api: rework the X server driver API to avoid global arrays. 2012-06-05 13:22:18 +01:00
drimodule.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
dristruct.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
sarea.h Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
xf86dri.c Use temporary variables instead of parts of reply structures 2012-07-09 19:14:50 -07:00