summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* glsl_to_tgsi: add SVIEW decl supportRob Clark2015-06-211-1/+35
* mesa: Back out an accidental change I had in a VC4 commit.Eric Anholt2015-06-201-1/+0
* vc4: Fix write-only texsubimage when we had to align.Eric Anholt2015-06-201-0/+1
* i965/gen8: Use HALIGN_16 for single sample mcs buffersBen Widawsky2015-06-191-1/+1
* mesa: move ARB_gs5 enums to core, EXT_polygon_offset_clamp to desktopIlia Mirkin2015-06-191-8/+8
* i965: Add missing braces around if-statement.Matt Turner2015-06-181-1/+2
* i965/compute: Fix undefined code with right_mask for SIMD32Jordan Justen2015-06-181-1/+1
* mesa: add GL_PROGRAM_PIPELINE support in KHR_debug callsIlia Mirkin2015-06-184-12/+24
* i965: Fix textureGrad with cube samplersIago Toral Quiroga2015-06-181-8/+18
* i965: enable ARB_framebuffer_no_attachments for Gen7+Kevin Rogovin2015-06-172-0/+7
* i965: execution of frag-shader when it has atomic bufferKevin Rogovin2015-06-172-0/+7
* mesa: function for testing if current frag-shader has atomicsKevin Rogovin2015-06-171-1/+6
* i965: Use _mesa_geometric_ functions appropriatelyKevin Rogovin2015-06-1716-34/+70
* mesa: helper function for scissor box of gl_framebufferKevin Rogovin2015-06-172-15/+35
* mesa: add helper functions for geometry of gl_framebufferKevin Rogovin2015-06-172-1/+35
* PATCH 03/10] mesa: Complete ARB_framebuffer_no_attachments in Mesa coreKevin Rogovin2015-06-171-29/+182
* mesa: Constants and functions for ARB_framebuffer_no_attachmentsKevin Rogovin2015-06-175-2/+43
* mesa: Define infrastructure for ARB_framebuffer_no_attachmentsKevin Rogovin2015-06-174-5/+46
* i965/gen9: Disable Mip Tail for YF/YS tiled surfacesAnuj Phogat2015-06-162-2/+11
* i965/gen9: Set vertical and horizontal surface alignmentsAnuj Phogat2015-06-161-6/+26
* i965: Use BRW_SURFACE_* in place of GL_TEXTURE_*Anuj Phogat2015-06-161-3/+3
* i965: Rename use_linear_1d_layout() and make it globalAnuj Phogat2015-06-162-5/+9
* i965/gen9: Set tiled resource mode in surface stateAnuj Phogat2015-06-162-0/+27
* i965/vec4: Fix the source register for indexed samplersNeil Roberts2015-06-161-0/+3
* st/mesa: improve assertions in vp/fp translationMarek Olšák2015-06-161-2/+4
* mesa: don't rebind constant buffers after every state change if GS is activeMarek Olšák2015-06-161-9/+3
* mesa: generalize sso stage interleaving checkChris Forbes2015-06-161-17/+38
* mesa: remove unused variables from gl_programMarek Olšák2015-06-161-2/+0
* mesa: set override_version per api version overrideTapani Pälli2015-06-161-14/+24
* i965: Fix aligning to the block size in intel_miptree_copy_sliceNeil Roberts2015-06-161-2/+4
* meta: Abort texture upload if pixels == null and no pixel unpack buffer setAnuj Phogat2015-06-151-1/+2
* meta: Abort meta path if ReadPixels need rgb to luminance conversionAnuj Phogat2015-06-151-0/+9
* mesa: Turn need_rgb_to_luminance_conversion() in to a global functionAnuj Phogat2015-06-152-5/+9
* mesa: Use helper function need_rgb_to_luminance_conversion()Anuj Phogat2015-06-151-7/+4
* mesa: Handle integer formats in need_rgb_to_luminance_conversion()Anuj Phogat2015-06-151-1/+4
* meta: Use is_power_of_two() helper functionAnuj Phogat2015-06-151-3/+3
* i965: Check for miptree pitch alignment before using intel_miptree_map_movntd...Anuj Phogat2015-06-151-1/+3
* i965: Remove break after returnAnuj Phogat2015-06-151-3/+0
* i965/gen8+: Add aux buffer alignment assertionsBen Widawsky2015-06-121-0/+22
* i965/gen9: Set HALIGN_16 for all aux buffersBen Widawsky2015-06-121-3/+19
* i965/gen8: Correct HALIGN for AUX surfacesBen Widawsky2015-06-123-7/+22
* i965: Extract tiling from fast clear decisionBen Widawsky2015-06-122-16/+30
* i965/gen9: Only allow Y-Tiled MCS buffersBen Widawsky2015-06-121-0/+2
* i965: Consolidate certain miptree params to flagsBen Widawsky2015-06-129-75/+77
* i965/nir: Support barrier intrinsic functionJordan Justen2015-06-121-0/+4
* i965/fs: Implement support for ir_barrierJordan Justen2015-06-125-0/+45
* i965: Add brw_barrier to emit a Gateway Barrier SENDJordan Justen2015-06-122-0/+32
* i965: Add brw_WAIT to emit wait instructionJordan Justen2015-06-122-0/+23
* i965: Add notification registerJordan Justen2015-06-121-0/+16
* i965: Disassemble Gateway SEND messagesJordan Justen2015-06-121-0/+16