aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* mesa: add EXT_dsa glGetTextureLevelParameter*vEXT functionsPierre-Eric Pelloux-Prayer2019-07-195-2/+71
* mesa: add EXT_dsa gl(Copy)Texture(Sub)Image1D/2D/3DEXT functionsPierre-Eric Pelloux-Prayer2019-07-198-20/+878
* mesa: move lookup_texture_ext_dsa up in teximage.cPierre-Eric Pelloux-Prayer2019-07-191-63/+60
* mesa: pass gl_texture_object as arg to not depend on statePierre-Eric Pelloux-Prayer2019-07-191-28/+32
* mesa: refactor get_texture_image to remove duplicate codePierre-Eric Pelloux-Prayer2019-07-191-50/+32
* pipe-loader: use radeonsi for MM if amdgpu dri is usedJeremy Newton2019-07-191-0/+9
* egl: drop incorrect pkg-config file for glvndEric Engestrom2019-07-201-18/+10
* mesa/tests: add missing dep_threadEric Engestrom2019-07-191-0/+1
* util: drop strncat(), strcmp(), strncmp(), snprintf() & vsnprintf() MSVC fall...Eric Engestrom2019-07-191-81/+0
* util: use standard name for vsnprintf()Eric Engestrom2019-07-1910-18/+15
* util: use standard name for snprintf()Eric Engestrom2019-07-1943-126/+125
* util: use standard name for vasprintf()Eric Engestrom2019-07-193-3/+3
* util: use standard name for sprintf()Eric Engestrom2019-07-197-20/+20
* util: use standard name for strcmp()Eric Engestrom2019-07-192-10/+10
* util: use standard name for strcasecmp()Eric Engestrom2019-07-191-2/+1
* util: use standard name for strncmp()Eric Engestrom2019-07-192-2/+2
* util: use standard name for strncat()Eric Engestrom2019-07-193-8/+8
* util: use standard name for strdup()Eric Engestrom2019-07-193-5/+4
* util: use standard name for strchrnul()Eric Engestrom2019-07-193-7/+4
* util: drop unused vsprintf() wrapperEric Engestrom2019-07-191-7/+0
* util: drop unused strchr() wrapperEric Engestrom2019-07-192-10/+1
* util: drop unused strstr() wrapperEric Engestrom2019-07-191-14/+0
* nir: Only rematerialize comparisons with all SSA sourcesJason Ekstrand2019-07-191-0/+15
* spirv: Fix order of barriers in SpvOpControlBarrierDaniel Schürmann2019-07-191-4/+4
* nir: use a switch when printing intrinsic indicesCaio Marcelo de Oliveira Filho2019-07-191-8/+32
* nir/algebraic: mark a few comparison simplifications as preciseRhys Perry2019-07-191-2/+2
* nir/algebraic: optimize contradictory iand operandsRhys Perry2019-07-191-0/+6
* lima/ppir: handle all node types in ppir_node_replace_childErico Nunes2019-07-191-2/+30
* lima/ppir: branch regalloc fixesErico Nunes2019-07-191-0/+33
* main: Destroy static hash tableYevhenii Kolesnikov2019-07-191-0/+8
* radv: reset the window scissor with no clear state.Dave Airlie2019-07-191-1/+1
* radv: fix crash in shader tracing.Dave Airlie2019-07-193-3/+8
* iris: change last_vue_stage() to look at uncompiled shadersTimothy Arceri2019-07-191-3/+3
* nir/lower_clip: add support for geometry shadersTimothy Arceri2019-07-192-0/+58
* nir/lower_clip: add lower_clip_outputs() helperTimothy Arceri2019-07-191-42/+51
* nir/lower_clip: add create_clipdist_vars() helperTimothy Arceri2019-07-191-16/+18
* nir/lower_clip: add a find_clipvertex_and_position_outputs() helperTimothy Arceri2019-07-191-24/+35
* panfrost: Set rt_countAlyssa Rosenzweig2019-07-182-8/+11
* panfrost: Trace invisible BOsAlyssa Rosenzweig2019-07-181-1/+5
* panfrost/decode: Preserve empty tiler heap symmetryAlyssa Rosenzweig2019-07-181-5/+13
* panfrost: Zero polygon list body size for clearsAlyssa Rosenzweig2019-07-181-0/+4
* panfrost/mfbd: Unify depth-only with masked FBO pathAlyssa Rosenzweig2019-07-181-22/+24
* panfrost: Simplify set_framebuffer_stateAlyssa Rosenzweig2019-07-181-35/+9
* panfrost: Check for NULL surface in placesAlyssa Rosenzweig2019-07-185-5/+14
* panfrost: Expose 4 render targetsAlyssa Rosenzweig2019-07-181-2/+2
* panfrost: Shrink tiler heapAlyssa Rosenzweig2019-07-181-1/+1
* nir/large_constants: De-duplicate constantsCaio Marcelo de Oliveira Filho2019-07-181-21/+75
* nir/large_constants: Use ralloc for var_infosCaio Marcelo de Oliveira Filho2019-07-181-3/+3
* freedreno: Convert nir_lower_tg4_to_tex to the NIR lowering helper.Eric Anholt2019-07-181-88/+51
* freedreno: Convert load_barycentric_at_sample to the NIR lowering helper.Eric Anholt2019-07-181-48/+30