index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
brw_draw_upload.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Rename CMD_VERTEX_(BUFFER|ELEMENT) to 3DSTATE_VERTEX_...S.
Kenneth Graunke
2011-07-18
1
-3
/
+3
*
i965: Don't try to continue space before the start of a VBO.
Eric Anholt
2011-06-18
1
-0
/
+2
*
i965: Add missing state flag for vertex elements on current VS program.
Eric Anholt
2011-06-18
1
-1
/
+2
*
i965: Add support for GL_FIXED vertex attributes.
Eric Anholt
2011-06-10
1
-0
/
+5
*
i965: Set Address Modify Enable in VERTEX_BUFFER on Ivybridge.
Kenneth Graunke
2011-05-17
1
-0
/
+3
*
Revert "i965: Reinstate max-index paranoia"
Chris Wilson
2011-04-12
1
-1
/
+1
*
i965: Use ffs() on a 32-bit int value instad of ffsll().
Eric Anholt
2011-03-11
1
-1
/
+1
*
i965: Fix extending VB packets
Chris Wilson
2011-03-04
1
-2
/
+2
*
i965: Align index to type size and flush if the type changes
Chris Wilson
2011-03-04
1
-7
/
+14
*
i965: Prevent using a zero sized (or of unknown type) vertex array
Chris Wilson
2011-03-04
1
-5
/
+6
*
i965: Use negative relocation deltas to minimse vertex uploads
Chris Wilson
2011-03-01
1
-7
/
+14
*
i965: Undo 'continuation of vb packets'
Chris Wilson
2011-03-01
1
-1
/
+1
*
i965: Fix uploading of shortened vertex packets
Chris Wilson
2011-03-01
1
-12
/
+13
*
i965: Upload all vertices used
Chris Wilson
2011-03-01
1
-29
/
+38
*
intel: Reset the buffer offset after releasing reference to packed upload
Chris Wilson
2011-02-24
1
-0
/
+1
*
i965: Unmap the correct pointer after discontiguous upload
Chris Wilson
2011-02-24
1
-2
/
+3
*
i965: Trim the interleaved upload to the minimum number of vertices
Chris Wilson
2011-02-22
1
-1
/
+5
*
i965: Reinstate max-index paranoia
Chris Wilson
2011-02-22
1
-1
/
+1
*
i965: Zero the offset into the vbo when uploading non-interleaved
Chris Wilson
2011-02-22
1
-0
/
+1
*
i965: Fix VB packet reuse when offset for the new buffer isn't stride aligned.
Eric Anholt
2011-02-21
1
-1
/
+1
*
i965: Remove spurious duplicate ADVANCE_BATCH
Chris Wilson
2011-02-21
1
-1
/
+0
*
intel: extend current vertex buffers
Chris Wilson
2011-02-21
1
-18
/
+53
*
intel: Use specified alignment for writes into the upload buffer
Chris Wilson
2011-02-21
1
-7
/
+9
*
i965: Clean up brw_prepare_vertices()
Chris Wilson
2011-02-21
1
-21
/
+20
*
intel: combine short memcpy using a temporary allocated buffer
Chris Wilson
2011-02-21
1
-5
/
+6
*
i965: upload normal arrays as interleaved
Chris Wilson
2011-02-21
1
-30
/
+72
*
i965: interleaved vbo
Chris Wilson
2011-02-21
1
-12
/
+27
*
i965: emit one vb packet per vbo
Chris Wilson
2011-02-21
1
-67
/
+51
*
i965: upload transient indices into the same discontiguous buffer
Chris Wilson
2011-02-21
1
-12
/
+8
*
i965: suppress repeat-emission of identical vertex elements
Chris Wilson
2011-02-21
1
-3
/
+2
*
intel: use pwrite for batch
Chris Wilson
2011-02-21
1
-0
/
+5
*
intel: Buffered upload
Chris Wilson
2011-02-21
1
-1
/
+1
*
i965: Combine vb upload buffer with the general upload buffer
Chris Wilson
2011-02-21
1
-59
/
+8
*
intel: Pack dynamic draws together
Chris Wilson
2011-02-21
1
-8
/
+8
*
i965: Trim the trailing NOOP from 3DSTATE_INDEX_BUFFER
Chris Wilson
2011-02-21
1
-23
/
+12
*
intel: Annotate debug printout checks with unlikely().
Eric Anholt
2010-11-03
1
-1
/
+1
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-3
/
+3
*
i965: Don't rebase the index buffer to min 0 if any arrays are in VBOs.
Eric Anholt
2010-10-12
1
-10
/
+1
*
i965: Use intel->gen >= 6 instead of IS_GEN6.
Eric Anholt
2010-08-22
1
-2
/
+2
*
intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.
Eric Anholt
2010-06-08
1
-11
/
+11
*
i965: Use R16G16B16A16_FLOAT for 3-component half-float.
Eric Anholt
2010-05-14
1
-1
/
+1
*
intel: Clean up chipset name and gen num for Ironlake
Zhenyu Wang
2010-04-21
1
-2
/
+2
*
intel: Remove non-kernel-exec-fencing support.
Eric Anholt
2010-03-04
1
-47
/
+16
*
i965: Fix up some Sandybridge define checks for the structure rebase.
Eric Anholt
2010-02-25
1
-3
/
+3
*
i965: Reconnect the index/vertex setup.
Eric Anholt
2010-02-25
1
-10
/
+32
*
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
1
-2
/
+2
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
1
-2
/
+2
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-25
1
-4
/
+0
|
\
|
*
i965: Remove unnecessary headers.
Vinson Lee
2010-01-22
1
-4
/
+0
|
*
intel: Silence compiler warnings.
Vinson Lee
2009-12-28
1
-2
/
+4
[next]