summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* 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
* i965/gen10: Remove unnecessary workaround.Rafael Antognolli2019-07-291-16/+0
* intel: Use a system value for gl_FragCoordJason Ekstrand2019-07-292-0/+2
* mesa/spirv: Set frag_coord_is_sysval to GLSLFragCoordIsSysValJason Ekstrand2019-07-291-0/+1
* intel: replace large stack buffer with heap allocationEric Engestrom2019-07-291-4/+5
* main: unreference ATIFragmentShader program before creating new oneYevhenii Kolesnikov2019-07-261-1/+4
* state_tracker: Add destroying routine for feedback and select stagesYevhenii Kolesnikov2019-07-261-2/+2
* mesa: Fix GetTextureImage error reporting, againPierre-Eric Pelloux-Prayer2019-07-251-4/+20
* mesa: Enable GL_MESA_framebuffer_flip_y for GL 4.3Heinrich Fink2019-07-251-1/+1
* main: Free memory allocated for gl_bitmap_atlas structureYevhenii Kolesnikov2019-07-241-0/+1
* i965: Use NIR to lower legacy userclipping.Kenneth Graunke2019-07-242-0/+61
* intel/compiler: Be more conservative about subgroup sizes in GLJason Ekstrand2019-07-241-0/+2
* main: Fix memleaks in mesa_use_programYevhenii Kolesnikov2019-07-241-0/+2
* gallium+mesa: fix tgsi_semantic array typeEric Engestrom2019-07-243-8/+12
* mesa/st: rewrite src var when lowering tex_src_planePierre-Eric Pelloux-Prayer2019-07-231-2/+28
* st/mesa: Try re-importing resource if necessary in st_vdpau_map_surfaceMichel Dänzer2019-07-231-6/+18
* st/nir: use asprintf() wrapper to fix MSVC issuesEric Engestrom2019-07-231-0/+1
* gallium: remove boolean from state tracker APIsIlia Mirkin2019-07-222-26/+26
* gallium: switch boolean -> bool at the interface definitionsIlia Mirkin2019-07-221-1/+1
* st/nir: fix arb fragment stage conversionDave Airlie2019-07-231-1/+1