aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_screen.h
Commit message (Expand)AuthorAgeFilesLines
* i965: Move the remaining intel code to the i965 directory.Eric Anholt2013-06-261-89/+0
* intel: Drop little bits of dead code.Eric Anholt2013-06-261-5/+0
* i965: Bump kernel requirement to 3.3 on Ivybridge.Kenneth Graunke2013-05-201-2/+0
* intel: Remove the struct intel_region reuse hash table.Eric Anholt2013-03-051-1/+0
* intel: Set screen's api mask according to hw capabilities (v3)Chad Versace2013-01-151-0/+5
* i965: Move program_id to intel_screen instead of brw_context.Kenneth Graunke2013-01-121-0/+5
* i965: Add perf debug for stalls during shader compiles.Eric Anholt2012-08-121-0/+1
* intel: Convert to using private depth/stencil buffers (v2)Eric Anholt2012-07-171-58/+0
* i965/aub: Dump a final bitmap from DestroyContext.Kenneth Graunke2012-04-021-0/+2
* i965: Change the hiz-override env var to a driconf option.Eric Anholt2012-03-201-1/+0
* i965: fixup W-tile offset computation to take swizzling into accountDaniel Vetter2012-03-051-0/+1
* intel: verify if hardware has LLC supportEugeni Dodonov2012-02-041-0/+2
* i965/gen7: Enable transform feedback as long as kernel support is present.Eric Anholt2012-01-061-0/+2
* intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke2011-10-181-6/+7
* intel: Fix stencil buffer to be W tiledChad Versace2011-07-191-3/+6
* intel: Request DRI2 buffers for separate stencil and hizChad Versace2011-06-081-2/+0
* intel: Add flags to intel_screen for hiz and separate stencilChad Versace2011-06-081-0/+10
* intel: Define enum intel_dri2_has_hizChad Versace2011-06-081-0/+56
* intel: Set gen in intelInitScreen, just copy value in intelInitContextKristian Høgsberg2011-04-261-0/+1
* i965: Use negative relocation deltas to minimse vertex uploadsChris Wilson2011-03-011-0/+1
* intel: Remove non-kernel-exec-fencing support.Eric Anholt2010-03-041-1/+0
* intel: Track named regions and make sure we only have one region per named boKristian Høgsberg2010-02-121-0/+1
* i915: Remove always-true irq_active struct intel_screen fieldKristian Høgsberg2010-02-111-2/+0
* i915: Remove a few DRI1 era struct intel_screen fieldsKristian Høgsberg2010-02-111-7/+0
* i915: Drop intelScreenPrivate typedef and just call it struct intel_screenKristian Høgsberg2010-02-111-8/+2
* i915: Remove unused intelRegion structKristian Høgsberg2010-02-111-23/+0
* Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-041-7/+7
* intel: Remove non-GEM support.Eric Anholt2009-11-191-1/+0
* i965: Use GTT maps when available to upload vertex arrays and system VBOs.Eric Anholt2009-04-061-0/+1
* intel: make intelUpdateScreenFromSAREA() staticBrian Paul2009-01-261-4/+0
* intel: Move swap-related functions from intel_buffers.c to new intel_swapbuff...Brian Paul2009-01-261-5/+0
* [intel] Go back to using the typedef for the sarea structmesa_7_3_rc3Timo Aaltonen2009-01-201-2/+2
* Remove third buffer support from Mesa.Dave Airlie2008-12-231-1/+0
* intel: restore old vertex submit paths for i8xx hardware.Dave Airlie2008-12-021-0/+1
* intel: Remove dead allow_batchbuffer param.Eric Anholt2008-09-121-1/+0
* intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change.Eric Anholt2008-09-101-2/+3
* intel: Move the bufmgr back to the screen.Eric Anholt2008-09-101-0/+4
* Revert "Revert "Merge branch 'drm-gem'""Dave Airlie2008-08-241-0/+2
* Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-241-2/+0
* drm-gem: Use new GEM ioctls for tiling state, and support new swizzle modes.Eric Anholt2008-07-111-6/+0
* intel-gem: Fix Y-tiling span setup.Eric Anholt2008-07-021-0/+6
* [intel-GEM] Add tiling support to swrast.Keith Packard2008-05-061-0/+2
* Use drm_i915_sarea instead of drmI830Sarea and remove i830_common.hAlan Hourihane2008-02-221-2/+2
* [intel] Clean up references to screen buffer metrics.Kristian Høgsberg2008-01-221-6/+1
* [intel] Move bufmgr back to context instead of screen, fixing glthreads.Eric Anholt2007-12-121-17/+0
* i915: Catch cases where not all state is emitted for a new batchbuffer.Keith Whitwell2007-11-261-0/+2
* [intel] Add 965 support to shared intel_blit.cEric Anholt2007-11-161-0/+6
* [i915] Remove old frontbuffer rotation hack.Eric Anholt2007-11-091-11/+0
* [intel] Move over files that will be shared with 965-fbo work.Eric Anholt2007-11-091-0/+134