aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_pixel_bitmap.c
Commit message (Expand)AuthorAgeFilesLines
* intel/isl: Add a unit suffixes to some struct fields and variablesJason Ekstrand2018-09-261-1/+1
* i965: implement GL_MESA_framebuffer_flip_y [v3]Fritz Koenig2018-07-271-4/+4
* i965: Use meta for pixel ops on gen6+Jason Ekstrand2018-05-221-2/+4
* i965: Use enum color_logic_ops for blitsIan Romanick2018-01-261-2/+2
* i965/blit: Remember to include miptree buffer offset in relocsChris Wilson2017-08-021-1/+1
* i965/miptree: Switch to isl_surf::row_pitchTopi Pohjolainen2017-07-201-1/+1
* i965/miptree: Switch to isl_surf::tilingTopi Pohjolainen2017-07-201-1/+1
* i965: Use the new resolve function for several simple casesJason Ekstrand2017-06-071-2/+1
* i965: Be a bit more conservative about certain resolvesJason Ekstrand2017-06-071-1/+2
* i965: Add new interface for full color resolvesTopi Pohjolainen2016-11-251-1/+1
* i965: Roll intel_reg.h into brw_defines.hJason Ekstrand2016-08-191-1/+0
* i965: Add means for limiting color resolvesTopi Pohjolainen2016-02-131-1/+1
* i965: Drop #include of main/glheader.h.Matt Turner2015-11-241-1/+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: replace __FUNCTION__ with __func__Marius Predut2015-04-141-1/+1
* i965: Rename intel_regions.h to something more appropriate now.Eric Anholt2014-05-011-1/+1
* i965: Drop use of intel_region from miptrees.Eric Anholt2014-05-011-3/+3
* i965: Drop intel_check_front_buffer_rendering().Eric Anholt2014-03-111-2/+0
* mesa: allow buffers to be mapped multiple timesMarek Olšák2014-02-251-2/+3
* mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller2014-01-271-1/+1
* mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller2014-01-271-2/+2
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* i965: Replace non-standard INLINE macro with "inline".Kenneth Graunke2013-12-051-1/+1
* i965: Drop trailing whitespace from the rest of the driver.Kenneth Graunke2013-12-051-12/+12
* i965: Reenable glBitmap() after the sRGB winsys enabling.Eric Anholt2013-09-301-1/+2
* i965: Move intel_context::perf_debug to brw_context.Kenneth Graunke2013-07-091-1/+0
* i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke2013-07-091-5/+6
* i965: Replace #include "intel_context.h" with brw_context.h.Kenneth Graunke2013-07-091-1/+1
* i965: Move the remaining intel code to the i965 directory.Eric Anholt2013-06-261-1/+363
* [intel] Move some pixel path support from drivers to shared.Eric Anholt2007-12-211-357/+1
* [965] Replace various alignment code with a shared ALIGN() macro.Eric Anholt2007-10-041-7/+2
* i965: take the secondary color into account when drawingXiang, Haihao2007-09-111-5/+12
* i965: check NULL pointer. fix bug#12193Xiang, Haihao2007-08-291-0/+2
* i965: fix bad casts in do_blit_bitmap to support WindowPos correctlyXiang, Haihao2007-07-311-4/+4
* fix LogicOp/bitmap problem, bug 11133Eric Anholt2007-07-041-2/+5
* Accelerate glBitmap with a color expand blit. Nice speedup for demosKeith Whitwell2006-10-051-0/+350