summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_draw_upload.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-09i965: Delete intel_context entirely.Kenneth Graunke1-2/+2
2013-07-09i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke1-22/+18
2013-07-09i965: Move intel_context::is_<platform> flags to brw_context.Kenneth Graunke1-8/+7
2013-07-09i965: Move intel_context::perf_debug to brw_context.Kenneth Graunke1-1/+0
2013-07-09i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke1-12/+12
2013-06-26i965: Be more careful with the interleaved user array upload optimizationIan Romanick1-1/+17
2013-06-03i965: Fix glColorPointer(GL_FIXED)Chad Versace1-0/+8
2013-04-08intel: Require kernel 2.6.39 for relaxed relocation support.Kenneth Graunke1-2/+0
2013-02-11i965: Add perf debug for a corner case.Eric Anholt1-0/+3
2013-02-11i965: Fix access mode of index buffer rebase.Eric Anholt1-1/+1
2013-02-11i965: Fix indentation of index buffer rebase code.Eric Anholt1-9/+9
2013-01-25i965: Pass in the glarray to get_surface_type.Eric Anholt1-29/+22
2013-01-25i965: Remove nonsense comment.Eric Anholt1-2/+0
2013-01-25i965: Remove NDEBUG undef that was snuck in.Eric Anholt1-2/+0
2013-01-25i965: reuse _mesa_sizeof_type for index buffer types.Eric Anholt1-24/+2
2013-01-25i965: Reuse precalculated ib_type_size value.Eric Anholt1-1/+1
2013-01-25i965: Drop debug check for knowing the size of a type.Eric Anholt1-2/+1
2013-01-25i965: Stop worrying about alignment of vertex data.Eric Anholt1-7/+1
2013-01-25i965: Use the glarray _ElementSize that Mesa tracks for us.Eric Anholt1-6/+4
2013-01-07i965: Support GL_FIXED and packed vertex formats natively on Haswell+.Kenneth Graunke1-10/+50
2012-12-18i965: Fix gl_VertexID when there are no other vertex inputs.Paul Berry1-3/+3
2012-11-26i965: support 2_10_10_10 formats in get_surface_type.Chris Forbes1-1/+19
2012-11-26i965: implement get_size for 2_10_10_10 formatsChris Forbes1-0/+5
2012-11-04i965: Fix uploading user vertex arrays with basevertex set.Eric Anholt1-2/+2
2012-10-31i965: Don't replicate data for zero-stride arrays when copying to VBOs.Kenneth Graunke1-7/+6
2012-10-31i965: Don't bother trying to extend the current vertex buffers.Kenneth Graunke1-34/+0
2012-10-26i965: Merge brw_prepare_query_begin() and brw_emit_query_begin().Eric Anholt1-4/+1
2012-09-27i965: Add a comment explaining one of the brw_draw_upload.c loops.Eric Anholt1-0/+4
2012-09-27i965: Remove broken non-interleaved-to-interleaved upload code.Eric Anholt1-50/+2
2012-09-06i965: Fix primitive restart on Haswell.Kenneth Graunke1-1/+1
2012-08-28i965: Drop the old sw fallback for position array being disabled.Eric Anholt1-7/+0
2012-08-09i965/gen6+: Add support for edge flags.Eric Anholt1-4/+46
2012-08-09i965/vs: Convert EdgeFlagPointer values appropriately for the VS on gen4.Eric Anholt1-0/+10
2012-06-27i965: enable ARB_instanced_arrays extensionJordan Justen1-7/+36
2012-05-23i965: add flag to enable cut_indexJordan Justen1-1/+8
2012-02-29i965: Disable PrimitiveID upload.Kenneth Graunke1-1/+1
2011-11-29mesa: Make gl_program::InputsRead 64 bits.Mathias Fröhlich1-3/+3
2011-11-11i965: Add support for gl_VertexID and gl_InstanceID.Eric Anholt1-5/+31
2011-11-11i965: Replace a should-never-happen fallback with asserts where it matters.Eric Anholt1-11/+15
2011-11-02i965: Add support for integral vertex attributes.Paul Berry1-4/+65
2011-10-29i965: Move index buffer upload to emit() time.Eric Anholt1-2/+2
2011-10-29i965: Do a hack job of merging VB prepare()/emit() together.Eric Anholt1-1/+2
2011-10-29i965: Remove the validated BO list, now that it's unused.Eric Anholt1-6/+2
2011-10-18intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke1-3/+3
2011-10-01i965: Make sure to upload the data for a collection of Stride == 0 arrays.Eric Anholt1-1/+18
2011-08-23i965: Only map the necessary buffer range in brw_prepare_indicesIan Romanick1-3/+2
2011-08-23mesa: Eliminate dd_function_table::MapBufferIan Romanick1-1/+5
2011-08-23mesa: Fix incorrect access parameter passed to MapBufferIan Romanick1-3/+1
2011-08-23mesa: Remove target parameter from dd_function_table::MapBufferIan Romanick1-1/+0
2011-08-23mesa: Remove target parameter from dd_function_table::UnmapBufferIan Romanick1-1/+1