summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_draw.h
Commit message (Expand)AuthorAgeFilesLines
* i965/draw: Expose vertex buffer state setupTopi Pohjolainen2016-07-041-0/+13
* i965: Push down inclusion of vbo/vbo.h.Matt Turner2015-11-241-1/+0
* i965: Fix typos in licenseIan Romanick2015-09-101-2/+2
* i965: Remove horizontal bars from file header commentsIan Romanick2015-09-101-4/+2
* vbo: pass the stream from DrawTransformFeedbackStream to driversMarek Olšák2015-08-061-1/+2
* i965: Calculate start/base_vertex_location after preparing vertices.Kenneth Graunke2014-09-101-0/+2
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* i965: Drop trailing whitespace from the rest of the driver.Kenneth Graunke2013-12-051-5/+5
* i965: pass indirect buffer to primitive restart checkChris Forbes2013-11-251-1/+2
* mesa: add indirect drawing buffer parameter to draw functionsChristoph Bumiller2013-11-251-1/+2
* i965: Mark brw_draw_prims tfb_vertcount parameter as unused.Kenneth Graunke2013-10-311-1/+1
* i965: Rename "prim" parameter to "prims" where it's an array.Kenneth Graunke2013-09-031-1/+1
* i965: Remove some dead code.Kenneth Graunke2013-07-031-5/+0
* i965: create code path to handle primitive restart in hardwareJordan Justen2012-05-231-0/+7
* mesa: move gl_client_array*[] from vbo_draw_func into gl_contextMarek Olšák2012-05-081-1/+0
* mesa: implement DrawTransformFeedback from ARB_transform_feedback2Marek Olšák2011-12-151-1/+2
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-3/+3
* vbo: Avoid extra validation of DrawElements.Eric Anholt2009-08-121-0/+1
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-1/+1
* intel: track bufmgr move to libdrm_intel and bufmgr_fake irq emit/wait change.Eric Anholt2008-09-101-1/+0
* Revert "Revert "Merge branch 'drm-gem'""Dave Airlie2008-08-241-23/+0
* Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-241-0/+23
* intel-gem: Update to new check_aperture API for classic mode.Eric Anholt2008-08-081-23/+0
* i965: initial attempt at fixing the aperture overflowDave Airlie2008-04-181-3/+15
* cleanup code, compiles with vbo changesKeith Whitwell2006-10-311-8/+8
* checkpoint - remove dead files, otherwise untestedKeith Whitwell2006-10-301-43/+4
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-091-0/+104