summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* egl/haiku: fix Mesa build under HaikuAlexander von Gluck IV2015-06-291-14/+14
* nv30: align transfer stride to 64, required by blit, sifm transfer implsIlia Mirkin2015-06-291-2/+2
* nv30: allow vertex state creation with 0 elementsIlia Mirkin2015-06-291-2/+3
* nv30: reset fragprog bufctx at bind timeIlia Mirkin2015-06-291-1/+8
* nv30: modernize fp upload logicIlia Mirkin2015-06-291-10/+14
* nv30: provide a minimum map buffer alignmentIlia Mirkin2015-06-291-1/+2
* i965/skl: Extract the blit command setup in to a helperAnuj Phogat2015-06-291-32/+61
* i965/gen9: Add XY_FAST_COPY_BLT support to intelEmitCopyBlit()Anuj Phogat2015-06-294-63/+287
* mesa/swrast: Use global function _mesa_regions_overlap()Anuj Phogat2015-06-291-13/+3
* mesa/st: Use global function _mesa_regions_overlap()Anuj Phogat2015-06-291-27/+3
* mesa: Add a new helper function _mesa_regions_overlap()Anuj Phogat2015-06-292-0/+32
* i965/gen9: Allocate YF/YS tiled buffer objectsAnuj Phogat2015-06-291-3/+62
* i965: Make a helper function intel_miptree_can_use_tr_mode()Anuj Phogat2015-06-291-11/+19
* i965: Make a helper function intel_miptree_release_levels()Anuj Phogat2015-06-291-6/+12
* i965/gen9: Plugin the code for selecting YF/YS tiling on skl+Anuj Phogat2015-06-291-17/+79
* i965: Make a helper function intel_miptree_set_alignment()Anuj Phogat2015-06-291-7/+14
* mesa/main: free locale at exitErik Faye-Lund2015-06-293-1/+22
* util: port _mesa_strto[df] to CErik Faye-Lund2015-06-296-7/+21
* glsl: No need to lock in _mesa_glsl_release_typesErik Faye-Lund2015-06-291-4/+4
* mesa/main: only call _mesa_destroy_shader_compiler once on exitErik Faye-Lund2015-06-291-5/+2
* dri: don't touch the shader compilerErik Faye-Lund2015-06-291-3/+0
* mesa/main: Get rid of outdated GDB-hackErik Faye-Lund2015-06-291-27/+0
* clover: implement CL_KERNEL_PREFERRED_WORK_GROUP_SIZE_MULTIPLEGrigori Goronzy2015-06-293-1/+7
* gallium: add PIPE_COMPUTE_CAP_SUBGROUP_SIZEGrigori Goronzy2015-06-296-1/+42
* i965: Don't try to print the GLSL IR if it has been freedNeil Roberts2015-06-291-4/+7
* docs: add news item and link release notes for mesa 10.6.1Emil Velikov2015-06-292-0/+7
* docs: Add sha256 checksums for the 10.6.1 releaseEmil Velikov2015-06-291-1/+2
* Add release notes for the 10.6.1 releaseEmil Velikov2015-06-291-0/+103
* Revert "glsl: clone inputs and outputs during linking"Kenneth Graunke2015-06-281-3/+1
* Revert "i965: Delete linked GLSL IR when using NIR."Kenneth Graunke2015-06-281-4/+1
* nv30: avoid leaking blit fp/vpIlia Mirkin2015-06-291-0/+6
* nv40: enable base vertexIlia Mirkin2015-06-293-4/+5
* i965/vs: Move compute_clip_distance() out of emit_urb_writes().Kenneth Graunke2015-06-283-7/+15
* i965: Write at least some data in SIMD8 URB write messages.Kenneth Graunke2015-06-281-4/+11
* gallium/hud: prevent NULL pointer dereference with pipe_query functionsSamuel Pitoiset2015-06-281-6/+8
* nouveau: Use dup fd as key in drm-winsys hash table to fix ZaphodHeads.Mario Kleiner2015-06-281-1/+5
* meta: Only change and restore viewport 0 in mesa meta modeMike Stroyan2015-06-271-2/+2
* radeonsi: add support for geometry shader invocations.Dave Airlie2015-06-275-2/+14
* radeonsi: add support for viewport array (v3)Dave Airlie2015-06-278-42/+74
* i965/fs: Fix ir_txs in emit_texture_gen4_simd16().Kenneth Graunke2015-06-261-3/+4
* nv50/ir: propagate modifier to right arg when const-folding madIlia Mirkin2015-06-261-1/+4
* egl_dri2: Remove trailing whitespacesBoyan Ding2015-06-264-13/+13
* i965/skl: Fix aligning mt->total_width to the block sizeNeil Roberts2015-06-261-3/+2
* mesa: Enable subdir-objects globally.Matt Turner2015-06-2618-34/+1
* mesa: fold duplicated GL/GL_CORE/GLES3 entry in get_hash_params.pyEmil Velikov2015-06-261-5/+3
* ilo: define ILO_IMAGE_MAX_LEVEL_COUNTChia-I Wu2015-06-264-8/+16
* ilo: replace pipe_format by gen_surface_formatChia-I Wu2015-06-2613-142/+174
* ilo: always use the specified image formatChia-I Wu2015-06-264-69/+115
* ilo: replace pipe_texture_target by gen_surface_typeChia-I Wu2015-06-268-125/+98
* ilo: initialize ilo_image from ilo_image_infoChia-I Wu2015-06-263-179/+242