index
:
~sima/intel-gpu-tools
MI-fun
autohell
blitter-death
finish_gpu
fixtures
flip-jitter
foo
for-ben
for-damien
for-ickle
for-imre
for-jekstrand
gem_stress
gem_stress-bad
gem_stress-fallout
hang
intel_copy_bo
master
meh
more-ctx-tests
no-more-cookies-for-me
piglit
ppgtt-fixes
prts
races
retval-infrastructure
ring-sync
script
snprintf
stuff
tile-layout
Unnamed repository; edit this file to name it for gitweb.
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
igt_fb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-11
include inttypes.h for PRI defines
Mike Frysinger
1
-0
/
+1
2017-12-11
igt_fb: Add support for drawing to non-32bit Y/Yf tiled FBs
Imre Deak
1
-0
/
+2
2017-09-22
lib/igt_fb: Add igt_cairo_image_surface_create_from_png()
Ville Syrjälä
1
-7
/
+14
2017-09-08
build: remove _GNU_SOURCE from source files
Daniel Vetter
1
-1
/
+0
2017-07-25
lib/igt_fb: Add helper function for tile_to_mod
Praveen Paneri
1
-0
/
+26
2017-07-25
lib/igt_fb: Let others use igt_get_fb_tile_size
Praveen Paneri
1
-2
/
+13
2017-07-19
lib/igt_fb: Export the cairo surface instead of writing to a png
Paul Kocialkowski
1
-23
/
+13
2017-02-27
lib: Add basic support for valgrind annotations.
Maarten Lankhorst
1
-3
/
+3
2016-11-10
lib: Pass tiling constant where that's expected
Tomeu Vizoso
1
-19
/
+29
2016-08-18
lib: Preallocate framebuffers
Chris Wilson
1
-0
/
+6
2016-05-31
lib: Actually use provided size when creating BO
Tomeu Vizoso
1
-57
/
+50
2016-04-21
lib: Pass format instead of bpp to create_bo_for_fb()
Ville Syrjälä
1
-3
/
+2
2016-04-14
lib: Add igt_create_bo_with_dimensions
Tomeu Vizoso
1
-24
/
+78
2016-04-14
lib: Map dumb buffers
Tomeu Vizoso
1
-2
/
+15
2016-04-14
lib: Add igt_dirty_fb
Tomeu Vizoso
1
-0
/
+14
2016-04-14
lib: Call intel_get_drm_devid only from intel code
Tomeu Vizoso
1
-7
/
+8
2016-03-21
lib: fb: add igt_paint_color_gradient_range
Lionel Landwerlin
1
-0
/
+34
2016-03-03
lib/igt_fb: Fix gen2 and 915 Y tile sizes
Ville Syrjälä
1
-3
/
+8
2016-03-02
lib/igt_fb: Fix domain tracking for GTT cairo surfaces
Chris Wilson
1
-2
/
+3
2016-01-29
tests/igt_fb: rename igt_get_all_formats to igt_get_all_cairo_formats
Paulo Zanoni
1
-8
/
+14
2016-01-29
lib/igt_fb: fix igt_get_all_formats documentation
Paulo Zanoni
1
-1
/
+1
2016-01-29
lib/igt_fb: make the automatic buffer sizes/strides smaller
Paulo Zanoni
1
-17
/
+94
2016-01-08
lib: Extract some common fb create+fill methods into helpers
Ville Syrjälä
1
-1
/
+127
2015-11-27
lib/igt_fb: also pass the stride to igt_create_fb_with_bo_size()
Paulo Zanoni
1
-9
/
+16
2015-11-27
lib/igt_fb: fix open-coded ALIGN()
Paulo Zanoni
1
-1
/
+1
2015-11-27
lib/igt_fb: fix igt_create_fb_with_bo_size() documentation
Paulo Zanoni
1
-1
/
+1
2015-11-27
lib/igt_fb: fix fb->size when provided by the user
Paulo Zanoni
1
-1
/
+1
2015-10-12
Replace __gem_mmap__{cpu,gtt,wc}() + igt_assert() with gem_mmap__{cpu,gtt,wc}()
Ville Syrjälä
1
-4
/
+2
2015-10-09
Make gem_mmap__{cpu,gtt,wc}() assert on failure
Ville Syrjälä
1
-2
/
+2
2015-10-09
lib: Die if framebuffer GTT mapping fails
Ville Syrjälä
1
-1
/
+4
2015-10-09
s/gem_mmap/gem_mmap__gtt/
Ville Syrjälä
1
-1
/
+1
2015-10-08
lib/igt_fb: don't forget to close parens on message printed
Paulo Zanoni
1
-1
/
+1
2015-09-08
lib: various documentation fixes
Thomas Wood
1
-1
/
+1
2015-07-02
docs: various documentation fixes
Thomas Wood
1
-4
/
+4
2015-06-27
doc: Remove i-g-t/intel prefixes and capitalize section titles
Damien Lespiau
1
-1
/
+1
2015-05-01
igt_fb: Close the image file when we are done with it
Tvrtko Ursulin
1
-0
/
+2
2015-04-29
igt_fb: Transfer existing content to Cairo surface for Y/Yf frame buffers
Tvrtko Ursulin
1
-16
/
+40
2015-04-14
lib: load images from the data directory in igt_paint_image
Thomas Wood
1
-6
/
+17
2015-03-12
lib/fb: Use PRIx64 for uint64_t in format string
Damien Lespiau
1
-1
/
+1
2015-03-12
lib: Allow the creation of Ys/Yf tiled FBs
Damien Lespiau
1
-3
/
+106
2015-03-12
lib/igt_fb: Use new ADDFB2 extension for new tiling modes
Tvrtko Ursulin
1
-13
/
+23
2015-03-12
tiling: Convert framebuffer helpers to use fb modifiers
Tvrtko Ursulin
1
-10
/
+10
2014-09-06
lib/igt_fb: Ignore RGB888
Chris Wilson
1
-1
/
+1
2014-09-06
lib/igt_fb: Add debug output for creating fb
Chris Wilson
1
-13
/
+18
2014-09-05
lib/igt_fb: ensure igt_create_fb parameters are consistent
Thomas Wood
1
-1
/
+1
2014-09-05
lib: move create_stereo_fb from testdisplay to igt_fb
Thomas Wood
1
-0
/
+100
2014-08-26
lib/intel_* Use igt checks and macros
Daniel Vetter
1
-1
/
+1
2014-08-21
lib/fb: Assert, instead of silently failing, when creating fbs
Damien Lespiau
1
-12
/
+6
2014-08-21
lib/fb: Replace straight igt_fail() by asserts with debug messages
Damien Lespiau
1
-3
/
+7
2014-08-21
lib: Change the fb creation functions to take fully qualified tiling formats
Damien Lespiau
1
-18
/
+19
[next]