aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_draw_upload.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Use intel->gen >= 6 instead of IS_GEN6.Eric Anholt2010-08-221-2/+2
* intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt2010-06-081-11/+11
* i965: Use R16G16B16A16_FLOAT for 3-component half-float.Eric Anholt2010-05-141-1/+1
* intel: Clean up chipset name and gen num for IronlakeZhenyu Wang2010-04-211-2/+2
* intel: Remove non-kernel-exec-fencing support.Eric Anholt2010-03-041-47/+16
* i965: Fix up some Sandybridge define checks for the structure rebase.Eric Anholt2010-02-251-3/+3
* i965: Reconnect the index/vertex setup.Eric Anholt2010-02-251-10/+32
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-191-2/+2
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-2/+2
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-251-4/+0
|\
| * i965: Remove unnecessary headers.Vinson Lee2010-01-221-4/+0
| * intel: Silence compiler warnings.Vinson Lee2009-12-281-2/+4
* | i965: add support for ARB_half_float_vertexDave Airlie2010-01-231-0/+11
* | intel: Drop batchbuffer cliprect_mode trackingKristian Høgsberg2010-01-041-4/+4
* | intel: Replace IS_IGDNG checks with intel->is_ironlake or needs_ff_sync.Eric Anholt2009-12-221-2/+2
* | intel: Remove non-GEM support.Eric Anholt2009-11-191-8/+0
|/
* Merge remote branch 'origin/mesa_7_6_branch'Eric Anholt2009-11-131-10/+3
|\
| * i965: Fix VBO last-valid-offset setup on Ironlake.Eric Anholt2009-11-121-10/+3
| * i965: be clear that the Fallback field is a boolean, not a bitfieldBrian Paul2009-10-271-2/+2
| * Revert "i965: fix hacked Fallback usage in brw_prepare_vertices()"Brian Paul2009-10-271-4/+2
* | i965: be clear that the Fallback field is a boolean, not a bitfieldBrian Paul2009-10-271-2/+2
* | Revert "i965: fix hacked Fallback usage in brw_prepare_vertices()"Brian Paul2009-10-271-4/+2
* | Merge branch 'mesa_7_6_branch'Brian Paul2009-10-221-2/+4
|\|
| * i965: fix hacked Fallback usage in brw_prepare_vertices()Brian Paul2009-10-221-2/+4
* | Merge branch 'mesa_7_6_branch'Brian Paul2009-10-141-3/+3
|\|
| * i965: Fix the last valid address setting for the index buffer.Eric Anholt2009-10-111-1/+1
| * i965: Fix the bounds emitted in the vertex buffer packets.Eric Anholt2009-10-111-2/+2
* | Merge branch 'mesa_7_6_branch'Brian Paul2009-09-091-1/+1
|\|
| * Merge branch 'mesa_7_5_branch' into mesa_7_6_branchBrian Paul2009-09-091-1/+1
| |\
| | * i965: fix incorrect test for vertex position attributeBrian Paul2009-09-081-1/+1
| | * i965: Assert that the offset in the VBO is below the VBO size.Eric Anholt2009-09-041-0/+14
| | * i965: Don't emit bad packets when no VBs are referenced.Eric Anholt2009-09-041-0/+22
| | * i965: Calculate enabled[] and nr_enabled once and re-use the values.Eric Anholt2009-09-041-29/+15
| | * i965: Set the max index buffer address correctly according to the docs.Eric Anholt2009-09-041-1/+1
| | * i965: rename var: s/tmp/vs_inputs/Brian Paul2009-09-041-8/+8
* | | i965: #include clean-upsBrian Paul2009-09-081-1/+0
* | | i965: use _mesa_is_bufferobj()Brian Paul2009-09-081-2/+3
|/ /
* | i965: disable bounds checking on arrays with stride 0Roland Scheidegger2009-08-151-1/+1
* | i965: Avoid re-uploading the index buffer when we don't need to.Eric Anholt2009-08-121-16/+42
* | i965: Use _MaxElement instead of index-calculated min/max for VBO bounds.Eric Anholt2009-08-121-2/+3
* | i965: Assert that the offset in the VBO is below the VBO size.Eric Anholt2009-08-031-0/+14
* | i965: Don't emit bad packets when no VBs are referenced.Eric Anholt2009-08-031-0/+22
* | i965: Calculate enabled[] and nr_enabled once and re-use the values.Eric Anholt2009-08-031-29/+15
* | i965: add support for new chipsetsXiang, Haihao2009-07-131-6/+25
* | i965: Set the max index buffer address correctly according to the docs.Eric Anholt2009-06-231-1/+1
* | i965: rename var: s/tmp/vs_inputs/Brian Paul2009-05-211-8/+8
|/
* i965: Use GTT maps when available to upload vertex arrays and system VBOs.Eric Anholt2009-04-061-18/+48
* intel: asst. casts to silence warningsBrian Paul2009-01-261-2/+2
* i965: enable GL_EXT_vertex_array_bgraBrian Paul2009-01-231-2/+18
* i965: Fix VB refcount leak on aperture overflow.Eric Anholt2008-11-121-0/+1