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_regions.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel: Add performance debug for some common GPU stalls.
Eric Anholt
2012-08-12
1
-0
/
+6
*
i965: Fix mipmap offsets for HiZ and separate stencil buffers.
Paul Berry
2012-05-07
1
-0
/
+56
*
intel: fix un-blanced map_refcount issue
Yuanhan Liu
2012-03-28
1
-4
/
+4
*
intel: Fix a case when mapping large texture fails
Anuj Phogat
2012-03-20
1
-2
/
+5
*
intel: Make intel_region_map return void *.
Eric Anholt
2011-12-07
1
-1
/
+1
*
intel: Add 'mode' param to intel_region_map
Chad Versace
2011-10-18
1
-1
/
+2
*
intel: Convert from GLboolean to 'bool' from stdbool.h.
Kenneth Graunke
2011-10-18
1
-8
/
+8
*
intel: Assert that no batch is emitted if a region is mapped
Chad Versace
2011-10-11
1
-1
/
+17
*
intel: Consolidate texture validation copy code, and reuse it correctly.
Eric Anholt
2011-10-03
1
-31
/
+0
*
intel: Rename region->buffer to region->bo, and remove accessor function.
Eric Anholt
2011-09-26
1
-17
/
+10
*
intel: Remove the pbo zero-copy code.
Eric Anholt
2011-09-22
1
-119
/
+0
*
intel: add null src pointer check in intel_region_reference()
Brian Paul
2011-07-07
1
-1
/
+2
*
intel: Allow intel_region_reference() with *dst != NULL.
Eric Anholt
2011-07-07
1
-4
/
+6
*
intel: Move the draw_x/draw_y to the renderbuffer where it belongs.
Eric Anholt
2011-06-13
1
-35
/
+0
*
i965: Add support for rendering to depthbuffer mipmap levels > 0.
Eric Anholt
2011-05-18
1
-0
/
+35
*
intel: Add some defense against bo allocation failure
Chris Wilson
2011-03-07
1
-7
/
+11
*
intel: use pwrite for batch
Chris Wilson
2011-02-21
1
-1
/
+1
*
intel: Support EGL_MESA_image_drm
Kristian Høgsberg
2010-08-25
1
-0
/
+16
*
intel: Take an intel_screen pointer in intel_alloc_region_* functions
Kristian Høgsberg
2010-08-25
1
-31
/
+24
*
intel: Check for region allocation failure.
Chris Wilson
2010-08-05
1
-0
/
+6
*
intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.
Eric Anholt
2010-06-08
1
-16
/
+17
*
intel: Drop intelFlush()
Kristian Høgsberg
2010-05-10
1
-1
/
+1
*
intel: Respect src pitch in _mesa_copy_rect().
Eric Anholt
2010-03-17
1
-1
/
+1
*
intel: Rely on allocated region pitch for the miptree pitch.
Eric Anholt
2010-03-17
1
-6
/
+2
*
intel: Remove extra tiling setting after allocating a tiled region.
Eric Anholt
2010-03-17
1
-8
/
+3
*
i965: Fix inversion for glCopyPixels to/from FBOs.
Eric Anholt
2010-03-16
1
-1
/
+7
*
intel: Remove non-kernel-exec-fencing support.
Eric Anholt
2010-03-04
1
-4
/
+2
*
intel: Use drm_intel_bo_alloc_tiled for region allocs.
Eric Anholt
2010-03-03
1
-28
/
+11
*
intel: Include main/hash.h using "" instead of <>
Kristian Høgsberg
2010-02-18
1
-1
/
+1
*
intel: Implement the DRI2 invalidate function properly
Kristian Høgsberg
2010-02-17
1
-0
/
+3
*
intel: Track named regions and make sure we only have one region per named bo
Kristian Høgsberg
2010-02-12
1
-1
/
+23
*
i915: Remove left-over drmUnmap()
Kristian Høgsberg
2010-02-11
1
-5
/
+0
*
intel: Set the region's tiling to none when attaching a PBO to a region.
Eric Anholt
2010-01-28
1
-0
/
+1
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-25
1
-1
/
+0
|
\
|
*
intel: Remove unnecessary headers.
Vinson Lee
2010-01-23
1
-1
/
+0
*
|
intel: Drop DRI1 static regions
Kristian Høgsberg
2010-01-04
1
-85
/
+0
*
|
intel: Drop LOCK/UNLOCK_HARDWARE()
Kristian Høgsberg
2010-01-04
1
-4
/
+0
*
|
intel: Remove non-GEM support.
Eric Anholt
2009-11-19
1
-47
/
+10
|
/
*
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
[next]