r600g: Fix include style
As explained in the thread starting at [0], the internal include style should be »#include "path/to/header.h"« for non-system includes. [0] <http://news.gmane.org/find-root.php?message_id=%3c4E5802BE.6020206%40vmware.com%3e> Signed-off-by: Kai Wasserbäch <kai@dev.carbon-project.org> Signed-off-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
committed by
Brian Paul
parent
625593fde2
commit
8fb7f1a8a4
@@ -26,21 +26,21 @@
|
||||
*/
|
||||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
#include <pipe/p_defines.h>
|
||||
#include <pipe/p_state.h>
|
||||
#include <pipe/p_context.h>
|
||||
#include <tgsi/tgsi_scan.h>
|
||||
#include <tgsi/tgsi_parse.h>
|
||||
#include <tgsi/tgsi_util.h>
|
||||
#include <util/u_blitter.h>
|
||||
#include <util/u_double_list.h>
|
||||
#include <util/u_transfer.h>
|
||||
#include <util/u_surface.h>
|
||||
#include <util/u_pack_color.h>
|
||||
#include <util/u_memory.h>
|
||||
#include <util/u_inlines.h>
|
||||
#include <util/u_framebuffer.h>
|
||||
#include <pipebuffer/pb_buffer.h>
|
||||
#include "pipe/p_defines.h"
|
||||
#include "pipe/p_state.h"
|
||||
#include "pipe/p_context.h"
|
||||
#include "tgsi/tgsi_scan.h"
|
||||
#include "tgsi/tgsi_parse.h"
|
||||
#include "tgsi/tgsi_util.h"
|
||||
#include "util/u_blitter.h"
|
||||
#include "util/u_double_list.h"
|
||||
#include "util/u_transfer.h"
|
||||
#include "util/u_surface.h"
|
||||
#include "util/u_pack_color.h"
|
||||
#include "util/u_memory.h"
|
||||
#include "util/u_inlines.h"
|
||||
#include "util/u_framebuffer.h"
|
||||
#include "pipebuffer/pb_buffer.h"
|
||||
#include "r600.h"
|
||||
#include "evergreend.h"
|
||||
#include "r600_resource.h"
|
||||
|
||||
@@ -20,9 +20,9 @@
|
||||
* OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
||||
* USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
#include <util/u_surface.h>
|
||||
#include <util/u_blitter.h>
|
||||
#include <util/u_format.h>
|
||||
#include "util/u_surface.h"
|
||||
#include "util/u_blitter.h"
|
||||
#include "util/u_format.h"
|
||||
#include "r600_pipe.h"
|
||||
|
||||
enum r600_blitter_op /* bitmask */
|
||||
|
||||
@@ -26,11 +26,11 @@
|
||||
*/
|
||||
#include <byteswap.h>
|
||||
|
||||
#include <pipe/p_screen.h>
|
||||
#include <util/u_format.h>
|
||||
#include <util/u_math.h>
|
||||
#include <util/u_inlines.h>
|
||||
#include <util/u_memory.h>
|
||||
#include "pipe/p_screen.h"
|
||||
#include "util/u_format.h"
|
||||
#include "util/u_math.h"
|
||||
#include "util/u_inlines.h"
|
||||
#include "util/u_memory.h"
|
||||
#include "util/u_upload_mgr.h"
|
||||
|
||||
#include "r600.h"
|
||||
|
||||
@@ -22,26 +22,26 @@
|
||||
*/
|
||||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
#include <pipe/p_defines.h>
|
||||
#include <pipe/p_state.h>
|
||||
#include <pipe/p_context.h>
|
||||
#include <tgsi/tgsi_scan.h>
|
||||
#include <tgsi/tgsi_parse.h>
|
||||
#include <tgsi/tgsi_util.h>
|
||||
#include <util/u_blitter.h>
|
||||
#include <util/u_double_list.h>
|
||||
#include "pipe/p_defines.h"
|
||||
#include "pipe/p_state.h"
|
||||
#include "pipe/p_context.h"
|
||||
#include "tgsi/tgsi_scan.h"
|
||||
#include "tgsi/tgsi_parse.h"
|
||||
#include "tgsi/tgsi_util.h"
|
||||
#include "util/u_blitter.h"
|
||||
#include "util/u_double_list.h"
|
||||
#include "util/u_format.h"
|
||||
#include <util/u_format_s3tc.h>
|
||||
#include <util/u_transfer.h>
|
||||
#include <util/u_surface.h>
|
||||
#include <util/u_pack_color.h>
|
||||
#include <util/u_memory.h>
|
||||
#include <util/u_inlines.h>
|
||||
#include "util/u_format_s3tc.h"
|
||||
#include "util/u_transfer.h"
|
||||
#include "util/u_surface.h"
|
||||
#include "util/u_pack_color.h"
|
||||
#include "util/u_memory.h"
|
||||
#include "util/u_inlines.h"
|
||||
#include "util/u_upload_mgr.h"
|
||||
#include <vl/vl_decoder.h>
|
||||
#include <vl/vl_video_buffer.h>
|
||||
#include "vl/vl_decoder.h"
|
||||
#include "vl/vl_video_buffer.h"
|
||||
#include "os/os_time.h"
|
||||
#include <pipebuffer/pb_buffer.h>
|
||||
#include "pipebuffer/pb_buffer.h"
|
||||
#include "r600.h"
|
||||
#include "r600d.h"
|
||||
#include "r600_resource.h"
|
||||
|
||||
@@ -28,10 +28,10 @@
|
||||
|
||||
#include "../../winsys/radeon/drm/radeon_winsys.h"
|
||||
|
||||
#include <pipe/p_state.h>
|
||||
#include <pipe/p_screen.h>
|
||||
#include <pipe/p_context.h>
|
||||
#include <util/u_math.h>
|
||||
#include "pipe/p_state.h"
|
||||
#include "pipe/p_screen.h"
|
||||
#include "pipe/p_context.h"
|
||||
#include "util/u_math.h"
|
||||
#include "util/u_slab.h"
|
||||
#include "util/u_vbuf_mgr.h"
|
||||
#include "r600.h"
|
||||
|
||||
@@ -26,19 +26,19 @@
|
||||
*/
|
||||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
#include <pipe/p_defines.h>
|
||||
#include <pipe/p_state.h>
|
||||
#include <pipe/p_context.h>
|
||||
#include <tgsi/tgsi_scan.h>
|
||||
#include <tgsi/tgsi_parse.h>
|
||||
#include <tgsi/tgsi_util.h>
|
||||
#include <util/u_double_list.h>
|
||||
#include <util/u_pack_color.h>
|
||||
#include <util/u_memory.h>
|
||||
#include <util/u_inlines.h>
|
||||
#include <util/u_framebuffer.h>
|
||||
#include "pipe/p_defines.h"
|
||||
#include "pipe/p_state.h"
|
||||
#include "pipe/p_context.h"
|
||||
#include "tgsi/tgsi_scan.h"
|
||||
#include "tgsi/tgsi_parse.h"
|
||||
#include "tgsi/tgsi_util.h"
|
||||
#include "util/u_double_list.h"
|
||||
#include "util/u_pack_color.h"
|
||||
#include "util/u_memory.h"
|
||||
#include "util/u_inlines.h"
|
||||
#include "util/u_framebuffer.h"
|
||||
#include "util/u_transfer.h"
|
||||
#include <pipebuffer/pb_buffer.h>
|
||||
#include "pipebuffer/pb_buffer.h"
|
||||
#include "r600.h"
|
||||
#include "r600d.h"
|
||||
#include "r600_resource.h"
|
||||
|
||||
@@ -24,9 +24,9 @@
|
||||
* Authors: Dave Airlie <airlied@redhat.com>
|
||||
* Jerome Glisse <jglisse@redhat.com>
|
||||
*/
|
||||
#include <util/u_memory.h>
|
||||
#include <util/u_format.h>
|
||||
#include <pipebuffer/pb_buffer.h>
|
||||
#include "util/u_memory.h"
|
||||
#include "util/u_format.h"
|
||||
#include "pipebuffer/pb_buffer.h"
|
||||
#include "pipe/p_shader_tokens.h"
|
||||
#include "tgsi/tgsi_parse.h"
|
||||
#include "r600_formats.h"
|
||||
|
||||
@@ -25,12 +25,12 @@
|
||||
* Corbin Simpson
|
||||
*/
|
||||
#include <errno.h>
|
||||
#include <pipe/p_screen.h>
|
||||
#include <util/u_format.h>
|
||||
#include <util/u_format_s3tc.h>
|
||||
#include <util/u_math.h>
|
||||
#include <util/u_inlines.h>
|
||||
#include <util/u_memory.h>
|
||||
#include "pipe/p_screen.h"
|
||||
#include "util/u_format.h"
|
||||
#include "util/u_format_s3tc.h"
|
||||
#include "util/u_math.h"
|
||||
#include "util/u_inlines.h"
|
||||
#include "util/u_memory.h"
|
||||
#include "pipebuffer/pb_buffer.h"
|
||||
#include "r600_pipe.h"
|
||||
#include "r600_resource.h"
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
* Authors: Dave Airlie <airlied@redhat.com>
|
||||
*/
|
||||
|
||||
#include <util/u_index_modify.h>
|
||||
#include "util/u_index_modify.h"
|
||||
#include "util/u_inlines.h"
|
||||
#include "util/u_upload_mgr.h"
|
||||
#include "r600_pipe.h"
|
||||
|
||||
Reference in New Issue
Block a user