aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_draw_upload.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Delete intel_context entirely.Kenneth Graunke2013-07-091-2/+2
* i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke2013-07-091-22/+18
* i965: Move intel_context::is_<platform> flags to brw_context.Kenneth Graunke2013-07-091-8/+7
* i965: Move intel_context::perf_debug to brw_context.Kenneth Graunke2013-07-091-1/+0
* i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke2013-07-091-12/+12
* i965: Be more careful with the interleaved user array upload optimizationIan Romanick2013-06-261-1/+17
* i965: Fix glColorPointer(GL_FIXED)Chad Versace2013-06-031-0/+8
* intel: Require kernel 2.6.39 for relaxed relocation support.Kenneth Graunke2013-04-081-2/+0
* i965: Add perf debug for a corner case.Eric Anholt2013-02-111-0/+3
* i965: Fix access mode of index buffer rebase.Eric Anholt2013-02-111-1/+1
* i965: Fix indentation of index buffer rebase code.Eric Anholt2013-02-111-9/+9
* i965: Pass in the glarray to get_surface_type.Eric Anholt2013-01-251-29/+22
* i965: Remove nonsense comment.Eric Anholt2013-01-251-2/+0
* i965: Remove NDEBUG undef that was snuck in.Eric Anholt2013-01-251-2/+0
* i965: reuse _mesa_sizeof_type for index buffer types.Eric Anholt2013-01-251-24/+2
* i965: Reuse precalculated ib_type_size value.Eric Anholt2013-01-251-1/+1
* i965: Drop debug check for knowing the size of a type.Eric Anholt2013-01-251-2/+1
* i965: Stop worrying about alignment of vertex data.Eric Anholt2013-01-251-7/+1
* i965: Use the glarray _ElementSize that Mesa tracks for us.Eric Anholt2013-01-251-6/+4
* i965: Support GL_FIXED and packed vertex formats natively on Haswell+.Kenneth Graunke2013-01-071-10/+50
* i965: Fix gl_VertexID when there are no other vertex inputs.Paul Berry2012-12-181-3/+3
* i965: support 2_10_10_10 formats in get_surface_type.Chris Forbes2012-11-261-1/+19
* i965: implement get_size for 2_10_10_10 formatsChris Forbes2012-11-261-0/+5
* 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