summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
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
2019-04-29mesa/st: remove impossible error-checkErik Faye-Lund1-2/+0
2019-04-25compiler: rename SYSTEM_VALUE_VARYING_COORDRob Clark1-1/+4
2019-04-25meson: Force '.so' extension for DRI driversJon Turney1-0/+1
2019-04-24glsl: handle interactions between EXT_gpu_shader4 and texture extensionsMarek Olšák3-1/+3
2019-04-24st/mesa: expose EXT_gpu_shader4 if GLSL 1.40 is supportedMarek Olšák1-0/+7
2019-04-24mesa: only allow EXT_gpu_shader4 in the compatibility profileMarek Olšák1-1/+3
2019-04-24mesa: expose EXT_texture_buffer_objectMarek Olšák1-0/+1
2019-04-24mesa: enable glGet for EXT_gpu_shader4Marek Olšák2-3/+4
2019-04-24st/mesa: Don't set atomic counter size != 0 if MAX_SHADER_BUFFERS == 0.Eric Anholt1-1/+1
2019-04-24st/mesa/radeonsi: fix race between destruction of types and shader compilationTimothy Arceri9-15/+22
2019-04-23st/mesa: indicate intel extension support for inner_coverage based on capMike Blumenkrantz3-0/+4
2019-04-23st/mesa: add ATC supportJonathan Marek2-0/+19
2019-04-23mesa: add GL_AMD_compressed_ATC_texture supportJonathan Marek11-2/+71
2019-04-22i965: Tidy bogus indentation left by previous commitKenneth Graunke1-26/+24
2019-04-22i965: Ignore uniform storage for samplers or images, use binding infoKenneth Graunke3-18/+28
2019-04-18i965: implement WaEnableStateCacheRedirectToCSLionel Landwerlin2-0/+6
2019-04-17intel/perf: drop counter size fieldLionel Landwerlin2-5/+6
2019-04-17i965: perf: add mdapi pipeline statistics queries on gen10/11Lionel Landwerlin1-1/+9
2019-04-17i965: move mdapi guid into intel/perfLionel Landwerlin1-2/+1
2019-04-17i965: move mdapi result data format to intel/perfLionel Landwerlin3-96/+10
2019-04-17i965: move brw_timebase_scale to device infoLionel Landwerlin5-19/+15
2019-04-17i965: move OA accumulation code to intel/perfLionel Landwerlin3-167/+45
2019-04-17i965: move mdapi data structure to intel/perfLionel Landwerlin1-96/+7
2019-04-17i965: extract performance query metricsLionel Landwerlin23-148117/+206
2019-04-17i965: store device revision in gen_device_infoLionel Landwerlin3-6/+4
2019-04-16i965: Move program key debugging to the compiler.Kenneth Graunke9-283/+36