aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_tex.h
Commit message (Expand)AuthorAgeFilesLines
* i965: Use finish_external instead of make_shareable in setTexBuffer2Jason Ekstrand2018-02-211-0/+2
* i965: Make texture validation code use texture objects, not units.Kenneth Graunke2018-01-311-1/+2
* i965/tex: Make a couple of helpers staticJason Ekstrand2017-09-151-20/+0
* i965: Move TexSubImage functions to intel_tex_image.cJason Ekstrand2017-09-151-2/+0
* i965/tex: add missing includeEric Engestrom2017-09-101-0/+1
* i965/tex: Change the flags type on create_for_teximageJason Ekstrand2017-08-201-1/+1
* i965: Drop unused return value from intel_finalize_mipmap_tree().Kenneth Graunke2016-06-241-1/+1
* i965: Remove unneeded forward declarations.Matt Turner2015-11-241-2/+0
* i965: Fix typos in licenseIan Romanick2015-09-101-2/+2
* i965: Remove horizontal bars from file header commentsIan Romanick2015-09-101-4/+2
* i965: Consolidate certain miptree params to flagsBen Widawsky2015-06-121-1/+1
* i965: Implemente a tiled fast-path for glReadPixels and glGetTexImageSisinty Sasmita Patra2015-01-261-0/+9
* i965: Add support for ARB_copy_imageJason Ekstrand2014-08-111-0/+2
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* i965: Drop trailing whitespace from the rest of the driver.Kenneth Graunke2013-12-051-5/+5
* i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke2013-07-091-2/+2
* i965: Replace #include "intel_context.h" with brw_context.h.Kenneth Graunke2013-07-091-1/+1
* i965: Remove some dead code.Kenneth Graunke2013-07-031-13/+0
* i965: Move the remaining intel code to the i965 directory.Eric Anholt2013-06-261-0/+82
* [965] Move to using shared texture management code.Eric Anholt2007-12-161-47/+0
* [965] Replace 965 texture format code with common code.Eric Anholt2007-11-201-0/+5
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-091-0/+42