summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* egl/dri2: Declare loop vars inside the loopChad Versace2017-06-221-24/+19
* egl/wayland: Declare loop vars inside the loopChad Versace2017-06-221-27/+17
* egl/surfaceless: Move loop vars inside the loopChad Versace2017-06-221-7/+5
* egl/x11: Declare loop vars inside the loopChad Versace2017-06-221-8/+7
* egl/drm: Move loop vars inside the loopChad Versace2017-06-221-22/+15
* egl/android: Declare loop vars inside their loops (v2)Chad Versace2017-06-221-19/+15
* svga: minor whitespace fixes in svga_pipe_vertex.cBrian Paul2017-06-221-6/+10
* svga: check return value from svga_set_shader( SVGA3D_SHADERTYPE_GS, NULL)Brian Paul2017-06-221-0/+2
* svga: fix pre-mature flushing of the command bufferCharmaine Lee2017-06-225-5/+24
* swr: invalidate attachment on transition changeGeorge Kyriazis2017-06-223-0/+28
* Revert "getteximage: Return correct error value when texure object is not found"Juan A. Suarez Romero2017-06-221-9/+3
* egl: properly count configsEric Engestrom2017-06-225-6/+12
* egl/android: Change order of EGLConfig generation (v2)Chad Versace2017-06-221-7/+25
* i915: Fix gl_Fragcoord interpolationVille Syrjälä2017-06-225-16/+21
* egl: simplify dri_config conditionalsEric Engestrom2017-06-222-17/+11
* radeonsi/gfx9: enable DCC fast clearMarek Olšák2017-06-221-4/+0
* radeonsi/gfx9: don't ever flush the TC metadata cacheMarek Olšák2017-06-221-10/+3
* radeonsi/gfx9: use TC L2 for fast color clear with CP DMAMarek Olšák2017-06-221-2/+5
* radeonsi: fix DCC fast clear for luminance and alpha formatsMarek Olšák2017-06-221-1/+10
* radeonsi: don't emit partial flushes at the end of IBs (v2)Marek Olšák2017-06-221-5/+9
* anv: FORMAT_FEATURE_TRANSFER_SRC/DST_BIT_KHR not used with VkFormatProperties...Andres Gomez2017-06-221-5/+0
* change va max_entrypointsChandu Babu N2017-06-222-1/+3
* st/va: Fix leak in VAAPI subpicturesChandu Babu N2017-06-221-0/+1
* glsl: tidy up int declarationTimothy Arceri2017-06-221-2/+1
* glsl: fix typo in commentTimothy Arceri2017-06-221-1/+1
* mesa: fix using texture id 0 with glTextureSubImage*()Samuel Pitoiset2017-06-221-5/+2
* mesa: fix using texture id 0 with gl*TextureParameter*()Samuel Pitoiset2017-06-221-4/+2
* mesa: fix using texture id 0 with VDPAURegisterSurfaceNV()Samuel Pitoiset2017-06-221-3/+3
* mesa: fix using texture id 0 with glTextureStorage*()Samuel Pitoiset2017-06-221-6/+2
* mesa: pass the 'caller' function to texturestorage() helperSamuel Pitoiset2017-06-221-10/+13
* mesa: use _mesa_lookup_texture_err() in get_tex_obj_for_clear()Samuel Pitoiset2017-06-221-10/+2
* mesa: remove unused _mesa_delete_nameless_texture()Samuel Pitoiset2017-06-222-46/+0
* mesa: check for allocation failures in _mesa_new_texture_object()Samuel Pitoiset2017-06-221-2/+5
* radeonsi: use the correct LLVMTargetMachineRef in si_build_shader_variantNicolai Hähnle2017-06-221-6/+22
* radeonsi/gfx9: keep reusing the same buffer/address for the gfx9 flush fenceMarek Olšák2017-06-223-8/+28
* radeonsi/gfx9: enable the constant engineMarek Olšák2017-06-221-4/+1
* radeonsi/gfx9: indirect buffers and all CP packets use TC L2Marek Olšák2017-06-224-13/+21
* radeonsi: flush CB after MSAA only when transitioning from CB to texturesMarek Olšák2017-06-222-14/+60
* radeonsi: unify CB_RESOLVE blitter invocation codeMarek Olšák2017-06-221-17/+18
* radeonsi: flush DB caches only when transitioning from DB to texturingMarek Olšák2017-06-225-25/+56
* radeonsi: add separate HUD counters for CB and DB cache flushesMarek Olšák2017-06-224-10/+20
* st/mesa: don't set the border color if it's unusedMarek Olšák2017-06-221-4/+18
* st/mesa: don't set 16 scissors and 16 viewports if they're unusedMarek Olšák2017-06-224-6/+34
* st/mesa: fix pipe_rasterizer_state::scissor with multiple viewportsMarek Olšák2017-06-221-1/+1
* st/mesa: simplify st_update_viewportMarek Olšák2017-06-221-25/+10
* st/mesa: remove redundant sample_mask checkingMarek Olšák2017-06-222-7/+1
* st/mesa: use precomputed st_fb_orientationMarek Olšák2017-06-224-8/+8
* mesa: don't call _mesa_update_clip_plane in the GL core profileMarek Olšák2017-06-221-1/+2
* st/mesa: set st_context::...num_samplers to 0 when there are no samplersMarek Olšák2017-06-221-1/+3
* st/mesa: unify fail paths for update_single_textureMarek Olšák2017-06-222-7/+2