summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_draw.h
AgeCommit message (Expand)AuthorFilesLines
2020-02-28mesa: move num_instances and base_instance out of _mesa_primMarek Olšák1-1/+4
2020-02-28mesa: remove unused "indirect" parameter from Driver.DrawMarek Olšák1-2/+1
2020-02-28i965: stop using "indirect" parameter from Driver.Draw (non-indirect)Marek Olšák1-2/+1
2018-03-31i965: Push down the gl_vertex_array inputs into i965.Mathias Fröhlich1-0/+1
2017-10-02i965: Implement ARB_indirect_parameters.Plamena Manolova1-0/+10
2017-04-10i965/drm: Rename drm_bacon_bo to brw_bo.Kenneth Graunke1-1/+1
2017-04-10i965/drm: Use our internal libdrm (drm_bacon) rather than the real one.Kenneth Graunke1-2/+2
2016-07-04i965/draw: Expose vertex buffer state setupTopi Pohjolainen1-0/+13
2015-11-24i965: Push down inclusion of vbo/vbo.h.Matt Turner1-1/+0
2015-09-10i965: Fix typos in licenseIan Romanick1-2/+2
2015-09-10i965: Remove horizontal bars from file header commentsIan Romanick1-4/+2
2015-08-06vbo: pass the stream from DrawTransformFeedbackStream to driversMarek Olšák1-1/+2
2014-09-10i965: Calculate start/base_vertex_location after preparing vertices.Kenneth Graunke1-0/+2
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2013-12-05i965: Drop trailing whitespace from the rest of the driver.Kenneth Graunke1-5/+5
2013-11-25i965: pass indirect buffer to primitive restart checkChris Forbes1-1/+2
2013-11-25mesa: add indirect drawing buffer parameter to draw functionsChristoph Bumiller1-1/+2
2013-10-31i965: Mark brw_draw_prims tfb_vertcount parameter as unused.Kenneth Graunke1-1/+1
2013-09-03i965: Rename "prim" parameter to "prims" where it's an array.Kenneth Graunke1-1/+1
2013-07-03i965: Remove some dead code.Kenneth Graunke1-5/+0
2012-05-23i965: create code path to handle primitive restart in hardwareJordan Justen1-0/+7
2012-05-08mesa: move gl_client_array*[] from vbo_draw_func into gl_contextMarek Olšák1-1/+0
2011-12-15mesa: implement DrawTransformFeedback from ARB_transform_feedback2Marek Olšák1-1/+2
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-3/+3
2009-08-12vbo: Avoid extra validation of DrawElements.Eric Anholt1-0/+1
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul1-1/+1
2008-09-10intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change.Eric Anholt1-1/+0
2008-08-24Revert "Revert "Merge branch 'drm-gem'""Dave Airlie1-23/+0
2008-08-24Revert "Merge branch 'drm-gem'"Dave Airlie1-0/+23
2008-08-08intel-gem: Update to new check_aperture API for classic mode.Eric Anholt1-23/+0
2008-04-18i965: initial attempt at fixing the aperture overflowDave Airlie1-3/+15
2006-10-31cleanup code, compiles with vbo changesKeith Whitwell1-8/+8
2006-10-30checkpoint - remove dead files, otherwise untestedKeith Whitwell1-43/+4
2006-08-09Add Intel i965G/Q DRI driver.Eric Anholt1-0/+104