summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* 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
* tree-wide: replace MAYBE_UNUSED with ASSERTEDEric Engestrom2019-07-3115-20/+20
* mesa: replace MAYBE_UNUSED with UNUSEDEric Engestrom2019-07-311-2/+2
* st/tests: drop incorrect MAYBE_UNUSEDEric Engestrom2019-07-311-2/+2
* mesa: drop MAYBE_UNUSED varEric Engestrom2019-07-311-3/+1
* i965: drop unused MAYBE_UNUSED functionEric Engestrom2019-07-311-11/+1
* i965: replace MAYBE_UNUSED with GEN conditionEric Engestrom2019-07-311-1/+2
* intel: replace MAYBE_UNUSED with UNUSEDEric Engestrom2019-07-312-6/+6
* intel: drop incorrect MAYBE_UNUSEDEric Engestrom2019-07-312-4/+4
* mesa: add EXT_dsa indexed generic queriesPierre-Eric Pelloux-Prayer2019-07-304-4/+40
* mesa: add EXT_dsa indexed texture commands functionsPierre-Eric Pelloux-Prayer2019-07-303-2/+54
* mesa: add EXT_dsa (Named)Framebuffer functionsPierre-Eric Pelloux-Prayer2019-07-305-22/+311
* mesa: add EXT_dsa NamedBuffer functionsPierre-Eric Pelloux-Prayer2019-07-303-9/+121
* i965/curbe: Look at SYSTEM_VALUE_FRAG_COORD instead of VARYING_SLOT_POSJason Ekstrand2019-07-301-1/+1
* gallium: Add PIPE_CAP_TEXTURE_SHADOW_LODSagar Ghuge2019-07-301-0/+1
* i965: Enable EXT_texture_shadow_lodSagar Ghuge2019-07-301-0/+1
* mesa: extension boilerplate for EXT_texture_shadow_lodPaulo Zanoni2019-07-302-0/+2