aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: don't ignore texture buffer state changesMarek Olšák2015-08-013-3/+6
* meta: Fix reading luminance texture as rgba in _mesa_meta_pbo_GetTexSubImage()Anuj Phogat2015-08-011-2/+34
* mesa: Add a helper function _mesa_need_luminance_to_rgb_conversion()Anuj Phogat2015-08-012-0/+22
* meta: Don't do fragment color clamping in _mesa_meta_pbo_GetTexSubImageAnuj Phogat2015-08-011-0/+5
* meta: Abort meta pbo path if readpixels need signed-unsigned conversionAnuj Phogat2015-08-011-0/+26
* meta: Fix transfer operations check in meta pbo path for readpixelsAnuj Phogat2015-08-011-4/+9
* mesa: Turn get_readpixels_transfer_ops() in to a global functionAnuj Phogat2015-08-012-7/+15
* st/mesa: don't call st_validate_state in BlitFramebufferMarek Olšák2015-08-011-2/+2
* program: Allow redundant OPTION ARB_fog_* directives.Kenneth Graunke2015-07-221-13/+37
* i965/gen9: Use custom MOCS entries set up by the kernel.Francisco Jerez2015-07-222-7/+7
* osmesa: fix OSMesaPixelsStore typoBrian Paul2015-07-221-1/+1
* mesa: Fix generation of git_sha1.h.tmp for gitlinksChad Versace2015-07-221-1/+4
* i965: Don't try to print the GLSL IR if it has been freedNeil Roberts2015-07-081-4/+7
* Revert "i965: Delete linked GLSL IR when using NIR."Kenneth Graunke2015-07-081-4/+1
* i965: allocate at least 1 BLEND_STATE elementMike Stroyan2015-07-081-1/+1
* i965/vs: Fix matNxM vertex attributes where M != 4.Kenneth Graunke2015-07-081-4/+11
* i965: Reserve more batch space to accomodate Gen6 perfmonitors.Kenneth Graunke2015-07-081-2/+2
* i965/skl: Set the pulls bary bit in 3DSTATE_PS_EXTRANeil Roberts2015-07-084-0/+9
* mesa/prog: relative offsets into constbufs are not constantIlia Mirkin2015-07-081-0/+2
* mesa: reset the source packing when creating temp transfer imageIlia Mirkin2015-07-081-0/+1
* mesa/st: use EmitNoIndirectSampler if !ARB_gpu_shader5Tapani Pälli2015-07-081-0/+5
* i915: use EmitNoIndirectSamplerTapani Pälli2015-07-081-0/+3
* i965: use EmitNoIndirectSampler for gen < 7Tapani Pälli2015-07-081-0/+4
* mesa/glsl: new compiler option EmitNoIndirectSamplerTapani Pälli2015-07-081-0/+1
* meta: Only change and restore viewport 0 in mesa meta modeMike Stroyan2015-07-081-2/+2
* i965/fs: Fix ir_txs in emit_texture_gen4_simd16().Kenneth Graunke2015-07-081-3/+4
* i965: Delete linked GLSL IR when using NIR.Tapani Pälli2015-07-081-1/+4
* i965/fs: Don't mess up stride for uniform integer multiplication.Matt Turner2015-07-081-4/+16
* i965/gen9: Implement Push Constant Buffer workaroundBen Widawsky2015-06-251-7/+41
* mesa: add GL_PROGRAM_PIPELINE support in KHR_debug callsIlia Mirkin2015-06-254-12/+24
* meta: Abort meta path if ReadPixels need rgb to luminance conversionAnuj Phogat2015-06-251-0/+9
* mesa: Turn need_rgb_to_luminance_conversion() in to a global functionAnuj Phogat2015-06-252-5/+9
* mesa: Use helper function need_rgb_to_luminance_conversion()Anuj Phogat2015-06-251-7/+4
* mesa: Handle integer formats in need_rgb_to_luminance_conversion()Anuj Phogat2015-06-251-1/+4
* mesa: build xmlconfig to a separate static libraryErik Faye-Lund2015-06-126-4/+14
* mesa; add a dummy _mesa_error_no_memory() symbol to libglsl_utilEmil Velikov2015-06-122-2/+34
* mesa/main: validate name syntax for array variables onlySamuel Iglesias Gonsalvez2015-06-121-3/+3
* i965: Use UW-typed immediate in multiply inst.Matt Turner2015-06-122-2/+2
* i965: Don't add base_binding_table_index if it's zeroNeil Roberts2015-06-122-2/+4
* i965: Don't use a temporary when generating an indirect sampleNeil Roberts2015-06-122-26/+8
* i965: Disable compaction for EOT send messagesBen Widawsky2015-06-121-0/+6
* i965: do_blit_drawpixels: decode array formatsAlexander Monakov2015-06-121-0/+2
* i965: do not round line width when multisampling or antialiaing are enabledIago Toral Quiroga2015-06-125-15/+25
* i965/fs: Don't let the EOT send message interfere with the MRF hackJason Ekstrand2015-06-122-3/+17
* i965: Export format comparison for blitting between miptreesChris Wilson2015-06-123-5/+14
* i915: Blit RGBX<->RGBA drawpixelsChris Wilson2015-06-121-7/+29
* i965: Fix HW blitter pitch limitsChris Wilson2015-06-121-5/+14
* prog_to_nir: Fix fragment depth writes.Kenneth Graunke2015-06-121-3/+19
* prog_to_nir: Make RSQ properly take the absolute value of its argument.Kenneth Graunke2015-06-121-1/+2
* mesa: Enable ARB_direct_state_access by default for core profileIan Romanick2015-06-031-1/+1