index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
brw_draw_upload.c
Age
Commit message (
Expand
)
Author
2011-03-16
i965c: Add support for GL_FIXED.
Chia-I Wu
2011-03-11
i965: Use ffs() on a 32-bit int value instad of ffsll().
Eric Anholt
2011-03-04
i965: Fix extending VB packets
Chris Wilson
2011-03-04
i965: Align index to type size and flush if the type changes
Chris Wilson
2011-03-04
i965: Prevent using a zero sized (or of unknown type) vertex array
Chris Wilson
2011-03-01
i965: Use negative relocation deltas to minimse vertex uploads
Chris Wilson
2011-03-01
i965: Undo 'continuation of vb packets'
Chris Wilson
2011-03-01
i965: Fix uploading of shortened vertex packets
Chris Wilson
2011-03-01
i965: Upload all vertices used
Chris Wilson
2011-02-24
intel: Reset the buffer offset after releasing reference to packed upload
Chris Wilson
2011-02-24
i965: Unmap the correct pointer after discontiguous upload
Chris Wilson
2011-02-22
i965: Trim the interleaved upload to the minimum number of vertices
Chris Wilson
2011-02-22
i965: Reinstate max-index paranoia
Chris Wilson
2011-02-22
i965: Zero the offset into the vbo when uploading non-interleaved
Chris Wilson
2011-02-21
i965: Fix VB packet reuse when offset for the new buffer isn't stride aligned.
Eric Anholt
2011-02-21
i965: Remove spurious duplicate ADVANCE_BATCH
Chris Wilson
2011-02-21
intel: extend current vertex buffers
Chris Wilson
2011-02-21
intel: Use specified alignment for writes into the upload buffer
Chris Wilson
2011-02-21
i965: Clean up brw_prepare_vertices()
Chris Wilson
2011-02-21
intel: combine short memcpy using a temporary allocated buffer
Chris Wilson
2011-02-21
i965: upload normal arrays as interleaved
Chris Wilson
2011-02-21
i965: interleaved vbo
Chris Wilson
2011-02-21
i965: emit one vb packet per vbo
Chris Wilson
2011-02-21
i965: upload transient indices into the same discontiguous buffer
Chris Wilson
2011-02-21
i965: suppress repeat-emission of identical vertex elements
Chris Wilson
2011-02-21
intel: use pwrite for batch
Chris Wilson
2011-02-21
intel: Buffered upload
Chris Wilson
2011-02-21
i965: Combine vb upload buffer with the general upload buffer
Chris Wilson
2011-02-21
intel: Pack dynamic draws together
Chris Wilson
2011-02-21
i965: Trim the trailing NOOP from 3DSTATE_INDEX_BUFFER
Chris Wilson
2010-11-03
intel: Annotate debug printout checks with unlikely().
Eric Anholt
2010-10-13
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-12
i965: Don't rebase the index buffer to min 0 if any arrays are in VBOs.
Eric Anholt
2010-08-22
i965: Use intel->gen >= 6 instead of IS_GEN6.
Eric Anholt
2010-06-08
intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.
Eric Anholt
2010-05-14
i965: Use R16G16B16A16_FLOAT for 3-component half-float.
Eric Anholt
2010-04-21
intel: Clean up chipset name and gen num for Ironlake
Zhenyu Wang
2010-03-04
intel: Remove non-kernel-exec-fencing support.
Eric Anholt
2010-02-25
i965: Fix up some Sandybridge define checks for the structure rebase.
Eric Anholt
2010-02-25
i965: Reconnect the index/vertex setup.
Eric Anholt
2010-02-19
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-01-25
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-22
i965: Remove unnecessary headers.
Vinson Lee
2010-01-23
i965: add support for ARB_half_float_vertex
Dave Airlie
2010-01-04
intel: Drop batchbuffer cliprect_mode tracking
Kristian Høgsberg
2009-12-28
intel: Silence compiler warnings.
Vinson Lee
2009-12-22
intel: Replace IS_IGDNG checks with intel->is_ironlake or needs_ff_sync.
Eric Anholt
2009-11-19
intel: Remove non-GEM support.
Eric Anholt
2009-11-13
Merge remote branch 'origin/mesa_7_6_branch'
Eric Anholt
[next]