summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* docs: mark GL_ARB_framebuffer_no_attachments done for i965Kevin Rogovin2015-06-172-2/+3
* 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-179-3/+84
* mesa: Define infrastructure for ARB_framebuffer_no_attachmentsKevin Rogovin2015-06-174-5/+46
* vc4: Make sure that direct texture clamps have a minimum value of 0.Eric Anholt2015-06-162-25/+66
* vc4: Swap around which src we spill to ra31/rb31.Eric Anholt2015-06-161-4/+4
* vc4: R4 is not a valid register for clamped direct texturing.Eric Anholt2015-06-161-1/+1
* vc4: Factor out the live clamp register getter.Eric Anholt2015-06-161-8/+24
* vc4: Drop the unused "stride" field of surfaces.Eric Anholt2015-06-161-1/+0
* vc4: Handle refcounting the exec BO like we do in the kernel.Eric Anholt2015-06-164-10/+34
* vc4: Use VC4_SET/GET_FIELD for some RCL packets.Eric Anholt2015-06-164-77/+89
* vc4: Make symbolic values for packet sizes.Eric Anholt2015-06-164-57/+86
* vc4: Use symbolic values in texture ptype validation.Eric Anholt2015-06-161-10/+13
* vc4: Move vc4_packet.h to the kernel/ directory, since it's also shared.Eric Anholt2015-06-164-3/+3
* 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
* egl/dri2: implement platform_surfacelessHaixia Shi2015-06-168-1/+199
* 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
* glsl: add ir reader support for ir_barrierChris Forbes2015-06-161-0/+15
* glsl: print locations of variablesMarek Olšák2015-06-161-2/+6
* configure.ac: rename LLVM_VERSION_PATCH to avoid conflict with llvm-config.hMarek Olšák2015-06-161-1/+1
* Revert "glsl: remove restriction on unsized arrays in GLSL ES 3.10"Timothy Arceri2015-06-161-9/+1
* 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
* nv50,nvc0: clamp uniform size to 64kIlia Mirkin2015-06-152-4/+4
* nvc0/ir: fix collection of first uses for texture barrier insertionIlia Mirkin2015-06-151-5/+11
* egl: Drop check for driver != NULL.Eric Anholt2015-06-151-1/+1
* gallium: Drop the gallium-specific Android sw winsys.Eric Anholt2015-06-153-346/+0
* vc4: Add support for building on Android.Eric Anholt2015-06-155-2/+82
* gallium: Enable build of NIR support on Android.Eric Anholt2015-06-151-0/+3
* egl/dri2: Fix Android Lollipop build on ARM.Eric Anholt2015-06-151-0/+1
* 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