summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_draw_upload.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [965] Move temporary vbo array storage into the function using it.Eric Anholt2008-02-041-32/+25
* [965] Remove dead brw_vertex_element members.Eric Anholt2008-02-041-1/+0
* [965] Add a wrapper around interleaved copy_array_to_vbo_array for profiling.Eric Anholt2008-02-041-7/+18
* [965] Avoid overloaded use of the term 'input' for clarity.Eric Anholt2008-02-041-13/+9
* [965] Replace VEP/VBP state structures with inline batch emits.Eric Anholt2008-02-041-53/+42
* [965] Remove an open-coded memcpy.Eric Anholt2008-01-101-4/+4
* [intel] Add more cliprect modes to cover other meanings for batch emits.Eric Anholt2008-01-101-2/+2
* [965] Clarify a bit of index buffer upload code.Eric Anholt2008-01-091-1/+4
* [965] Enable EXT_framebuffer_object.Eric Anholt2007-12-201-1/+1
* [965] Move to using shared texture management code.Eric Anholt2007-12-161-1/+1
* [intel] Merge intel_buffer_objects to shared.Eric Anholt2007-12-151-4/+8
* [intel] warnings cleanupEric Anholt2007-12-141-13/+0
* [965] Convert the driver to dri_bufmgr interface and enable TTM.Eric Anholt2007-12-071-3/+3
* [965] Replace various alignment code with a shared ALIGN() macro.Eric Anholt2007-10-041-1/+1
* Replace bmBufferOffset usage in batchbuffer setup with OUT_RELOC.Eric Anholt2007-10-041-3/+5
* Revert "WIP 965 conversion to dri_bufmgr."Eric Anholt2007-09-271-3/+3
* WIP 965 conversion to dri_bufmgr.Eric Anholt2007-09-271-3/+3
* [965] Remove AUB file support.Eric Anholt2007-09-271-1/+0
* i965: align the address of the first element withinXiang, Haihao2007-09-141-0/+22
* Merge branch 'vbo-0.2'Keith Whitwell2007-02-021-94/+34
|\
| * Modify assert to reflect rebase criteriaKeith Whitwell2007-02-021-1/+9
| * Correct usage/meaning of max_index parameter.Keith Whitwell2007-02-011-1/+3
| * Use new rebase helper. Remove other rebase code.Keith Whitwell2007-01-301-86/+19
| * Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...Keith Whitwell2007-01-161-1/+1
| |\
| * | cleanup code, compiles with vbo changesKeith Whitwell2006-10-311-7/+4
| * | checkpoint - remove dead files, otherwise untestedKeith Whitwell2006-10-301-2/+2
* | | Add _mesa_ffsll() for compatibility on OSes without ffsll(), and use it.Eric Anholt2007-01-261-1/+1
| |/ |/|
* | Gary Wong's fix for 64 bit cleanness of vertex program inputs bitmask.Keith Whitwell2006-11-211-3/+3
|/
* Upload of interleaved arrays currently assumes that position is theKeith Whitwell2006-10-131-0/+1