aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_screen.c
Commit message (Expand)AuthorAgeFilesLines
* intel: restrict dma-buf-import images to external sampling onlyTopi Pohjolainen2013-08-021-0/+1
* dri: propagate extra dma_buf import attributes to the driversTopi Pohjolainen2013-08-021-2/+46
* intel: set dri image dimensions even when creating out of primesTopi Pohjolainen2013-08-021-0/+2
* intel: refactor planar format lookupTopi Pohjolainen2013-08-021-13/+18
* intel: allow packed prime buffers to be treated normallyTopi Pohjolainen2013-08-021-1/+5
* i965: Delete intel_context entirely.Kenneth Graunke2013-07-091-6/+4
* i965: Move intel_context's framerate throttling fields to brw_context.Kenneth Graunke2013-07-091-1/+1
* i965: Move intel_context::batch to brw_context.Kenneth Graunke2013-07-091-1/+1
* i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke2013-07-091-11/+13
* i965: Remove "There are probably better ways" comment.Kenneth Graunke2013-07-031-5/+0
* mesa: Remove unused allow_large_textures driconf from classic drivers.Eric Anholt2013-06-281-2/+1
* i965: Remove use_early_z option.Kenneth Graunke2013-06-281-5/+1
* i965: Drop i915 code from intel_screen.Eric Anholt2013-06-281-19/+1
* i965: Drop #ifdef I915 code.Eric Anholt2013-06-281-44/+0
* i965: Drop code checking for gen <= 3.Eric Anholt2013-06-281-10/+2
* i965: Move the remaining intel code to the i965 directory.Eric Anholt2013-06-261-1/+1409
* [965] Enable EXT_framebuffer_object.Eric Anholt2007-12-201-693/+1
* [intel] Move bufmgr back to context instead of screen, fixing glthreads.Eric Anholt2007-12-121-136/+0
* [965] Convert the driver to dri_bufmgr interface and enable TTM.Eric Anholt2007-12-071-1/+149
* Refactor and fix core vblank supportJesse Barnes2007-10-291-0/+1
* Add a DRI_ReadDrawable marker extension to signal read drawable capability.Kristian Høgsberg2007-10-111-5/+1
* Move media stream counter entry points to new extension.Kristian Høgsberg2007-10-111-3/+2
* Move GLX_MESA_swap_frame_usage DRI entry points to the new mechanism.Kristian Høgsberg2007-10-111-1/+1
* Move swap_interval to new extension mechanism.Kristian Høgsberg2007-10-101-2/+1
* Move the copySubBuffer extension over to the new mechanism.Kristian Høgsberg2007-10-101-1/+6
* Pull createNewScreen entry point into dri_util.c.Kristian Høgsberg2007-10-101-48/+29
* Replace open-coded major, minor, and patch version fields with __DRIversionRec.Kristian Høgsberg2007-10-101-1/+1
* Remove screenConfigs from __DRIscreen.Kristian Høgsberg2007-10-101-7/+6
* Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.Kristian Høgsberg2007-10-101-11/+11
* Revert "WIP 965 conversion to dri_bufmgr."Eric Anholt2007-09-271-52/+7
* WIP 965 conversion to dri_bufmgr.Eric Anholt2007-09-271-7/+52
* Fix/improve framebuffer object reference counting.Brian2007-03-061-2/+1
* fix for bug#10182Xiang, Haihao2007-03-061-1/+2
* 965 ARB_Occlusion_query fixZou Nan hai2007-01-241-4/+2
* Use the tiled flag in the sarea to determine region tiling.Haihao Xiang2006-12-301-1/+5
* Emit cliprects in the userspace driver as required, rather thanKeith Whitwell2006-10-231-1/+1
* Fix printf warning.Keith Whitwell2006-10-131-1/+1
* Quieten debug message.Keith Whitwell2006-10-051-1/+1
* When using the old technique to set up the front buffer mapping, thereKeith Whitwell2006-08-311-1/+1
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-091-0/+699