summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-03-11i965/state: Add compute pipeline with empty atom listsi965-pipelines-v2Jordan Justen3-1/+30
2015-03-11i965/state: Create separate dirty state bits for each pipelineJordan Justen2-8/+35
2015-03-11i965/state: Support multiple pipelines in brw->num_atomsJordan Justen2-39/+65
2015-03-10i965/state: Rename brw_upload_state to brw_upload_render_stateJordan Justen3-3/+3
2015-03-10i965/gen6 gs: Convert brw_imm_ud/brw_imm_d to src_regJordan Justen1-7/+7
2015-03-10i965/fs: Use unsigned for CS/VS atomics pixel mask immediate dataJordan Justen1-2/+2
2015-03-09i965/gen8: Don't allocate hiz miptree structureJordan Justen1-0/+105
2015-03-09i965/gen7: Don't allocate hiz miptree structureJordan Justen1-2/+104
2015-03-09i965/gen8: Don't rely directly on the hiz miptree structureJordan Justen1-3/+3
2015-03-09i965/gen7: Don't rely directly on the hiz miptree structureJordan Justen2-6/+7
2015-03-09i965/hiz: Start to separate miptree out from hiz buffersJordan Justen9-31/+79
2015-03-10mesa/scissor: fix typos in debug namesDave Airlie1-2/+2
2015-03-09nvc0: fix wrong max value for driver queriesSamuel Pitoiset1-4/+3
2015-03-09i965: Silence GCC maybe-uninitialized warning.Vinson Lee1-1/+1
2015-03-09i915: Fix GCC unused-but-set-variable warning in release build.Vinson Lee1-4/+1
2015-03-09Add macro for unused function attribute.Vinson Lee3-0/+8
2015-03-09meta: Plug memory leakBen Widawsky1-1/+3
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