aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* android: i965: generate code for OA counter queriesMauro Rossi2017-03-231-0/+17
* drirc: add force_glsl_abs_sqrt() for "Spec Ops: The Line"Samuel Pitoiset2017-03-221-0/+8
* driconf: add force_glsl_abs_sqrt optionSamuel Pitoiset2017-03-223-0/+9
* Android: drop Android 4.4 (KitKat) supportRob Herring2017-03-222-10/+0
* i965: consistently use ifndef guards over pragma onceEmil Velikov2017-03-224-3/+15
* i965: make brw_setup_image_uniform_values staticEmil Velikov2017-03-221-1/+1
* i965/dri: Turn on support for image modifiersBen Widawsky2017-03-211-1/+1
* i965/dri: Handle X-tiled modifierBen Widawsky2017-03-211-0/+8
* i965/dri: Handle Y-tiled modifierBen Widawsky2017-03-211-4/+14
* i965/dri: Handle the linear fb modifierBen Widawsky2017-03-211-11/+44
* i965/dri: Enable modifier queriesBen Widawsky2017-03-212-0/+7
* i965/dri: Store the screen associated with the imageBen Widawsky2017-03-212-6/+11
* i965/dri: Disallow image with INVALID modifierBen Widawsky2017-03-211-0/+3
* i965: Shut up major()/minor() warnings.Kenneth Graunke2017-03-211-0/+7
* i965: Drop AUB_TRACE_* stuff.Kenneth Graunke2017-03-2130-115/+65
* i965: Use aubinator/genxml for INTEL_DEBUG=bat state decoding.Kenneth Graunke2017-03-216-870/+151
* i965: Use aubinator/genxml for INTEL_DEBUG=bat commands.Kenneth Graunke2017-03-211-21/+39
* i965: Add autogenerated OA files to .gitignore.Kenneth Graunke2017-03-201-0/+1
* i965: Skip register write detection when possible.Kenneth Graunke2017-03-201-2/+8
* i965: Set screen->cmd_parser_version to 0 if we can't write registers.Kenneth Graunke2017-03-201-6/+11
* i965: Document the sad story of the kernel command parser.Kenneth Graunke2017-03-201-0/+97
* i965: Fall back to GL 4.2/4.3 on Haswell if the kernel isn't new enough.Kenneth Graunke2017-03-201-2/+9
* intel: Correct the BDW surface state sizeNanley Chery2017-03-201-3/+2
* i965: Allow a per gen timebase scale factorRobert Bragg2017-03-174-25/+79
* i965: bounds checks while concatenating sysfs pathsRobert Bragg2017-03-171-11/+32
* i965/gen8+: Do full stall when switching pipelineTopi Pohjolainen2017-03-161-1/+2
* i965: remove uneeded asm/unistd.h includeJonathan Gray2017-03-161-1/+0
* i965: automake: remove spurious white spaceEmil Velikov2017-03-161-1/+0
* i965: avoid using a GNU make pattern ruleJonathan Gray2017-03-161-4/+4
* intel/blorp: make upload_shader() return a bool indicating success or failureIago Toral Quiroga2017-03-161-1/+2
* gallium: implement the backend of threaded GL dispatchMarek Olšák2017-03-161-0/+4
* mesa: Add SetBackgroundContext to dd_function_tablePaul Berry2017-03-161-0/+3
* dri: Update dri_util to keep track of __DRI_BACKGROUND_CALLABLEPaul Berry2017-03-162-0/+3
* i965: introduce modifier selection.Ben Widawsky2017-03-151-0/+19
* i965: Implement basic modifier image creationBen Widawsky2017-03-151-4/+34
* intel/debug: Add a common INTEL_DEBUG=nohiz optionJason Ekstrand2017-03-142-5/+1
* intel: fix compiler buildIago Toral Quiroga2017-03-131-8/+0
* i965: remove i965_symbols_test reference from .gitignoreEmil Velikov2017-03-131-1/+0
* i965: Move the back-end compiler to src/intel/compilerJason Ekstrand2017-03-13121-63954/+29
* i965: split EU defines to brw_eu_defines.hEmil Velikov2017-03-1318-1197/+1263
* i965: add missing brw_defines.h include in brw_program.cEmil Velikov2017-03-131-0/+1
* i965: add missing brw_defines.h include in brw_program.cEmil Velikov2017-03-131-0/+1
* i965: add missing #include <assert.h> in brw_inst.hEmil Velikov2017-03-131-0/+1
* i965: move brw_define.h ifndef guard to the topEmil Velikov2017-03-131-3/+3
* i965: remove unused macros from brw_defines.hEmil Velikov2017-03-131-19/+1
* i965: remove unused brw_program.h includeEmil Velikov2017-03-137-7/+0
* i965: remove duplicate declaration of brw_mark_surface_usedEmil Velikov2017-03-131-4/+0
* i965: remove dead brw_new_shader() declarationEmil Velikov2017-03-131-2/+0
* i965: remove unused brw_cs.h includeEmil Velikov2017-03-131-1/+0
* i965: Delete unused last_ring local.Kenneth Graunke2017-03-121-1/+0