summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_draw_upload.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Fix uploading user vertex arrays with basevertex set.Eric Anholt2012-11-041-2/+2
* i965: Don't replicate data for zero-stride arrays when copying to VBOs.Kenneth Graunke2012-10-311-7/+6
* i965: Don't bother trying to extend the current vertex buffers.Kenneth Graunke2012-10-311-34/+0
* i965: Merge brw_prepare_query_begin() and brw_emit_query_begin().Eric Anholt2012-10-261-4/+1
* i965: Add a comment explaining one of the brw_draw_upload.c loops.Eric Anholt2012-09-271-0/+4
* i965: Remove broken non-interleaved-to-interleaved upload code.Eric Anholt2012-09-271-50/+2
* i965: Fix primitive restart on Haswell.Kenneth Graunke2012-09-061-1/+1
* i965: Drop the old sw fallback for position array being disabled.Eric Anholt2012-08-281-7/+0
* i965/gen6+: Add support for edge flags.Eric Anholt2012-08-091-4/+46
* i965/vs: Convert EdgeFlagPointer values appropriately for the VS on gen4.Eric Anholt2012-08-091-0/+10
* i965: enable ARB_instanced_arrays extensionJordan Justen2012-06-271-7/+36
* i965: add flag to enable cut_indexJordan Justen2012-05-231-1/+8
* i965: Disable PrimitiveID upload.Kenneth Graunke2012-02-291-1/+1
* mesa: Make gl_program::InputsRead 64 bits.Mathias Fröhlich2011-11-291-3/+3
* i965: Add support for gl_VertexID and gl_InstanceID.Eric Anholt2011-11-111-5/+31
* i965: Replace a should-never-happen fallback with asserts where it matters.Eric Anholt2011-11-111-11/+15
* i965: Add support for integral vertex attributes.Paul Berry2011-11-021-4/+65
* i965: Move index buffer upload to emit() time.Eric Anholt2011-10-291-2/+2
* i965: Do a hack job of merging VB prepare()/emit() together.Eric Anholt2011-10-291-1/+2
* i965: Remove the validated BO list, now that it's unused.Eric Anholt2011-10-291-6/+2
* intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke2011-10-181-3/+3
* i965: Make sure to upload the data for a collection of Stride == 0 arrays.Eric Anholt2011-10-011-1/+18
* i965: Only map the necessary buffer range in brw_prepare_indicesIan Romanick2011-08-231-3/+2
* mesa: Eliminate dd_function_table::MapBufferIan Romanick2011-08-231-1/+5
* mesa: Fix incorrect access parameter passed to MapBufferIan Romanick2011-08-231-3/+1
* mesa: Remove target parameter from dd_function_table::MapBufferIan Romanick2011-08-231-1/+0
* mesa: Remove target parameter from dd_function_table::UnmapBufferIan Romanick2011-08-231-1/+1
* i965: Rename CMD_VERTEX_(BUFFER|ELEMENT) to 3DSTATE_VERTEX_...S.Kenneth Graunke2011-07-181-3/+3
* i965: Don't try to continue space before the start of a VBO.Eric Anholt2011-06-181-0/+2
* i965: Add missing state flag for vertex elements on current VS program.Eric Anholt2011-06-181-1/+2
* i965: Add support for GL_FIXED vertex attributes.Eric Anholt2011-06-101-0/+5
* i965: Set Address Modify Enable in VERTEX_BUFFER on Ivybridge.Kenneth Graunke2011-05-171-0/+3
* Revert "i965: Reinstate max-index paranoia"Chris Wilson2011-04-121-1/+1
* i965: Use ffs() on a 32-bit int value instad of ffsll().Eric Anholt2011-03-111-1/+1
* i965: Fix extending VB packetsChris Wilson2011-03-041-2/+2
* i965: Align index to type size and flush if the type changesChris Wilson2011-03-041-7/+14
* i965: Prevent using a zero sized (or of unknown type) vertex arrayChris Wilson2011-03-041-5/+6
* i965: Use negative relocation deltas to minimse vertex uploadsChris Wilson2011-03-011-7/+14
* i965: Undo 'continuation of vb packets'Chris Wilson2011-03-011-1/+1
* i965: Fix uploading of shortened vertex packetsChris Wilson2011-03-011-12/+13
* i965: Upload all vertices usedChris Wilson2011-03-011-29/+38
* intel: Reset the buffer offset after releasing reference to packed uploadChris Wilson2011-02-241-0/+1
* i965: Unmap the correct pointer after discontiguous uploadChris Wilson2011-02-241-2/+3
* i965: Trim the interleaved upload to the minimum number of verticesChris Wilson2011-02-221-1/+5
* i965: Reinstate max-index paranoiaChris Wilson2011-02-221-1/+1
* i965: Zero the offset into the vbo when uploading non-interleavedChris Wilson2011-02-221-0/+1
* i965: Fix VB packet reuse when offset for the new buffer isn't stride aligned.Eric Anholt2011-02-211-1/+1
* i965: Remove spurious duplicate ADVANCE_BATCHChris Wilson2011-02-211-1/+0
* intel: extend current vertex buffersChris Wilson2011-02-211-18/+53
* intel: Use specified alignment for writes into the upload bufferChris Wilson2011-02-211-7/+9