summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/nouveau
AgeCommit message (Expand)AuthorFilesLines
2021-12-03classic/nouveau: Remove driverDylan Baker64-18828/+0
2021-07-08android: Drop the Android.mk build systemJason Ekstrand1-62/+0
2021-06-27mesa: translate into pipe_sampler_state in GL functionsMarek Olšák1-4/+4
2021-06-17mesa: add gallium flush_flags param into ctx->Driver.FlushMarek Olšák1-2/+2
2021-04-15Convert most remaining free-form fall-through comments to FALLTHROUGHMichel Dänzer1-1/+1
2021-04-09dri: Use __DRI_BUFFER_COUNT consistently internallyAdam Jackson1-1/+1
2021-04-06mesa: Remove unused gl_config::mutableRenderBufferAdam Jackson1-1/+1
2021-03-30mesa: Remove the pretense of aux buffer supportAdam Jackson1-1/+1
2021-02-25nouveau_vieux: use align_calloc for the context to fix m32 crashesMarek Olšák3-6/+6
2021-01-21mesa: eliminate the switch statement for STATE_TEXGENMarek Olšák3-7/+7
2020-12-18mesa: call Driver.TexParameter in glPopAttrib to fix r100, r200, old nouveauMarek Olšák1-0/+1
2020-12-01mesa: reorganize gl_texture and sampler structures for glPush/PopAttribMarek Olšák7-59/+59
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