aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_draw_upload.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* i965: Fix check_aperture calls to cover everything needed for the prim at once.Eric Anholt2008-10-281-2/+18
* i965: Add ARB_occlusion_query support.Eric Anholt2008-10-071-0/+3
* i965: Fix a potential assertion failure.Xiang, Haihao2008-10-081-2/+4
* i965: Cope with batch getting flushed in the middle of batchbuffer emits.Eric Anholt2008-09-231-6/+0
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-5/+5
* intel: track move of bo_exec from drivers to bufmgr.Eric Anholt2008-09-101-1/+0
* Revert "Revert "Merge branch 'drm-gem'""Dave Airlie2008-08-241-51/+62
* Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-241-62/+51
* i965: use dri_bo_subdata in vertex upload to get pwrite used.Eric Anholt2008-08-211-26/+25
* intel-gem: Update to new check_aperture API for classic mode.Eric Anholt2008-08-081-49/+60
* [intel-gem] Chase domain flag renaming in the DRM.Eric Anholt2008-06-111-3/+3
* Merge commit 'origin/master' into drm-gemKeith Packard2008-06-031-4/+5
|\
| * i965: fix googleearth in classic mode.Dave Airlie2008-05-061-4/+5
* | [intel] Convert drivers to using libdrm bufmgr code.Eric Anholt2008-06-031-4/+1
* | GEM: Make dri_emit_reloc take GEM domain flags instead of TTM flags.Eric Anholt2008-05-071-3/+6
|/
* i965: fix vb aperture space checkDave Airlie2008-04-181-4/+8
* 965: fix vb upload size checkDave Airlie2008-04-181-3/+5
* i965: initial attempt at fixing the aperture overflowDave Airlie2008-04-181-9/+55
* [965] Convert brw_draw_upload to managing dri_bos, not gl_buffer_objects.Eric Anholt2008-02-041-157/+107
* [965] Remove dead structure in brw_draw_upload.c.Eric Anholt2008-02-041-24/+0