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_validate.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Drop unused return value from intel_finalize_mipmap_tree().
Kenneth Graunke
2016-06-24
1
-6
/
+4
*
i965: Move contents of brw_tex.c into intel_tex_validate.c.
Kenneth Graunke
2016-06-24
1
-0
/
+19
*
i965: include teximage.h
Brian Paul
2016-02-12
1
-0
/
+1
*
i965: Rename intel_miptree_get_dimensions_for_image()
Anuj Phogat
2015-09-28
1
-2
/
+1
*
i965: Rename MIPTREE_LAYOUT_ALLOC_* -> MIPTREE_LAYOUT_TILING_*.
Matt Turner
2015-08-06
1
-1
/
+1
*
i965: Push miptree tiling request into flags
Ben Widawsky
2015-07-16
1
-2
/
+3
*
Revert "i965: Push miptree tiling request into flags"
Ben Widawsky
2015-07-16
1
-3
/
+2
*
i965: Push miptree tiling request into flags
Ben Widawsky
2015-07-16
1
-2
/
+3
*
i965: Consolidate certain miptree params to flags
Ben Widawsky
2015-06-12
1
-2
/
+1
*
i965: Fix textureSize for Lod > 0 with non-mipmap filters
Iago Toral Quiroga
2015-05-18
1
-2
/
+4
*
i965/gen4-5: Cope with immutable-format texture revalidation
Chris Forbes
2015-03-14
1
-3
/
+10
*
i965: Allow forcing miptree->array_layout = ALL_SLICES_AT_EACH_LOD
Jordan Justen
2014-08-15
1
-1
/
+2
*
i965: Delete stale "pre-gen4" comment in texture validation code.
Kenneth Graunke
2014-08-02
1
-5
/
+0
*
i965: Add _Format to intel_texobj.
Chris Forbes
2014-04-10
1
-0
/
+1
*
i965: Ensure that texture validation is skipped for immutable textures.
Chris Forbes
2014-04-10
1
-0
/
+5
*
i965: Add missing license to intel_tex_validate.c.
Eric Anholt
2013-09-30
1
-0
/
+23
*
i965: Always allocate validated miptrees from level 0.
Eric Anholt
2013-09-30
1
-6
/
+5
*
i965: Don't relayout a texture just for baselevel changes.
Eric Anholt
2013-09-30
1
-24
/
+36
*
i965: Delete intel_context entirely.
Kenneth Graunke
2013-07-09
1
-2
/
+1
*
i965: Shorten context base class dereference chains.
Kenneth Graunke
2013-07-09
1
-1
/
+1
*
i965: Pass brw_context to functions rather than intel_context.
Kenneth Graunke
2013-07-09
1
-3
/
+4
*
i965: Replace #include "intel_context.h" with brw_context.h.
Kenneth Graunke
2013-07-09
1
-1
/
+1
*
i965: Move the rest of intel_tex_layout.c into brw_tex_layout.c.
Kenneth Graunke
2013-07-03
1
-1
/
+0
*
i965: Move the remaining intel code to the i965 directory.
Eric Anholt
2013-06-26
1
-1
/
+141
*
[965] Move to using shared texture management code.
Eric Anholt
2007-12-16
1
-265
/
+1
*
[965] Convert the driver to dri_bufmgr interface and enable TTM.
Eric Anholt
2007-12-07
1
-2
/
+5
*
[965] Replace 965 texture format code with common code.
Eric Anholt
2007-11-20
1
-24
/
+0
*
Revert "WIP 965 conversion to dri_bufmgr."
Eric Anholt
2007-09-27
1
-1
/
+1
*
WIP 965 conversion to dri_bufmgr.
Eric Anholt
2007-09-27
1
-1
/
+1
*
i965: set mt->cpp differently with compressed texture
Xiang, Haihao
2007-08-10
1
-3
/
+33
*
Replace texobj->Complete with texobj->_Complete since it's a derived field.
Brian
2007-06-11
1
-1
/
+1
*
Add accelerated CopyPixels for non-overlapping, 1:1 blits.
Eric Anholt
2006-11-29
1
-0
/
+3
*
Catch a couple of cases where we would have to delete and recreate the
Keith Whitwell
2006-09-21
1
-3
/
+6
*
Cope with memory pool fragmentation by allowing a second attempt at
Keith Whitwell
2006-09-07
1
-21
/
+26
*
Add Intel i965G/Q DRI driver.
Eric Anholt
2006-08-09
1
-0
/
+245