index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
intel
/
intel_regions.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make a convenient int for what chipset generation we're on.
Eric Anholt
2009-11-06
1
-2
/
+1
*
Merge branch 'mesa_7_5_branch' into mesa_7_6_branch
Brian Paul
2009-09-09
1
-0
/
+7
|
\
|
*
intel: Align untiled region height to 2 according to 965 docs.
Eric Anholt
2009-09-04
1
-0
/
+7
*
|
intel: Align untiled region height to 2 according to 965 docs.
Eric Anholt
2009-08-19
1
-0
/
+10
*
|
intel: Align region height as required for tiled regions.
Eric Anholt
2009-08-07
1
-0
/
+5
*
|
intel: move blit call out of assert()
Brian Paul
2009-08-07
1
-7
/
+9
*
|
intel: Flush when mapping buffer objects so writes don't get reordered.
Eric Anholt
2009-07-02
1
-0
/
+2
*
|
intel: Make LOCK_HARDWARE recursive to avoid hand-rolling recursiveness.
Eric Anholt
2009-06-29
1
-22
/
+4
*
|
intel: Avoid trying to do blits to Y tiled regions.
Eric Anholt
2009-06-23
1
-15
/
+15
*
|
intel: Fix some potential writes to zero-copy PBOs when used as regions.
Eric Anholt
2009-06-23
1
-2
/
+3
*
|
intel: Remove long-unused intel_region_fill and intelEmitFillBlit.
Eric Anholt
2009-06-23
1
-29
/
+0
*
|
intel: Don't map regions with drm_intel_gem_bo_map_gtt() unless they're tiled.
Eric Anholt
2009-06-19
1
-2
/
+4
*
|
intel: Do not access pbo's buffer directly when attaching.
Chia-I Wu
2009-06-19
1
-2
/
+7
*
|
intel: Data are copied in the wrong direction when breaking COW tie.
Chia-I Wu
2009-06-19
1
-1
/
+1
*
|
i965: Fix tiling for FBO depth attachments by making DEPTH_COMPONENT Y tiled.
Eric Anholt
2009-06-17
1
-1
/
+1
*
|
intel: Fix intel_region_unmap to do unmap, not map.
Eric Anholt
2009-06-09
1
-1
/
+1
*
|
intel: Add support for tiled textures.
Eric Anholt
2009-06-04
1
-3
/
+20
*
|
i965: improve debug logging
Robert Ellison
2009-05-08
1
-12
/
+76
|
/
*
i965: add missing init for region->width
Brian Paul
2009-02-26
1
-1
/
+2
*
intel: tell libdrm whether we want a cpu-ready or gpu-ready BO for regions.
Eric Anholt
2009-02-21
1
-3
/
+9
*
intel: more debug info
Brian Paul
2009-01-30
1
-2
/
+2
*
Remove third buffer support from Mesa.
Dave Airlie
2008-12-23
1
-9
/
+0
*
intel: Use dri_bo_get_tiling to get tiling mode of buffers we get from names.
Eric Anholt
2008-10-27
1
-26
/
+17
*
intel: Fix a number of memory leaks on context destroy.
Eric Anholt
2008-09-26
1
-0
/
+10
*
intel: Add a width field to regions, and use it for making miptrees in TFP.
Eric Anholt
2008-09-12
1
-6
/
+10
*
intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change.
Eric Anholt
2008-09-10
1
-1
/
+0
*
DRI2: Drop sarea, implement swap buffers in the X server.
Kristian Høgsberg
2008-08-29
1
-2
/
+5
*
Revert "Revert "Merge branch 'drm-gem'""
Dave Airlie
2008-08-24
1
-51
/
+111
*
Revert "Merge branch 'drm-gem'"
Dave Airlie
2008-08-24
1
-111
/
+51
*
intel: remove unneeded mem type and args
Dave Airlie
2008-08-14
1
-10
/
+5
*
drm-gem: Use new GEM ioctls for tiling state, and support new swizzle modes.
Eric Anholt
2008-07-11
1
-29
/
+100
*
intel: Fix locking when doing intel_region_cow().
Eric Anholt
2008-06-26
1
-2
/
+2
*
intel: Replace sprinkled intel_batchbuffer_flush with MI_FLUSH or nothing.
Eric Anholt
2008-06-26
1
-4
/
+0
*
[intel] Convert drivers to using libdrm bufmgr code.
Eric Anholt
2008-06-03
1
-20
/
+13
*
[intel] Fix build for GEM. TTM is now disabled, and fencing is gone.
Eric Anholt
2008-05-02
1
-3
/
+3
*
Hook up i915 driver to new DRI2 infrastructure.
Kristian Høgsberg
2008-02-14
1
-9
/
+39
*
[965] Bug 14314: assertion failure with with !AIGLX and depth=24 visual.
Eric Anholt
2008-02-05
1
-1
/
+4
*
Replace usage of DRM_BO_FLAG_MEM_TT in intel_regions.c with local/cached.
Eric Anholt
2008-02-04
1
-2
/
+8
*
[intel] use _mesa_copy_rect for upload compressed texture,
Zou Nan hai
2008-02-01
1
-1
/
+1
*
[intel] Clean up references to screen buffer metrics.
Kristian Høgsberg
2008-01-22
1
-3
/
+3
*
[intel] Merge intel_buffer_objects to shared.
Eric Anholt
2007-12-15
1
-3
/
+8
*
[965] Use shared intel_regions.c.
Eric Anholt
2007-12-15
1
-0
/
+2
*
[intel] Remove useless intel_region_idle.
Eric Anholt
2007-12-14
1
-17
/
+0
*
[intel] Move bufmgr back to context instead of screen, fixing glthreads.
Eric Anholt
2007-12-12
1
-110
/
+110
*
[intel] Add 965 support to shared intel_blit.c
Eric Anholt
2007-11-16
1
-31
/
+24
*
[i915] Pass static region names in so debugging says more than "static region".
Eric Anholt
2007-11-16
1
-6
/
+8
*
[intel] Move over files that will be shared with 965-fbo work.
Eric Anholt
2007-11-09
1
-0
/
+483