summaryrefslogtreecommitdiff
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* meta: leaking of BO with DrawPixelsYevhenii Kolesnikov2019-07-171-0/+2
* meta: memory leak of CopyPixels usageSergii Romantsov2019-07-171-0/+14
* mesa: save/restore SSO flag when using ARB_get_program_binaryTimothy Arceri2019-07-151-0/+4
* mesa: Set minimum possible GLSL versionIan Romanick2019-07-091-0/+11
* meson: Search for execinfo.hJory Pratt2019-07-021-1/+1
* Revert "i965/icl: Add WA_2204188704 to disable pixel shader panic dispatch"Anuj Phogat2019-07-012-10/+0
* mesa: delete framebuffer texture attachment sampler viewsPierre-Eric Pelloux-Prayer2019-07-011-0/+15
* i965: leaking of upload-BO with push constantsSergii Romantsov2019-06-261-0/+10
* i965: support UYVY for external import onlyHaihao Xiang2019-06-171-1/+2
* st/mesa: Add rgbx handling for fp formatsKevin Strasser2019-06-141-0/+6
* st/glsl: make sure to propagate initialisers to driver storageTimothy Arceri2019-06-045-27/+23
* Revert "st/mesa: expose 0 shader binary formats for compat profiles for Qt"Timothy Arceri2019-05-284-14/+6
* Revert "mesa: unreference current winsys buffers when unbinding winsys buffers"Dave Airlie2019-05-271-4/+0
* mesa: unreference current winsys buffers when unbinding winsys buffersCharmaine Lee2019-05-211-0/+4
* st/mesa: purge framebuffers with current context after unbinding winsys buffersCharmaine Lee2019-05-211-3/+10
* meson: expose glapi through osmesaEric Engestrom2019-05-211-1/+2
* st/mesa: fix 2 crashes in st_tgsi_lower_yuvMarek Olšák2019-05-131-20/+28
* i965: Fix memory leaks in brw_upload_cs_work_groups_surface().Kenneth Graunke2019-05-131-0/+5
* i965: leave the top 4Gb of the high heap VMA unusedKenneth Graunke2019-05-081-1/+5
* i965: Force VMA alignment to be a multiple of the page size.Kenneth Graunke2019-05-081-0/+2
* i965: Fix BRW_MEMZONE_LOW_4G heap size.Kenneth Graunke2019-05-081-1/+4
* mesa: Leave aliasing of vertex and generic0 attribute to the dlist code.Mathias Fröhlich2019-05-041-4/+1
* mesa: Correct the is_vertex_position decision for dlists.Mathias Fröhlich2019-05-043-14/+28
* mesa: Set CurrentSavePrimitive in vbo_save_NotifyBegin.Mathias Fröhlich2019-05-041-0/+2
* mesa: Remove the _glapi_table argument from _mesa_array_element.Mathias Fröhlich2019-05-043-17/+11
* mesa: Constify static const array in api_arrayelt.cMathias Fröhlich2019-05-041-1/+1
* mesa: Remove the now unused _NEW_ARRAY state change flag.Mathias Fröhlich2019-05-046-23/+2
* mesa: Rip out now unused gl_context::aelt_context.Mathias Fröhlich2019-05-047-91/+0
* mesa: Implement _mesa_array_element by walking enabled arrays.Mathias Fröhlich2019-05-041-126/+58
* mesa: Use glVertexAttrib*NV functions for fixed function attribs.Mathias Fröhlich2019-05-041-157/+28
* mesa: Factor out index function that will have multiple use.Mathias Fröhlich2019-05-041-11/+18
* anv,i965: Stop warning about incomplete gen11 supportJason Ekstrand2019-05-031-7/+0
* meson: lift driver-collection out into parent build-fileErik Faye-Lund2019-05-027-23/+17
* st/mesa: don't flush the front buffer if it's a pbufferMarek Olšák2019-05-011-3/+13
* mesa: fix pbuffers because internally they are front buffersMarek Olšák2019-05-011-20/+36
* mesa: rework error handling in glDrawBuffersMarek Olšák2019-05-011-24/+31
* mesa: Add missing display list support for GL_FOG_COORDINATE_SOURCEIan Romanick2019-04-301-0/+1
* i965: Re-enable fast color clears for GEN11.Plamena Manolova2019-04-291-15/+8
* delete autotools input filesEric Engestrom2019-04-293-36/+0
* delete autotools .gitignore filesEric Engestrom2019-04-295-21/+0
* mesa/st: remove always-false stateErik Faye-Lund2019-04-293-10/+0
* mesa/st: accept NULL and empty buffer objectsErik Faye-Lund2019-04-291-7/+2
* mesa/st: remove impossible error-checkErik Faye-Lund2019-04-291-2/+0
* compiler: rename SYSTEM_VALUE_VARYING_COORDRob Clark2019-04-251-1/+4
* meson: Force '.so' extension for DRI driversJon Turney2019-04-251-0/+1
* glsl: handle interactions between EXT_gpu_shader4 and texture extensionsMarek Olšák2019-04-243-1/+3
* st/mesa: expose EXT_gpu_shader4 if GLSL 1.40 is supportedMarek Olšák2019-04-241-0/+7
* mesa: only allow EXT_gpu_shader4 in the compatibility profileMarek Olšák2019-04-241-1/+3
* mesa: expose EXT_texture_buffer_objectMarek Olšák2019-04-241-0/+1
* mesa: enable glGet for EXT_gpu_shader4Marek Olšák2019-04-242-3/+4