VirtualBox

source: vbox/trunk/src/VBox/HostServices/SharedOpenGL/unpacker/unpack_drawpixels.cpp@ 78263

Last change on this file since 78263 was 78190, checked in by vboxsync, 6 years ago

Merge first stage of the Chromium cleanup from the branch:

  • r129818 (Remove VBOX_WITH_CR_DISPLAY_LISTS and accompanying code as it was disabled since r108676 and was never brought back (see ​bugref:3456 and ​bugref:8485))
  • r129819 (HostServices/SharedOpenGL: Remove unused main entry point from upstream server process based implementation)
  • r129820 (HostServices/SharedOpenGL: Started eliminating all backends other than HGCM. They are not used and probably wouldn't work anymore anyway)
  • r129821 (HostServices/SharedOpenGL,GuestHost/OpenGLAdditions/common/crOpenGL: Kill crTimer* API as it is not used anywhere)
  • r129822 (HostServices/SharedOpenGL,GuestHost/OpenGLAdditions/common/crOpenGL: Kill most from cr_process.h apart from two used methods)
  • r129823 (HostServices/SharedOpenGL,GuestHost/OpenGLAdditions/common/crOpenGL: Kill crList* API as it is unused)
  • r129824 (HostServices/SharedOpenGL,GuestHost/OpenGL,Additions/common/crOpenGL: Kill crHullInteriorBox API as it is unused)
  • r129825 (HostServices/SharedOpenGL,GuestHost/OpenGL,Additions/common/crOpenGL: Kill crWarpPoint API as it is unused)
  • r129826 (HostServices/SharedOpenGL,GuestHost/OpenGL,Additions/common/crOpenGL: Kill CrSa* API as it is unused and not even compiled in)
  • r129827 (HostServices/SharedOpenGL,GuestHost/OpenGL,Additions/common/crOpenGL: Kill cr_bbox.h as it is unused)
  • r129828 (HostServices/SharedOpenGL,GuestHost/OpenGL,Additions/common/crOpenGL: Remove a few crParseUrl() two uses)
  • r129829 (HostServices/SharedOpenGL,GuestHost/OpenGL,Additions/common/crOpenGL: Remove last crParseURL() use)
  • r129830 (HostServices/SharedOpenGL,GuestHost/OpenGL,Additions/common/crOpenGL: Remove crParseURL())
  • r129831 (HostServices/SharedOpenGL,GuestHost/OpenGL,Additions/common/crOpenGL: Remove VBOX_WITH_COCOA_QT and related code when not set as it is the default for years now and we don't support anything else anymore)
  • r129832 (HostServices/SharedOpenGL,GuestHost/OpenGL,Additions/common/crOpenGL: Remove unused cr_logo.h)
  • r129833 (HostServices/SharedOpenGL,GuestHost/OpenGL,Additions/common/crOpenGL: Remove unused crut_api.h and crut_clientapi.h)
  • r129834 (HostServices/SharedOpenGL,GuestHost/OpenGL,Additions/common/crOpenGL: Remove unused cr_dmx.h)
  • r129835 (HostServices/SharedOpenGL,GuestHost/OpenGL,Additions/common/crOpenGL: Remove unused cr_perf.h)
  • r129836 (HostServices/SharedOpenGL,GuestHost/OpenGL,Additions/common/crOpenGL: Remove cr_rand.h and friends as it is not actively used anywhere)
  • r129837 (HostServices/SharedOpenGL,GuestHost/OpenGL,Additions/common/crOpenGL: Get rid of all the swapped versions in the packer SPU, we never change endianess from guest to host and don't need it)
  • r129838 (HostServices/SharedOpenGL,GuestHost/OpenGL,Additions/common/crOpenGL: Remove more swapper versions in the packer related code)
  • r129839 (HostServices/SharedOpenGL,GuestHost/OpenGL,Additions/common/crOpenGL: Remove more swapper versions in the packer related code)
  • r129840 (HostServices/SharedOpenGL,GuestHost/OpenGL,Additions/common/crOpenGL: Remove unused pack_pica.c)
  • r129841 (HostServices/SharedOpenGL,GuestHost/OpenGL,Additions/common/crOpenGL: Remove more swapper versions in the packer related code)
  • r129842 (HostServices/SharedOpenGL,GuestHost/OpenGL,Additions/common/crOpenGL: Get rid of cr_endianess.h and friends)
  • r129843 (HostServices/SharedOpenGL,GuestHost/OpenGL,Additions/common/crOpenGL: Get rid of unused lowercase.py)
  • r129844 (HostServices/SharedOpenGL,GuestHost/OpenGL,Additions/common/crOpenGL: Get rid of unused cr_calllists.h and friends)
  • r129845 (HostServices/SharedOpenGL,GuestHost/OpenGL,Additions/common/crOpenGL: Get rid of completely unused idpool.c, not even compiled in)
  • r129846 (HostServices/SharedOpenGL,GuestHost/OpenGL,Additions/common/crOpenGL: Get rid of unused cr_debugopcodes.h and friends)
  • r129847 (HostServices/SharedOpenGL,GuestHost/OpenGL,Additions/common/crOpenGL: Make the cr_mem.h API inline and get rid of the implementation in the util library)
  • r129848 (HostServices/SharedOpenGL,GuestHost/OpenGL,Additions/common/crOpenGL: Get rid of SPUOptions and related code as it is of no use for us)
  • r129849 (HostServices/SharedOpenGL,GuestHost/OpenGL,Additions/common/crOpenGL: Get rid of cr_environment.h and friends and convert usage to RTEnv* APIs)
  • r129850 (HostServices/SharedOpenGL,GuestHost/OpenGL,Additions/common/crOpenGL: Get rid of unused renderspu_agl.c)
  • r129851 (HostServices/SharedOpenGL,GuestHost/OpenGL,Additions/common/crOpenGL: Remove unused code in cr_htable.h)
  • r129853 (HostServices/SharedOpenGL,GuestHost/OpenGL,Additions/common/crOpenGL: Introduce a state paremeter for the unpacker workers instead of reyling on global variables, work in progress)
  • r129854 (HostServices/SharedOpenGL,GuestHost/OpenGL,Additions/common/crOpenGL: Let the caller of crUnpack set up the initial state. This allows to get rid of the global return_ptr and writeback_ptr as they get supplied in the unpacker state by the server)
  • r129855 (HostServices/SharedOpenGL,GuestHost/OpenGL,Additions/common/crOpenGL: Get rid of the cr_lastDispatch and cr_unpackDispatch as they are of no use now)
  • r129856 (HostServices/SharedOpenGL,GuestHost/OpenGL,Additions/common/crOpenGL: Get rid of the global cr_unpackData and cr_unpackDataEnd symbols by indtroducing another hack to make it possible for certail server dispatch callbacks to access the data buffer)
  • r129857 (HostServices/SharedOpenGL,GuestHost/OpenGL,Additions/common/crOpenGL: build fix for release builds)
  • r129858 (HostServices/SharedOpenGL,GuestHost/OpenGL,Additions/common/crOpenGL: Make the pointer to the unpacker state non const (is required for the access verification))
  • r129859 (HostServices/SharedOpenGL,GuestHost/OpenGL,Additions/common/crOpenGL: First iteration of the buffer size validation to prevent out of bound read access + added todos for places where additional checks are needed)
  • r129860 (HostServices/SharedOpenGL,GuestHost/OpenGL,Additions/common/crOpenGL: Working on remaining verification todos)
  • r129861 (HostServices/SharedOpenGL,GuestHost/OpenGL,Additions/common/crOpenGL: Working on remaining verification todos)
  • r129871 (HostServices/SharedOpenGL,GuestHost/OpenGL,Additions/common/crOpenGL: Working on remaining verification todos)
  • r129872 (HostServices/SharedOpenGL,GuestHost/OpenGL,Additions/common/crOpenGL: Stop as soon as the unpacker encountered an error)
  • r129876 (HostServices/SharedOpenGL,GuestHost/OpenGL,Additions/common/crOpenGL: Working on remaining verification todos)
  • r129880 (HostServices/SharedOpenGL,GuestHost/OpenGL,Additions/common/crOpenGL: Working on remaining verification todos)
  • r129882 (HostServices/SharedOpenGL,GuestHost/OpenGL,Additions/common/crOpenGL: Fixed some offsets in unpack_texture.c, 3DMark03 renders correctly again)
  • r130013 (HostServices/SharedOpenGL: Convert files to C++ so we can use C99 featuers on Windows with cl.exe)
  • r130014 (HostServices/SharedOpenGL,GuestHost/OpenGL: WIndows build fixes)
  • r130015 (HostServices/SharedOpenGL,GuestHost/OpenGL: More Windows build fixes)
  • r130036 (Config.kmk: Fix linker error on Windows by temporarily disabling the use of VBoxGuestR3DllMinW2K)
  • r130094 (src/VBox/GuestHost/OpenGL: Revert inlining the allocation/free functions in R3 completely as it doesn't work on Windows if memory is allocated and freed across different DLLs which don't share a common CRT, causes crashes in RtlValidtaeHeap())
  • r130095 (src/VBox/GuestHost/OpenGL,src/VBox/Additions/common/crOpenGL/pack: Don't use floating point specifiers in packspu_GetString() to avoid R6002 errors (couldn't fully understand why they occur suddenly after the rework but this gets rid of it))
  • Property svn:eol-style set to native
  • Property svn:keywords set to Id Revision
File size: 4.3 KB
Line 
1/* Copyright (c) 2001, Stanford University
2 * All rights reserved
3 *
4 * See the file LICENSE.txt for information on redistributing this software.
5 */
6
7#include "unpacker.h"
8#include "cr_error.h"
9#include "cr_pixeldata.h"
10
11#include "state/cr_bufferobject.h"
12
13void crUnpackDrawPixels(PCrUnpackerState pState)
14{
15 CHECK_BUFFER_SIZE_STATIC_LAST(pState, sizeof(int) + 20, GLint);
16
17 GLsizei width = READ_DATA(pState, sizeof( int ) + 0, GLsizei );
18 GLsizei height = READ_DATA(pState, sizeof( int ) + 4, GLsizei );
19 GLenum format = READ_DATA(pState, sizeof( int ) + 8, GLenum );
20 GLenum type = READ_DATA(pState, sizeof( int ) + 12, GLenum );
21 GLint noimagedata = READ_DATA(pState, sizeof( int ) + 16, GLint );
22 GLvoid *pixels;
23
24 if (noimagedata && !crStateIsBufferBound(GL_PIXEL_UNPACK_BUFFER_ARB))
25 return;
26
27 if (noimagedata)
28 pixels = (void*) (uintptr_t) READ_DATA(pState, sizeof( int ) + 20, GLint);
29 else
30 {
31 size_t cbImg = crImageSize( format, type, width, height );
32 if (RT_UNLIKELY(cbImg == 0))
33 {
34 pState->rcUnpack = VERR_INVALID_PARAMETER;
35 return;
36 }
37
38 pixels = DATA_POINTER(pState, sizeof( int ) + 24, GLvoid );
39 CHECK_ARRAY_SIZE_FROM_PTR_UPDATE_LAST(pState, pixels, cbImg, GLubyte);
40 }
41
42 pState->pDispatchTbl->PixelStorei( GL_UNPACK_ROW_LENGTH, 0 );
43 pState->pDispatchTbl->PixelStorei( GL_UNPACK_SKIP_PIXELS, 0 );
44 pState->pDispatchTbl->PixelStorei( GL_UNPACK_SKIP_ROWS, 0 );
45 pState->pDispatchTbl->PixelStorei( GL_UNPACK_ALIGNMENT, 1 );
46
47 pState->pDispatchTbl->DrawPixels( width, height, format, type, pixels );
48
49 INCR_VAR_PTR(pState);
50}
51
52void crUnpackBitmap(PCrUnpackerState pState)
53{
54 CHECK_BUFFER_SIZE_STATIC_LAST(pState, sizeof(int) + 28, GLint);
55
56 GLsizei width = READ_DATA(pState, sizeof( int ) + 0, GLsizei );
57 GLsizei height = READ_DATA(pState,sizeof( int ) + 4, GLsizei );
58 GLfloat xorig = READ_DATA(pState, sizeof( int ) + 8, GLfloat );
59 GLfloat yorig = READ_DATA(pState, sizeof( int ) + 12, GLfloat );
60 GLfloat xmove = READ_DATA(pState, sizeof( int ) + 16, GLfloat );
61 GLfloat ymove = READ_DATA(pState, sizeof( int ) + 20, GLfloat );
62 GLuint noimagedata = READ_DATA(pState, sizeof( int ) + 24, GLuint );
63 GLubyte *bitmap;
64
65 if (noimagedata && !crStateIsBufferBound(GL_PIXEL_UNPACK_BUFFER_ARB))
66 return;
67
68 if (noimagedata)
69 bitmap = (GLubyte *) (uintptr_t) READ_DATA(pState,sizeof(int) + 28, GLint);
70 else
71 {
72 /* Each pixel is one bit => 8 pixels per byte. */
73 size_t cbImg = crImageSize(GL_COLOR_INDEX, GL_BITMAP, width, height);
74 if (RT_UNLIKELY(cbImg == 0))
75 {
76 pState->rcUnpack = VERR_INVALID_PARAMETER;
77 return;
78 }
79
80 bitmap = DATA_POINTER(pState, sizeof(int) + 32, GLubyte );
81 CHECK_ARRAY_SIZE_FROM_PTR_UPDATE_LAST(pState, bitmap, cbImg, GLubyte);
82 }
83
84 pState->pDispatchTbl->PixelStorei( GL_UNPACK_ROW_LENGTH, 0 );
85 pState->pDispatchTbl->PixelStorei( GL_UNPACK_SKIP_PIXELS, 0 );
86 pState->pDispatchTbl->PixelStorei( GL_UNPACK_SKIP_ROWS, 0 );
87 pState->pDispatchTbl->PixelStorei( GL_UNPACK_ALIGNMENT, 1 );
88
89 pState->pDispatchTbl->Bitmap( width, height, xorig, yorig, xmove, ymove, bitmap );
90
91 INCR_VAR_PTR(pState);
92}
93
94/*
95 * ZPixCR - compressed DrawPixels
96 */
97void crUnpackExtendZPixCR(PCrUnpackerState pState)
98{
99 CHECK_BUFFER_SIZE_STATIC_LAST(pState, 32, GLint);
100
101 GLsizei width = READ_DATA(pState, 8, GLsizei );
102 GLsizei height = READ_DATA(pState, 12, GLsizei );
103 GLenum format = READ_DATA(pState, 16, GLenum );
104 GLenum type = READ_DATA(pState, 20, GLenum );
105 GLenum ztype = READ_DATA(pState, 24, GLenum );
106 GLint zparm = READ_DATA(pState, 28, GLuint );
107 GLint length = READ_DATA(pState, 32, GLint );
108 GLvoid *pixels = DATA_POINTER(pState, 36, GLvoid );
109
110 pState->pDispatchTbl->PixelStorei( GL_UNPACK_ROW_LENGTH, 0 );
111 pState->pDispatchTbl->PixelStorei( GL_UNPACK_SKIP_PIXELS, 0 );
112 pState->pDispatchTbl->PixelStorei( GL_UNPACK_SKIP_ROWS, 0 );
113 pState->pDispatchTbl->PixelStorei( GL_UNPACK_ALIGNMENT, 1 );
114
115 CHECK_ARRAY_SIZE_FROM_PTR_UPDATE_LAST(pState, pixels, length, GLubyte);
116 pState->pDispatchTbl->ZPixCR( width, height, format, type, ztype, zparm, length, pixels );
117
118 /* Don't call INCR_VAR_PTR(); - it's done in crUnpackExtend() */
119}
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette