summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/nouveau
AgeCommit message (Expand)AuthorFilesLines
2020-12-01mesa: restructure gl_light vars to match the layout of gl_LightSource uniformsMarek Olšák3-19/+27
2020-12-01mesa: don't allocate matrices with mallocMarek Olšák2-4/+0
2020-11-24util: Add helgrind support for simple_mtxRob Clark1-1/+1
2020-11-18mesa: add primitive restart state to Driver.Draw parametersMarek Olšák1-2/+4
2020-11-18mesa: clean up Driver.Draw parameter typesMarek Olšák1-4/+4
2020-11-18mesa: add Driver.DrawTransformFeedbackMarek Olšák1-3/+1
2020-07-15mesa: add bool param to _mesa_free_context_dataPierre-Eric Pelloux-Prayer1-1/+1
2020-07-04nouveau: fix pointer-sign warningTimothy Arceri1-1/+1
2020-06-22driconf: drop now unused translation facilityEric Engestrom1-1/+1
2020-06-01meson: use gnu_symbol_visibility argumentDylan Baker1-2/+1
2020-04-21remove final imports.h and imports.c bitsDylan Baker1-1/+1
2020-04-21dri/nouveau: replace assert with unreachableDylan Baker1-1/+3
2020-04-21replace malloc macros in imports.h with u_memory.h versionsDylan Baker7-0/+7
2020-04-21replace _mesa_is_pow_two with util_is_power_of_two_*Dylan Baker1-2/+2
2020-04-18Fix promotion of floats to doublesAlbert Astals Cid1-1/+1
2020-04-13tnl: Silence unused parameter warnings in _tnl_draw_primsIan Romanick1-17/+8
2020-04-06mesa: remove no longer needed _mesa_is_bufferobj functionMarek Olšák2-4/+4
2020-04-06mesa: don't ever set NullBufferObj in gl_vertex_array_bindingMarek Olšák2-15/+23
2020-03-28meson: inline `inc_common`Eric Engestrom1-1/+1
2020-03-27Move compiler.h and imports.h/c from src/mesa/main into src/utilMarek Olšák1-1/+1
2020-03-04mesa: remove _mesa_index_buffer::index_size in favor of index_size_shiftMarek Olšák2-6/+6
2020-02-28mesa: move num_instances and base_instance out of _mesa_primMarek Olšák1-4/+13
2020-02-28mesa: remove unused "indirect" parameter from Driver.DrawMarek Olšák1-11/+7
2020-02-11vbo: merge use_buffer_objects into vbo_CreateContext to skip the big mallocMarek Olšák2-2/+1
2019-12-04mesa: Silence unused parameter warningIan Romanick1-1/+1
2019-10-31nouveau: replace xmlpool_options_h with idep_xmlconfig_headersEric Engestrom1-2/+2
2019-10-20mesa: Replace MESA_FORMAT_L8A8/A8L8 UNORM/SNORM/SRGB with an array format.Eric Anholt1-8/+4
2019-09-09mesa: Eliminate gl_config::have{Accum,Depth,Stencil}BufferAdam Jackson1-3/+3
2019-05-13mesa: Replace MaxTextureLevels with MaxTextureSize.Eric Anholt2-2/+2
2019-05-02meson: lift driver-collection out into parent build-fileErik Faye-Lund1-3/+0
2019-04-24st/mesa/radeonsi: fix race between destruction of types and shader compilationTimothy Arceri1-1/+1
2019-04-15Delete autotoolsDylan Baker1-46/+0
2018-11-21mesa: Factor out struct gl_vertex_format.Mathias Fröhlich1-5/+5
2018-11-21nouveau: Use gl_array_attribute::_ElementSize.Mathias Fröhlich1-1/+1
2018-10-17Fix setting indent-tabs-mode in the Emacs .dir-locals.el filesNeil Roberts1-1/+1
2018-08-07dri: Add param driCreateConfigs(mutable_render_buffer)Chad Versace1-1/+1
2018-07-27mesa: GL_MESA_framebuffer_flip_y extension [v4]Fritz Koenig1-1/+5
2018-05-10mesa/vbo/tnl: Move gl_vertex_array related stuff to tnl.Mathias Fröhlich1-19/+19
2018-05-10mesa: Remove Array._DrawArrays.Mathias Fröhlich1-2/+2
2018-04-27mesa: drop the buffer mode param from the DrawBuffer driver functionTimothy Arceri1-1/+1
2018-04-17mesa: merge the driver functions DrawBuffers and DrawBufferTimothy Arceri1-2/+2
2018-03-31vbo: Move vbo_split into the tnl module.Mathias Fröhlich1-2/+2
2018-03-31vbo: Readd the arrays argument to the legacy draw methods.Mathias Fröhlich1-4/+7
2018-03-31tnl: Push down the gl_vertex_array inputs into tnl drivers.Mathias Fröhlich2-1/+21
2018-03-10mesa: Make gl_vertex_array contain pointers to first order VAO members.Mathias Fröhlich1-33/+48
2018-02-13mesa: separate legacy stuff from gl_texture_unit into gl_fixedfunc_texture_unitMarek Olšák6-15/+19
2018-02-04mesa: change ctx->Color.ColorMask into a 32-bit bitmaskMarek Olšák5-17/+20
2018-02-01mesa: Use defines for the aliased material array attributes.Mathias Fröhlich4-20/+20
2018-01-29mesa: replace GLenum with GLenum16 in common structures (v4)Marek Olšák2-4/+4
2018-01-26nouveau: Remove no-op nvgl_logicop_func functionIan Romanick3-43/+2