History log of /external/mesa3d/src/mesa/drivers/dri/radeon/radeon_debug.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
01a63f4bf5ab5e2e67982c6c60670dd2b4fe9fcb 02-Jan-2012 Brian Paul <brianp@vmware.com> radeon: move declarations before code
/external/mesa3d/src/mesa/drivers/dri/radeon/radeon_debug.c
94a3c5979fdfa7e5da97523456ee89848528aab0 20-Sep-2009 Nicolai Hähnle <nhaehnle@gmail.com> radeon: Fix "verts" debugging enable

Copy'n'paste apparently prevented the RADEON_VERTS flag from being enabled.

Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com>
/external/mesa3d/src/mesa/drivers/dri/radeon/radeon_debug.c
3d1324a66a3b8927a400d167ba92f851b464c57a 10-Sep-2009 Pauli Nieminen <suokkos@gmail.com> radeon: Change debugging code to use macros instead of inline functions.

Variadic functions can't be inlined which makes debugging to have quite large
function overead. Only aleternative method is to use variadic macros which are
inlined so compiler can optimize debugging to minimize overhead.
/external/mesa3d/src/mesa/drivers/dri/radeon/radeon_debug.c
c4a3e036ed1c755a291018251c4f55c45ac17079 31-Aug-2009 Pauli Nieminen <suokkos@gmail.com> radeon: Fix null pointer reference in debug system if no context is bind.
/external/mesa3d/src/mesa/drivers/dri/radeon/radeon_debug.c
fde929c4fdee2e998542f071ff7165d87f572593 31-Aug-2009 Pauli Nieminen <suokkos@gmail.com> radeon: Add support for indenting debug output.

Indetion can be used to make it easier to read debug code when sections of debug output are indented.
/external/mesa3d/src/mesa/drivers/dri/radeon/radeon_debug.c
4e0d99a63588c67a955f797733da32d04e6f4ee6 30-Aug-2009 Pauli Nieminen <suokkos@gmail.com> r100: Use shared debug code.

Converted r100 to use shared debug code with sed and fast compile check. New
code has compability layer so old debugging code doesn't have to be changed
all immidiatly.
/external/mesa3d/src/mesa/drivers/dri/radeon/radeon_debug.c
f9a4a0a9710c23a2041673eec290ff2f9260cbd0 30-Aug-2009 Pauli Nieminen <suokkos@gmail.com> radeon: Add common debugging functions.

These function are aiming to make it very simple to add and keep large amount
of debugging code without having runtime impact in relase builds. Basic idea
is to expose simple printf style debugging functions that are inlined.

Level parameter will be evalueted in compile time so compiler can optimise
some of debugging functions out if compile time request for debug level is too
tight.
/external/mesa3d/src/mesa/drivers/dri/radeon/radeon_debug.c