summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-03-09i965: Allow Y-tiled allocations for large surfacesblitsv3blitsv2Ben Widawsky2-24/+52
2015-03-09i965: Attempt to blit for larger texturesBen Widawsky2-7/+118
2015-03-09i965: Extract blit height maxBen Widawsky2-7/+15
2015-03-09i965: Create and use #defines for blitter constraintsBen Widawsky4-12/+18
2015-03-09i965: Fix comments about blit constraintsBen Widawsky2-4/+12
2015-03-09i965: Kill y_or_x variable in miptree tiling selectionBen Widawsky1-3/+4
2015-03-09i965/fs: Don't issue FB writes for bound but unwritten color targets.Kenneth Graunke1-3/+9
2015-03-09i965/fs: Make emit_shader_time_end() insert before EOT.Kenneth Graunke2-23/+18
2015-03-09i965/fs: Make get_timestamp() pass back the MOV rather than emitting it.Kenneth Graunke2-5/+16
2015-03-09i965/fs: Make emit_shader_time_write return rather than emit.Kenneth Graunke2-10/+8
2015-03-09i965/fs: Set smear on shader_time diff register.Kenneth Graunke1-0/+1
2015-03-09i965/fs: Set force_writemask_all on shader_time instructions.Kenneth Graunke1-2/+7
2015-03-09r600g: Use R600_MAX_VIEWPORTS instead of 16Alexandre Demers5-12/+14
2015-03-09i915: Remove unused IS_GEN2 macroIan Romanick1-5/+0
2015-03-09i915: Remove (mostly) unused IS_915 macroIan Romanick1-5/+3
2015-03-09i915: Remove (mostly) unused IS_PNV, IS_PNVG, and IS_PNVGM macrosIan Romanick1-5/+3
2015-03-09i915: Remove IS_9XX macroIan Romanick2-5/+2
2015-03-09i915: Remove unused IS_MOBILE macroIan Romanick1-10/+0
2015-03-09i965: Don't write past the end of the application supplied bufferIan Romanick1-7/+12
2015-03-09i965: Silence unused parameter warningIan Romanick1-0/+1
2015-03-09i965: Silence many 'static' is not at beginning of declaration warningsIan Romanick1-13/+13
2015-03-09i965/fs: Silence unused parameter warningIan Romanick1-2/+2
2015-03-09i965/fs: Silence unused parameter warningIan Romanick1-8/+4
2015-03-09i965/fs: Silence unused parameter warningIan Romanick4-7/+5
2015-03-09main: Add entry point for TextureBufferRange.Laura Ekstrand4-0/+59
2015-03-09main: Add check_texture_buffer_target.Laura Ekstrand1-11/+28
2015-03-09main: Add check_texture_buffer_range.Laura Ekstrand1-15/+58
2015-03-09main: Cosmetic changes for Texture Buffers.Laura Ekstrand1-2/+9
2015-03-09main: Refactor _mesa_texture_buffer_range.Laura Ekstrand2-39/+25
2015-03-09main: Use _mesa_lookup_bufferobj_err to simplify Tex[ture]Buffer[Range].Laura Ekstrand1-11/+12
2015-03-09main: Add utility function _mesa_lookup_bufferobj_err.Laura Ekstrand2-0/+23
2015-03-09main: Checking for cube completeness in GetCompressedTextureImage.Laura Ekstrand1-1/+10
2015-03-09main: Add TEXTURE_CUBE_MAP support for glCompressedTextureSubImage3D.Laura Ekstrand2-28/+133
2015-03-09main: assert(texImage) in ARB_DSA texture cube map functions.Laura Ekstrand2-4/+6
2015-03-09main: Remove redundant copy of cube map block comment in GetTextureImage.Laura Ekstrand1-29/+3
2015-03-09main: Remove redundant NumLayers checks.Laura Ekstrand2-27/+0
2015-03-09main: _mesa_cube_level_complete checks NumLayers.Laura Ekstrand1-0/+4
2015-03-09r300g: fix sRGB->sRGB blitsMarek Olšák1-0/+9
2015-03-09r300g: fix a crash when resolving into an sRGB textureMarek Olšák1-3/+5
2015-03-09r300g: use memset for clearing the shader keyMarek Olšák1-1/+2
2015-03-09r300g: remove the broken SNORM->UNORM shader lowering passMarek Olšák3-54/+0
2015-03-09r300g: fix RGTC1 and LATC1 SNORM formatsMarek Olšák2-31/+17
2015-03-09r300g: Fix the ATI1N swizzle (RGTC1 and LATC1)Stefan Dösinger1-1/+3
2015-03-09radeonsi: Add additional information to shader dumpsTom Stellard1-6/+12
2015-03-09radeonsi/compute: Use value from compiler for COMPUTE_PGM_RSRC1.FLOAT_MODETom Stellard3-1/+4
2015-03-09clover: Return the minimum required value for CL_DEVICE_SINGLE_FP_CONFIG v2Tom Stellard1-1/+4
2015-03-09freedreno/ir3: get the # of miplevels from getinfoIlia Mirkin1-0/+20
2015-03-09freedreno/ir3: fix array count returned by TXQIlia Mirkin1-2/+42
2015-03-09freedreno: move fb state copy after checking for size changeIlia Mirkin1-2/+2
2015-03-09nir: Make the printer include nir_variable::location too.Kenneth Graunke1-1/+1