summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* intel/perf: create a vtable entry for bo_unreferenceMark Janes2019-08-071-4/+8
* intel/perf: create a vtable for low-level driver functionsMark Janes2019-08-071-4/+15
* intel/perf: use common ioctl wrapperMark Janes2019-08-071-1/+1
* intel/perf: rename gen_perf to gen_perf_configMark Janes2019-08-073-4/+4
* gallium: redefine ATOMINC_WRAP to be more hardware-friendlyIlia Mirkin2019-08-071-1/+10
* st/mesa: relax EXT_shader_image_load_store enableIlia Mirkin2019-08-071-3/+0
* i965/perf: restore mdapi statistics query metricsMark Janes2019-08-071-0/+1
* mesa: Use _mesa_delete_transform_feedback_object in driversYevhenii Kolesnikov2019-08-074-29/+29
* mesa: use _mesa_delete_query in driversYevhenii Kolesnikov2019-08-075-7/+16
* meson,i965: Link with android deps when building for android.Bas Nieuwenhuizen2019-08-071-3/+6
* mesa: remove super old TODOs from shaderapi.cTimothy Arceri2019-08-071-5/+0
* mesa/gallium: add dric option to allow overriding GL vendor stringTimothy Arceri2019-08-073-0/+8
* glsl: add EXT_shader_image_load_store new image functionsPierre-Eric Pelloux-Prayer2019-08-061-0/+8
* mesa: add EXT_shader_image_load_store glBindImageTextureEXT functionPierre-Eric Pelloux-Prayer2019-08-063-9/+47
* glapi: add EXT_shader_image_load_storePierre-Eric Pelloux-Prayer2019-08-063-0/+6
* tgsi: add ATOMICINC_WRAP/ATOMICDEC_WRAP opcodePierre-Eric Pelloux-Prayer2019-08-062-0/+4
* mesa: add EXT_dsa glMultiTexCoordPointerEXT functionPierre-Eric Pelloux-Prayer2019-08-063-2/+30
* mesa: add EXT_dsa glMultiTexGen* functionsPierre-Eric Pelloux-Prayer2019-08-063-145/+262
* mesa: add EXT_dsa glCopyMultiTexImage* and glCopyMultiTexSubImage*Pierre-Eric Pelloux-Prayer2019-08-064-5/+308
* mesa: add EXT_dsa glGetMultiTexParameteriv/fvEXTPierre-Eric Pelloux-Prayer2019-08-063-3/+49
* mesa: add EXT_dsa glMultiTexSubImage1D/2D/3DEXTPierre-Eric Pelloux-Prayer2019-08-064-3/+231
* mesa: add EXT_dsa glMultiTexImage1D/2D/3DEXT + glGetMultiTexImageEXTPierre-Eric Pelloux-Prayer2019-08-066-5/+299
* mesa: add glBindMultiTextureEXT display list supportPierre-Eric Pelloux-Prayer2019-08-061-0/+23
* mesa: add EXT_dsa glMultiTexParameter* functionsPierre-Eric Pelloux-Prayer2019-08-064-4/+192
* mesa: add EXT_dsa (Get)MultiTexEnv functionsPierre-Eric Pelloux-Prayer2019-08-063-1/+175
* mesa: add _mesa_(get)texenvi(f)v_indexed helpersPierre-Eric Pelloux-Prayer2019-08-061-27/+50
* mesa: add new helper _mesa_get_texobj_by_target_and_texunitPierre-Eric Pelloux-Prayer2019-08-063-43/+82
* mesa: replace _mesa_get_current_fixedfunc_tex_unit with _mesa_get_fixedfunc_t...Pierre-Eric Pelloux-Prayer2019-08-064-12/+10
* genxml: Rename 3DSTATE_SF::Anti-Aliasing EnableJason Ekstrand2019-08-061-1/+1
* meson: drop unused dep_{thread,dl}Eric Engestrom2019-08-031-4/+4
* meson: replace libmesa_util with idep_mesautilEric Engestrom2019-08-033-10/+8
* i965/clear: clear_value better precisionSergii Romantsov2019-08-021-1/+1
* gallium: Implement GL_EXT_shader_samples_identical via a new capabilityKenneth Graunke2019-08-011-0/+1
* i965: Move device info initialization to common codeMark Janes2019-08-012-114/+6
* i965/perf: verify kernel support before registering OA metricsMark Janes2019-08-011-0/+44
* nir: Stop whacking gl_FrontFacing to a system valueJason Ekstrand2019-08-011-0/+1
* st/mesa: fix MSVC compile breakageBrian Paul2019-08-011-2/+2
* gallium: Make PIPE_CAP_DEPTH_CLIP_DISABLE a tri-state value and use itGert Wollny2019-08-011-0/+3
* mesa/st: Signal state changes when depth_clamp is emulatedGert Wollny2019-08-011-1/+25
* mesa/st: Add depth clamping to rasterizer codeGert Wollny2019-08-012-6/+39
* mesa/st: Tie depth_clamp code into other shaders (GS and TES)Gert Wollny2019-08-013-1/+36
* mesa/st: Tie depth_clamp lowering into the FSGert Wollny2019-08-013-0/+18
* mesa/st: Tie depth clamp lowering in to the VP codeGert Wollny2019-08-014-0/+32
* mesa/st: add tgsi-lowering code for depth-clampErik Faye-Lund2019-08-014-0/+451
* mesa/st: replace boolean declarations by boolGert Wollny2019-08-011-2/+2
* state_tracker: Free Labels for querry and tranform_feedbackYevhenii Kolesnikov2019-07-312-0/+2
* gallium: add handling for YUV planar surfacesMike Blumenkrantz2019-07-316-7/+135
* st/mesa: Skip scissor rect updates when scissor is entirely disabled.Kenneth Graunke2019-07-311-0/+3
* mesa: add an ASSERTEDEric Engestrom2019-07-311-1/+1
* intel: add a couple of ASSERTEDEric Engestrom2019-07-312-2/+2