i965: use dri_bo_subdata in vertex upload to get pwrite used.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_draw_upload.c
2008-08-21 Eric Anholti965: use dri_bo_subdata in vertex upload to get pwrite...
2008-08-08 Eric AnholtMerge branch 'drm-gem'
2008-08-08 Eric Anholtintel-gem: Update to new check_aperture API for classic...
2008-07-26 Ian RomanickMerge branch 'master' into drm-gem
2008-06-24 Eric AnholtMerge commit 'origin/master' into drm-gem
2008-06-18 Eric AnholtMerge commit 'origin/master' into drm-gem
2008-06-11 Eric Anholt[intel-gem] Chase domain flag renaming in the DRM.
2008-06-04 Keith PackardMerge commit 'origin/master' into drm-gem
2008-06-03 Eric Anholt[intel] Convert drivers to using libdrm bufmgr code.
2008-05-28 Dave AirlieMerge branch 'r500-support'
2008-05-08 Keith PackardMerge commit 'anholt/drm-gem' into drm-gem
2008-05-07 Eric AnholtGEM: Make dri_emit_reloc take GEM domain flags instead...
2008-05-06 Dave Airliei965: fix googleearth in classic mode.
2008-05-02 Corbin SimpsonMerge branch 'r500test' of git://people.freedesktop...
2008-05-01 Alex DeucherMerge branch 'r500test' of git://people.freedesktop...
2008-04-18 Dave Airliei965: fix vb aperture space check
2008-04-18 Dave Airlie965: fix vb upload size check
2008-04-18 Dave Airliei965: initial attempt at fixing the aperture overflow
2008-02-05 Eric Anholt[965] Convert brw_draw_upload to managing dri_bos,...
2008-02-05 Eric Anholt[965] Remove dead structure in brw_draw_upload.c.
2008-02-05 Eric Anholt[965] Move temporary vbo array storage into the functio...
2008-02-05 Eric Anholt[965] Remove dead brw_vertex_element members.
2008-02-05 Eric Anholt[965] Add a wrapper around interleaved copy_array_to_vb...
2008-02-05 Eric Anholt[965] Avoid overloaded use of the term 'input' for...
2008-02-05 Eric Anholt[965] Replace VEP/VBP state structures with inline...
2008-01-10 Eric Anholt[965] Remove an open-coded memcpy.
2008-01-10 Eric Anholt[intel] Add more cliprect modes to cover other meanings...
2008-01-09 Eric Anholt[965] Clarify a bit of index buffer upload code.
2007-12-26 Dan NicholsonMerge branch 'master' into autoconf2
2007-12-20 Eric Anholt[965] Enable EXT_framebuffer_object.
2007-12-16 Eric Anholt[965] Move to using shared texture management code.
2007-12-15 Eric Anholt[intel] Merge intel_buffer_objects to shared.
2007-12-14 Eric Anholt[intel] warnings cleanup
2007-12-13 Dan NicholsonMerge branch 'master' into autoconf2
2007-12-08 Eric Anholt[965] Convert the driver to dri_bufmgr interface and...
2007-10-31 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-10-26 Zou Nan haiMerge branch '965-glsl'
2007-10-12 Dave AirlieMerge branch 'master' into i915-superioctl
2007-10-09 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-10-04 Eric Anholt[965] Replace various alignment code with a shared...
2007-10-04 Eric AnholtReplace bmBufferOffset usage in batchbuffer setup with...
2007-10-02 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-09-27 Eric AnholtRevert "WIP 965 conversion to dri_bufmgr."
2007-09-27 Eric AnholtWIP 965 conversion to dri_bufmgr.
2007-09-27 Eric Anholt[965] Remove AUB file support.
2007-09-20 Eric AnholtMerge branch 'master' into i915-unification
2007-09-14 Xiang, Haihaoi965: align the address of the first element within
2007-02-25 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-02 Keith WhitwellMerge branch 'vbo-0.2'
2007-02-02 Keith WhitwellMerge branch 'vbo-0.2-origin' into vbo-0.2
2007-02-02 Keith WhitwellModify assert to reflect rebase criteria
2007-02-01 Keith WhitwellCorrect usage/meaning of max_index parameter.
2007-01-30 Keith WhitwellUse new rebase helper. Remove other rebase code.
2007-01-27 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-01-26 Eric AnholtAdd _mesa_ffsll() for compatibility on OSes without...
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2007-01-16 Keith WhitwellMerge branch 'master-merge' into vbo-0.2
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-11-21 Keith WhitwellGary Wong's fix for 64 bit cleanness of vertex program...
2006-10-31 Keith Whitwellcleanup code, compiles with vbo changes
2006-10-30 Keith Whitwellcheckpoint - remove dead files, otherwise untested
2006-10-13 Keith WhitwellUpload of interleaved arrays currently assumes that...
2006-08-09 Eric AnholtAdd Intel i965G/Q DRI driver.