summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
2019-08-28mesa: Fix _mesa_float_to_unorm() on 32-bit systems.Kenneth Graunke1-1/+1
2019-08-10i965: Emit a dummy MEDIA_VFE_STATE before switching from GPGPU to 3DDanylo Piliaiev1-0/+21
2019-08-07i965/clear: clear_value better precisionSergii Romantsov1-1/+1
2019-08-06mesa: add glsl_type ref to one_time_init and decref to atexitTapani Pälli1-0/+3
2019-07-25main: Fix memleaks in mesa_use_programYevhenii Kolesnikov1-0/+2
2019-07-24gallium+mesa: fix tgsi_semantic array typeEric Engestrom3-8/+12
2019-07-23st/nir: fix arb fragment stage conversionDave Airlie1-1/+1
2019-07-23mesa: Fix ReadBuffers with pbuffersKenneth Graunke1-18/+17
2019-07-17meta: leaking of BO with DrawPixelsYevhenii Kolesnikov1-0/+2
2019-07-17meta: memory leak of CopyPixels usageSergii Romantsov1-0/+14
2019-07-15mesa: save/restore SSO flag when using ARB_get_program_binaryTimothy Arceri1-0/+4
2019-07-09mesa: Set minimum possible GLSL versionIan Romanick1-0/+11
2019-07-02meson: Search for execinfo.hJory Pratt1-1/+1
2019-07-01Revert "i965/icl: Add WA_2204188704 to disable pixel shader panic dispatch"Anuj Phogat2-10/+0
2019-07-01mesa: delete framebuffer texture attachment sampler viewsPierre-Eric Pelloux-Prayer1-0/+15
2019-06-26i965: leaking of upload-BO with push constantsSergii Romantsov1-0/+10
2019-06-17i965: support UYVY for external import onlyHaihao Xiang1-1/+2
2019-06-14st/mesa: Add rgbx handling for fp formatsKevin Strasser1-0/+6
2019-06-04st/glsl: make sure to propagate initialisers to driver storageTimothy Arceri5-27/+23
2019-05-28Revert "st/mesa: expose 0 shader binary formats for compat profiles for Qt"Timothy Arceri4-14/+6
2019-05-27Revert "mesa: unreference current winsys buffers when unbinding winsys buffers"Dave Airlie1-4/+0
2019-05-21mesa: unreference current winsys buffers when unbinding winsys buffersCharmaine Lee1-0/+4
2019-05-21st/mesa: purge framebuffers with current context after unbinding winsys buffersCharmaine Lee1-3/+10
2019-05-21meson: expose glapi through osmesaEric Engestrom1-1/+2
2019-05-13st/mesa: fix 2 crashes in st_tgsi_lower_yuvMarek Olšák1-20/+28
2019-05-13i965: Fix memory leaks in brw_upload_cs_work_groups_surface().Kenneth Graunke1-0/+5
2019-05-08i965: leave the top 4Gb of the high heap VMA unusedKenneth Graunke1-1/+5
2019-05-08i965: Force VMA alignment to be a multiple of the page size.Kenneth Graunke1-0/+2
2019-05-08i965: Fix BRW_MEMZONE_LOW_4G heap size.Kenneth Graunke1-1/+4
2019-05-04mesa: Leave aliasing of vertex and generic0 attribute to the dlist code.Mathias Fröhlich1-4/+1
2019-05-04mesa: Correct the is_vertex_position decision for dlists.Mathias Fröhlich3-14/+28
2019-05-04mesa: Set CurrentSavePrimitive in vbo_save_NotifyBegin.Mathias Fröhlich1-0/+2
2019-05-04mesa: Remove the _glapi_table argument from _mesa_array_element.Mathias Fröhlich3-17/+11
2019-05-04mesa: Constify static const array in api_arrayelt.cMathias Fröhlich1-1/+1
2019-05-04mesa: Remove the now unused _NEW_ARRAY state change flag.Mathias Fröhlich6-23/+2
2019-05-04mesa: Rip out now unused gl_context::aelt_context.Mathias Fröhlich7-91/+0
2019-05-04mesa: Implement _mesa_array_element by walking enabled arrays.Mathias Fröhlich1-126/+58
2019-05-04mesa: Use glVertexAttrib*NV functions for fixed function attribs.Mathias Fröhlich1-157/+28
2019-05-04mesa: Factor out index function that will have multiple use.Mathias Fröhlich1-11/+18
2019-05-03anv,i965: Stop warning about incomplete gen11 supportJason Ekstrand1-7/+0
2019-05-02meson: lift driver-collection out into parent build-fileErik Faye-Lund7-23/+17
2019-05-01st/mesa: don't flush the front buffer if it's a pbufferMarek Olšák1-3/+13
2019-05-01mesa: fix pbuffers because internally they are front buffersMarek Olšák1-20/+36
2019-05-01mesa: rework error handling in glDrawBuffersMarek Olšák1-24/+31
2019-04-30mesa: Add missing display list support for GL_FOG_COORDINATE_SOURCEIan Romanick1-0/+1
2019-04-29i965: Re-enable fast color clears for GEN11.Plamena Manolova1-15/+8
2019-04-29delete autotools input filesEric Engestrom3-36/+0
2019-04-29delete autotools .gitignore filesEric Engestrom5-21/+0
2019-04-29mesa/st: remove always-false stateErik Faye-Lund3-10/+0
2019-04-29mesa/st: accept NULL and empty buffer objectsErik Faye-Lund1-7/+2