aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/nv30/nv30_context.c
Commit message (Expand)AuthorAgeFilesLines
* nv30: avoid setting user_priv without setting cur_ctxIlia Mirkin2018-12-301-3/+1
* gallium: remove pipe_index_buffer and set_index_bufferMarek Olšák2017-05-101-7/+0
* gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytesMarek Olšák2017-05-101-1/+1
* nv30: create uploader after pipe->screen is setIlia Mirkin2017-03-191-6/+6
* gallium: set pipe_context uploaders in drivers (v3)Marek Olšák2017-02-141-0/+11
* nouveau: add support for sending debug messages via KHR_debugIlia Mirkin2015-11-051-0/+1
* nouveau: avoid build failures since 0fc21ecfIlia Mirkin2015-08-261-1/+1
* gallium: add flags parameter to pipe_screen::context_createMarek Olšák2015-08-261-1/+1
* nouveau: use bool instead of booleanSamuel Pitoiset2015-07-211-2/+2
* nv30: avoid leaking blit fp/vpIlia Mirkin2015-06-291-0/+6
* nv30: avoid dangling references to deleted contextsIlia Mirkin2014-06-191-0/+3
* nv30: remove nv30_context use from nvfx_*progIlia Mirkin2014-02-261-3/+0
* nv30: remove unused render_mode and hw_pointsprite_controlIlia Mirkin2014-02-261-1/+0
* nv30: remove use_nv4x, it is identical to is_nv4xIlia Mirkin2014-02-261-1/+0
* Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr2013-09-111-0/+263