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
/
i965
/
intel_tex_image.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Support xrgb/argb2101010 formats for glx_texture_from_pixmap.
Mario Kleiner
2018-01-03
1
-2
/
+10
*
Revert "i965/tex_image: Reference the renderbuffer miptree in setTexBuffer2"
Kenneth Graunke
2017-10-16
1
-5
/
+20
*
i965: Share the flush for brw_blorp_miptree_download into a pbo
Chris Wilson
2017-10-12
1
-8
/
+1
*
i965: Use blorp instead of meta for PBO texture downloads
Jason Ekstrand
2017-10-12
1
-4
/
+29
*
i965/tex: Use blorp texture upload for all CCS_E textures
Jason Ekstrand
2017-10-12
1
-1
/
+2
*
i965: Use blorp instead of meta for PBO texture uploads
Jason Ekstrand
2017-10-12
1
-4
/
+30
*
i965/tex: Check if there is data to upload up-front
Jason Ekstrand
2017-10-12
1
-0
/
+4
*
i965: pass wanted format to intel_miptree_create_for_dri_image
Tapani Pälli
2017-10-06
1
-2
/
+2
*
i965: Use prepare_external instead of make_shareable in setTexBuffer2
Jason Ekstrand
2017-09-18
1
-1
/
+1
*
i965/tex_image: Reference the renderbuffer miptree in setTexBuffer2
Jason Ekstrand
2017-09-18
1
-19
/
+4
*
i965/tex: Unify the TexImage and TexSubImage code
Jason Ekstrand
2017-09-15
1
-58
/
+45
*
i965/tex: Remove the for_glTexImage parameter from texsubimage_tiled_memcpy
Jason Ekstrand
2017-09-15
1
-14
/
+5
*
i965/tex: Make a couple of helpers static
Jason Ekstrand
2017-09-15
1
-2
/
+2
*
i965: Move TexSubImage functions to intel_tex_image.c
Jason Ekstrand
2017-09-15
1
-0
/
+210
*
i965: drop brw->has_llc in favor of devinfo->has_llc
Lionel Landwerlin
2017-08-30
1
-1
/
+1
*
i965: drop brw->gen in favor of devinfo->gen
Lionel Landwerlin
2017-08-30
1
-3
/
+5
*
i965/miptree: Rework create flags
Jason Ekstrand
2017-08-07
1
-3
/
+4
*
i965/miptree: Delete MIPTREE_LAYOUT_TILING_(Y|ANY)
Jason Ekstrand
2017-08-07
1
-1
/
+1
*
i965/miptree: Clean-up unused
Topi Pohjolainen
2017-07-22
1
-21
/
+8
*
i965: Prepare tex (sub)image for isl based
Topi Pohjolainen
2017-07-20
1
-4
/
+16
*
i965/miptree: Switch to isl_surf::row_pitch
Topi Pohjolainen
2017-07-20
1
-4
/
+4
*
i965/miptree: Switch to isl_surf::tiling
Topi Pohjolainen
2017-07-20
1
-4
/
+4
*
i965/miptree: Use num_samples of 1 instead of 0 for single-sampled
Topi Pohjolainen
2017-07-20
1
-1
/
+1
*
i965/miptree: Stop setting total_width/height for existing bo
Topi Pohjolainen
2017-07-18
1
-2
/
+0
*
i965/tex: Use offset helper instead of accessing table directly
Topi Pohjolainen
2017-07-18
1
-2
/
+4
*
i965/miptree: Add support for window system images to create_for_dri_image
Jason Ekstrand
2017-07-12
1
-1
/
+1
*
i965/miptree: Add a colorspace parameter to create_for_dri_image
Jason Ekstrand
2017-07-12
1
-1
/
+2
*
i965: Move the DRIimage -> miptree code to intel_mipmap_tree.c
Jason Ekstrand
2017-07-12
1
-110
/
+1
*
i965: Add a RGBX->RGBA fallback for glEGLImageTextureTarget2D()
Chad Versace
2017-06-27
1
-2
/
+16
*
i965/tex: Prepare image update for isl based miptrees
Topi Pohjolainen
2017-06-19
1
-3
/
+16
*
i965: Use the new resolve function for several simple cases
Jason Ekstrand
2017-06-07
1
-1
/
+1
*
i965: Be a bit more conservative about certain resolves
Jason Ekstrand
2017-06-07
1
-3
/
+4
*
i965: Explicitly disallow tiled memcpy path on Gen4 with swizzling.
Chris Wilson
2017-06-06
1
-0
/
+11
*
i965: Add and use brw_bo_map()
Matt Turner
2017-06-06
1
-1
/
+1
*
i965: Pass flags to brw_bo_map_*
Matt Turner
2017-06-06
1
-1
/
+1
*
i965: Rename brw_bo_map() -> brw_bo_map_cpu()
Matt Turner
2017-06-06
1
-1
/
+1
*
i965: Remove brw_bo's virtual member
Matt Turner
2017-06-06
1
-5
/
+3
*
i965: Reject unsupported formats in glEGLImageTargetTexture2D()
Chad Versace
2017-06-01
1
-0
/
+4
*
i965/drm: Add stall warnings when mapping or waiting on BOs.
Kenneth Graunke
2017-04-10
1
-1
/
+1
*
i965/drm: Rename drm_bacon_bo to brw_bo.
Kenneth Graunke
2017-04-10
1
-4
/
+4
*
i965: Drop brw_bo_map[_gtt] wrappers which issue perf warnings.
Kenneth Graunke
2017-04-10
1
-1
/
+1
*
i965: Make/use a brw_batch_references() wrapper.
Kenneth Graunke
2017-04-10
1
-1
/
+1
*
i965/drm: Use our internal libdrm (drm_bacon) rather than the real one.
Kenneth Graunke
2017-04-10
1
-4
/
+4
*
i965: Add new interface for full color resolves
Topi Pohjolainen
2016-11-25
1
-1
/
+1
*
i965/miptree: Don't shrink textures when augmenting for more levels
Topi Pohjolainen
2016-11-23
1
-4
/
+25
*
i965: Rename intelScreen to screen.
Kenneth Graunke
2016-09-20
1
-1
/
+1
*
i965: Rename __DRIScreen pointers to "dri_screen".
Kenneth Graunke
2016-09-20
1
-4
/
+3
*
i965: check for GL_TEXTURE_EXTERNAL_OES at miptree_create_for_teximage
Alejandro Piñeiro
2016-09-12
1
-0
/
+1
*
i965: remove unused variable at intel_miptree_create_for_teximage
Alejandro Piñeiro
2016-09-12
1
-1
/
+0
*
i965: Fix calculation of the image height at start level
Antia Puentes
2016-09-10
1
-6
/
+21
[next]