mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 18:42:43 +00:00 
			
		
		
		
	Kernel/Graphics: Move Intel graphics related code to a separate folder
This commit is contained in:
		
							parent
							
								
									9d36369c58
								
							
						
					
					
						commit
						b882e5ff6b
					
				
					 4 changed files with 3 additions and 3 deletions
				
			
		|  | @ -70,7 +70,7 @@ set(KERNEL_SOURCES | |||
|     Graphics/BochsGraphicsAdapter.cpp | ||||
|     Graphics/FramebufferDevice.cpp | ||||
|     Graphics/GraphicsManagement.cpp | ||||
|     Graphics/IntelNativeGraphicsAdapter.cpp | ||||
|     Graphics/Intel/NativeGraphicsAdapter.cpp | ||||
|     Graphics/VirtIOGPU/VirtIOFrameBufferDevice.cpp | ||||
|     Graphics/VirtIOGPU/VirtIOGPUConsole.cpp | ||||
|     Graphics/VirtIOGPU/VirtIOGPU.cpp | ||||
|  |  | |||
|  | @ -12,7 +12,7 @@ | |||
| #include <Kernel/Graphics/BochsGraphicsAdapter.h> | ||||
| #include <Kernel/Graphics/Console/TextModeConsole.h> | ||||
| #include <Kernel/Graphics/GraphicsManagement.h> | ||||
| #include <Kernel/Graphics/IntelNativeGraphicsAdapter.h> | ||||
| #include <Kernel/Graphics/Intel/NativeGraphicsAdapter.h> | ||||
| #include <Kernel/Graphics/VGACompatibleAdapter.h> | ||||
| #include <Kernel/Graphics/VirtIOGPU/VirtIOGraphicsAdapter.h> | ||||
| #include <Kernel/IO.h> | ||||
|  |  | |||
|  | @ -7,7 +7,7 @@ | |||
| #include <Kernel/Graphics/Console/ContiguousFramebufferConsole.h> | ||||
| #include <Kernel/Graphics/Definitions.h> | ||||
| #include <Kernel/Graphics/GraphicsManagement.h> | ||||
| #include <Kernel/Graphics/IntelNativeGraphicsAdapter.h> | ||||
| #include <Kernel/Graphics/Intel/NativeGraphicsAdapter.h> | ||||
| #include <Kernel/IO.h> | ||||
| #include <Kernel/PhysicalAddress.h> | ||||
| 
 | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Liav A
						Liav A