index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
intel
/
intel_screen.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel: Expose more FBconfigs in the 3D driver.
Eric Anholt
2009-01-30
1
-2
/
+52
*
intel: #include clean-ups
Brian Paul
2009-01-26
1
-11
/
+9
*
intel: make intelUpdateScreenFromSAREA() static
Brian Paul
2009-01-26
1
-1
/
+1
*
intel: remove unused var
Brian Paul
2009-01-26
1
-2
/
+0
*
intel: move intelInitExtensions() and related code into new intel_extensions.c
Brian Paul
2009-01-26
1
-0
/
+1
*
intel: Move swap-related functions from intel_buffers.c to new intel_swapbuff...
Brian Paul
2009-01-26
1
-0
/
+1
*
[intel] Go back to using the typedef for the sarea struct
mesa_7_3_rc3
Timo Aaltonen
2009-01-20
1
-4
/
+4
*
Remove third buffer support from Mesa.
Dave Airlie
2008-12-23
1
-15
/
+0
*
intel: restore old vertex submit paths for i8xx hardware.
Dave Airlie
2008-12-02
1
-0
/
+1
*
mesa: standardize on C99's uint*_t instead of u_int*_t
Keith Whitwell
2008-09-21
1
-2
/
+2
*
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-09-18
1
-6
/
+6
*
intel: Destroy bufmgr in screen destroy, not context.
Eric Anholt
2008-09-16
1
-0
/
+1
*
intel: Remove dead allow_batchbuffer param.
Eric Anholt
2008-09-12
1
-5
/
+0
*
intel: track move of bo_exec from drivers to bufmgr.
Eric Anholt
2008-09-10
1
-1
/
+0
*
intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change.
Eric Anholt
2008-09-10
1
-38
/
+9
*
intel: Move the bufmgr back to the screen.
Eric Anholt
2008-09-10
1
-0
/
+98
*
DRI2: Drop sarea, implement swap buffers in the X server.
Kristian Høgsberg
2008-08-29
1
-114
/
+2
*
Revert "Revert "Merge branch 'drm-gem'""
Dave Airlie
2008-08-24
1
-100
/
+15
*
Revert "Merge branch 'drm-gem'"
Dave Airlie
2008-08-24
1
-15
/
+100
*
Merge branch 'drm-gem'
Eric Anholt
2008-08-08
1
-100
/
+15
|
\
|
*
drm-gem: Use new GEM ioctls for tiling state, and support new swizzle modes.
Eric Anholt
2008-07-11
1
-122
/
+11
|
*
intel-gem: Fix Y-tiling span setup.
Eric Anholt
2008-07-02
1
-13
/
+26
|
*
intel-gem: Move bit 6 x tiling swizzle to a driconf option, and add new mode.
Eric Anholt
2008-07-01
1
-1
/
+8
|
*
Merge commit 'origin/master' into drm-gem
Eric Anholt
2008-06-18
1
-1
/
+10
|
|
\
|
*
|
[gem] Enable bo_reuse by default.
Eric Anholt
2008-06-11
1
-1
/
+1
|
*
|
[intel] Convert drivers to using libdrm bufmgr code.
Eric Anholt
2008-06-03
1
-1
/
+1
|
*
|
[intel-GEM] Add tiling support to swrast.
Keith Packard
2008-05-06
1
-6
/
+12
|
*
|
Dump buffer tiled status from intelPrintSAREA
Keith Packard
2008-05-05
1
-6
/
+6
|
*
|
[intel] Fix build for GEM. TTM is now disabled, and fencing is gone.
Eric Anholt
2008-05-02
1
-1
/
+1
*
|
|
intel: sync to vblank by default
Jesse Barnes
2008-07-31
1
-1
/
+1
*
|
|
Revert "intel: disable zero-copy TFP."
Dave Airlie
2008-07-25
1
-4
/
+0
*
|
|
intel: disable zero-copy TFP.
Dave Airlie
2008-07-25
1
-0
/
+4
|
|
/
|
/
|
*
|
comments
Brian Paul
2008-06-11
1
-1
/
+10
|
/
*
Change default of driconf "allow_large_textures" to announce hardware limits.
Michel Dänzer
2008-04-29
1
-1
/
+1
*
DRI interface changes and DRI2 direct rendering support.
Kristian Høgsberg
2008-03-31
1
-65
/
+46
*
DRI2: Drop DriverAPI.UpdateBuffer.
Kristian Høgsberg
2008-03-09
1
-21
/
+11
*
[intel] Add a driconf option to cache freed buffer objects for reuse.
Eric Anholt
2008-03-05
1
-1
/
+10
*
Use __DRIextension mechanism providing loader functionality to the driver.
Kristian Høgsberg
2008-02-29
1
-6
/
+7
*
Reduce the versioning madness required to create a DRI2 screen.
Kristian Høgsberg
2008-02-29
1
-11
/
+0
*
intel: Always use intelInitExtensions() for initializing extensions.
Kristian Høgsberg
2008-02-27
1
-14
/
+3
*
Remove GetMSC DriverAPI function.
Kristian Høgsberg
2008-02-25
1
-1
/
+0
*
Remove now unused setTexOffset from __DriverAPIRec.
Kristian Høgsberg
2008-02-25
1
-3
/
+0
*
Use drm_i915_sarea instead of drmI830Sarea and remove i830_common.h
Alan Hourihane
2008-02-22
1
-12
/
+12
*
[915] Revert broken context creation change from IS_915 commit.
Eric Anholt
2008-02-15
1
-2
/
+4
*
Add IS_915(), simplify IS_9XX() a bit.
Adam Jackson
2008-02-15
1
-4
/
+2
*
Add TTM buffer object based texture from pixmap implementation.
Kristian Høgsberg
2008-02-14
1
-0
/
+6
*
Hook up i915 driver to new DRI2 infrastructure.
Kristian Høgsberg
2008-02-14
1
-0
/
+187
*
[965] Fix ARB_occlusion_query from intel_screen.c merge.
Eric Anholt
2008-02-13
1
-3
/
+9
*
[intel] Clean up references to screen buffer metrics.
Kristian Høgsberg
2008-01-22
1
-22
/
+4
*
[intel] Make the no_rast option be standard driconf instead of INTEL_NO_RAST.
Eric Anholt
2008-01-17
1
-8
/
+15
[next]