aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* i965: leave the top 4Gb of the high heap VMA unusedKenneth Graunke2019-05-071-1/+5
* i965: Force VMA alignment to be a multiple of the page size.Kenneth Graunke2019-05-071-0/+2
* i965: Fix BRW_MEMZONE_LOW_4G heap size.Kenneth Graunke2019-05-071-1/+4
* nir: Use the flrp lowering pass instead of nir_opt_algebraicIan Romanick2019-05-061-0/+24
* nir: nir_shader_compiler_options: drop native_integersChristian Gmeiner2019-05-071-34/+10
* 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
* st/mesa: Don't set atomic counter size != 0 if MAX_SHADER_BUFFERS == 0.Eric Anholt2019-04-241-1/+1
* st/mesa/radeonsi: fix race between destruction of types and shader compilationTimothy Arceri2019-04-249-15/+22
* st/mesa: indicate intel extension support for inner_coverage based on capMike Blumenkrantz2019-04-233-0/+4
* st/mesa: add ATC supportJonathan Marek2019-04-232-0/+19
* mesa: add GL_AMD_compressed_ATC_texture supportJonathan Marek2019-04-2311-2/+71
* i965: Tidy bogus indentation left by previous commitKenneth Graunke2019-04-221-26/+24
* i965: Ignore uniform storage for samplers or images, use binding infoKenneth Graunke2019-04-223-18/+28
* i965: implement WaEnableStateCacheRedirectToCSLionel Landwerlin2019-04-182-0/+6
* intel/perf: drop counter size fieldLionel Landwerlin2019-04-172-5/+6
* i965: perf: add mdapi pipeline statistics queries on gen10/11Lionel Landwerlin2019-04-171-1/+9
* i965: move mdapi guid into intel/perfLionel Landwerlin2019-04-171-2/+1
* i965: move mdapi result data format to intel/perfLionel Landwerlin2019-04-173-96/+10
* i965: move brw_timebase_scale to device infoLionel Landwerlin2019-04-175-19/+15
* i965: move OA accumulation code to intel/perfLionel Landwerlin2019-04-173-167/+45
* i965: move mdapi data structure to intel/perfLionel Landwerlin2019-04-171-96/+7
* i965: extract performance query metricsLionel Landwerlin2019-04-1723-148117/+206