mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 03:08:05 +02:00
i915: Remove a few DRI1 era struct intel_screen fields
This commit is contained in:
parent
5777dee02c
commit
c9b0f04b1f
2 changed files with 0 additions and 9 deletions
|
|
@ -360,8 +360,6 @@ __DRIconfig **intelInitScreen2(__DRIscreen *psp)
|
|||
intelScreen->driScrnPriv = psp;
|
||||
psp->private = (void *) intelScreen;
|
||||
|
||||
intelScreen->drmMinor = psp->drm_version.minor;
|
||||
|
||||
/* Determine chipset ID */
|
||||
if (!intel_get_param(psp, I915_PARAM_CHIPSET_ID,
|
||||
&intelScreen->deviceID))
|
||||
|
|
|
|||
|
|
@ -37,18 +37,11 @@
|
|||
struct intel_screen
|
||||
{
|
||||
int deviceID;
|
||||
int width;
|
||||
int height;
|
||||
int pitch; /* common row stride, in pixels */
|
||||
|
||||
int logTextureGranularity;
|
||||
|
||||
__DRIscreen *driScrnPriv;
|
||||
|
||||
volatile drm_i915_sarea_t *sarea;
|
||||
|
||||
int drmMinor;
|
||||
|
||||
int irq_active;
|
||||
|
||||
GLboolean no_hw;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue