summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* mesa: set thread name for glthreadMiklós Máté2017-03-241-0/+3
* i965: Return progress from brw_nir_lower_uniforms().Matt Turner2017-03-231-3/+3
* 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
* st/glsl_to_tgsi: enable lower_sqrt() conditionallySamuel Pitoiset2017-03-221-0/+1
* driconf: add force_glsl_abs_sqrt optionSamuel Pitoiset2017-03-225-0/+17
* Android: drop Android 4.4 (KitKat) supportRob Herring2017-03-222-10/+0
* mesa/main: remove unused strndup.h includeEmil Velikov2017-03-221-1/+0
* mesa/program: consistently use ifndef guards over pragma onceEmil Velikov2017-03-224-4/+9
* mesa/main: consistently use ifndef guards over pragma onceEmil Velikov2017-03-225-3/+11
* 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
* mesa: more unused linux/version.h includeEmil Velikov2017-03-221-3/+0
* mesa/main: fix MultiDrawElements[BaseVertex] validation of primcountNicolai Hähnle2017-03-222-3/+23
* mesa: Avoid out-of-bounds stack read via _mesa_MaterialiNicolai Hähnle2017-03-221-2/+3
* 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
* util/disk_cache: use a helper to compute cache keysGrazvydas Ignotas2017-03-211-6/+6
* 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
* st/mesa: set result writemask based on ir typeIlia Mirkin2017-03-181-0/+1
* 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
* mesa: automake: add all headers to the tarball.Emil Velikov2017-03-171-0/+2
* st/mesa: call glthread_destroy() before _vbo_DestroyContext()Timothy Arceri2017-03-172-2/+3
* 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
* mesa: fix glthread marshal build issues on platforms without PTHREADTimothy Arceri2017-03-163-29/+64
* mesa: fix glthread build issues on platforms without PTHREADTimothy Arceri2017-03-161-1/+1
* gallium: implement the backend of threaded GL dispatchMarek Olšák2017-03-163-0/+36
* mesa/glthread: restore the dispatch table when incompatible gl calls are dete...Gregory Hainaut2017-03-162-0/+13
* mesa/glthread: don't set a dispatch table if we aren't the ownerGregory Hainaut2017-03-161-3/+10
* mesa: Track the current vertex/element array buffers for glthread.Eric Anholt2017-03-163-0/+172
* mesa: Statically allocate glthread command buffer in the batch struct.Eric Anholt2017-03-162-7/+6