summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-06-22change va max_entrypointsChandu Babu N2-1/+3
2017-06-22st/va: Fix leak in VAAPI subpicturesChandu Babu N1-0/+1
2017-06-22glsl: tidy up int declarationTimothy Arceri1-2/+1
2017-06-22glsl: fix typo in commentTimothy Arceri1-1/+1
2017-06-22mesa: fix using texture id 0 with glTextureSubImage*()Samuel Pitoiset1-5/+2
2017-06-22mesa: fix using texture id 0 with gl*TextureParameter*()Samuel Pitoiset1-4/+2
2017-06-22mesa: fix using texture id 0 with VDPAURegisterSurfaceNV()Samuel Pitoiset1-3/+3
2017-06-22mesa: fix using texture id 0 with glTextureStorage*()Samuel Pitoiset1-6/+2
2017-06-22mesa: pass the 'caller' function to texturestorage() helperSamuel Pitoiset1-10/+13
2017-06-22mesa: use _mesa_lookup_texture_err() in get_tex_obj_for_clear()Samuel Pitoiset1-10/+2
2017-06-22mesa: remove unused _mesa_delete_nameless_texture()Samuel Pitoiset2-46/+0
2017-06-22mesa: check for allocation failures in _mesa_new_texture_object()Samuel Pitoiset1-2/+5
2017-06-22radeonsi: use the correct LLVMTargetMachineRef in si_build_shader_variantNicolai Hähnle1-6/+22
2017-06-22radeonsi/gfx9: keep reusing the same buffer/address for the gfx9 flush fenceMarek Olšák3-8/+28
2017-06-22radeonsi/gfx9: enable the constant engineMarek Olšák1-4/+1
2017-06-22radeonsi/gfx9: indirect buffers and all CP packets use TC L2Marek Olšák4-13/+21
2017-06-22radeonsi: flush CB after MSAA only when transitioning from CB to texturesMarek Olšák2-14/+60
2017-06-22radeonsi: unify CB_RESOLVE blitter invocation codeMarek Olšák1-17/+18
2017-06-22radeonsi: flush DB caches only when transitioning from DB to texturingMarek Olšák5-25/+56
2017-06-22radeonsi: add separate HUD counters for CB and DB cache flushesMarek Olšák4-10/+20
2017-06-22st/mesa: don't set the border color if it's unusedMarek Olšák1-4/+18
2017-06-22st/mesa: don't set 16 scissors and 16 viewports if they're unusedMarek Olšák4-6/+34
2017-06-22st/mesa: fix pipe_rasterizer_state::scissor with multiple viewportsMarek Olšák1-1/+1
2017-06-22st/mesa: simplify st_update_viewportMarek Olšák1-25/+10
2017-06-22st/mesa: remove redundant sample_mask checkingMarek Olšák2-7/+1
2017-06-22st/mesa: use precomputed st_fb_orientationMarek Olšák4-8/+8
2017-06-22mesa: don't call _mesa_update_clip_plane in the GL core profileMarek Olšák1-1/+2
2017-06-22st/mesa: set st_context::...num_samplers to 0 when there are no samplersMarek Olšák1-1/+3
2017-06-22st/mesa: unify fail paths for update_single_textureMarek Olšák2-7/+2
2017-06-22st/mesa: don't call u_sampler_view_default_template for sampler viewsMarek Olšák1-1/+2
2017-06-22st/mesa: always set sampler swizzle according to the texture base formatMarek Olšák1-32/+9
2017-06-22st/mesa: samplers only need to track whether GLSL >= 130Marek Olšák5-22/+25
2017-06-22st/mesa: simplify get_texture_format_swizzleMarek Olšák1-23/+20
2017-06-22st/mesa: add an entirely separate codepath for setting up buffer viewsMarek Olšák6-100/+134
2017-06-22st/mesa: don't return an error from update_single_textureMarek Olšák3-11/+7
2017-06-22st/mesa: clean up trivial dereferences in update_texturesMarek Olšák1-6/+7
2017-06-22st/mesa: don't check MaxTextureImageUnits in update_texturesMarek Olšák1-12/+2
2017-06-22st/mesa: don't call st_shader_stage_to_ptarget in update_texturesMarek Olšák1-8/+7
2017-06-22cso: inline a few frequently-used functionsMarek Olšák2-31/+26
2017-06-22cso: don't return errors from sampler functionsMarek Olšák2-18/+8
2017-06-22cso: don't track the number of sampler states boundMarek Olšák1-36/+23
2017-06-22st/mesa: sink and simplify texBaseFormat getting for sampler statesMarek Olšák1-9/+9
2017-06-22st/mesa: don't set sampler states for TBOsMarek Olšák2-4/+12
2017-06-22st/mesa: optimize sampler state translation codeMarek Olšák1-48/+20
2017-06-22st/mesa: sink code needed for apply_texture_swizzle_to_border_colorMarek Olšák1-28/+33
2017-06-22st/mesa: simplify update_shader_samplersMarek Olšák1-16/+8
2017-06-22st/mesa: when binding sampler states, don't check the max sampler limitMarek Olšák1-8/+1
2017-06-22st/mesa: don't unbind sampler states if none are usedMarek Olšák1-1/+1
2017-06-22st/mesa: unify update_gp/tcp/tep codeMarek Olšák1-63/+28
2017-06-22st/mesa: don't search through shader variants if there is only oneMarek Olšák1-51/+90