summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_draw_upload.c
Commit message (Expand)AuthorAgeFilesLines
* i965: replace __FUNCTION__ with __func__Marius Predut2015-04-141-1/+1
* i965/state: Don't use brw->state.dirty.brwJordan Justen2015-03-311-2/+2
* i965: Micro-optimize brw_get_index_typeIan Romanick2015-01-141-12/+1
* i965: Fix start/base_vertex_location for >1 prims but !BRW_NEW_VERTICES.Kenneth Graunke2014-12-311-11/+1
* i965: Delete brw_state_flags::cache and related code.Kenneth Graunke2014-12-021-2/+0
* i965: Move BRW_NEW_*_PROG_DATA flags to .brw (not .cache).Kenneth Graunke2014-12-021-2/+2
* i965: Rename CACHE_NEW_*_PROG to BRW_NEW_*_PROG_DATA.Kenneth Graunke2014-12-021-2/+2
* i965: Alphabetize brw_tracked_state flags and use a consistent style.Kenneth Graunke2014-11-291-2/+4
* mesa: Delete VAO _MaxElement code and index buffer bounds checking.Kenneth Graunke2014-09-191-4/+1
* i965: Separate gl_InstanceID and gl_VertexID uploading.Kenneth Graunke2014-09-121-7/+22
* i965: Expose gl_BaseVertex via a vertex attribute.Kenneth Graunke2014-09-101-11/+27
* i965: Refactor Gen4-7 VERTEX_BUFFER_STATE emission into a helper.Kenneth Graunke2014-09-101-30/+47
* i965: Make gl_BaseVertex available in a buffer object.Kenneth Graunke2014-09-101-0/+10
* i965: Calculate start/base_vertex_location after preparing vertices.Kenneth Graunke2014-09-101-0/+12
* Revert 5 i965 patches: 8e27a4d2, 373143ed, c5bdf9be, 6f56e142, 88e3d404Jordan Justen2014-09-041-2/+2
* i965: Create a macro for setting a dirty bit.Paul Berry2014-09-011-2/+2
* i965: Use unreachable() instead of unconditional assert().Matt Turner2014-07-011-4/+4
* i965: Stop setting up a 1:1 "attrib" member in our vertex inputs.Eric Anholt2014-04-111-1/+1
* i965: Skip a bunch of IB BO refcount twiddling.Eric Anholt2014-04-111-13/+13
* i965: Massively simplify the intel_upload implementation.Eric Anholt2014-03-261-7/+3
* i965: Drop special case for edgeflag thanks to Marek's change to core.Eric Anholt2014-03-181-9/+0
* i965: Fix indentation in brw_upload_indices().Kenneth Graunke2014-03-181-19/+19
* i965: Consolidate code for setting brw->ib.start_vertex_offset.Kenneth Graunke2014-03-181-9/+6
* mesa: allow buffers to be mapped multiple timesMarek Olšák2014-02-251-2/+3
* i965: Move the remaining driver debug over to stderr.Eric Anholt2014-02-221-4/+4
* i965: Rework vertex uploads for Broadwell.Kenneth Graunke2014-01-311-1/+2
* i965: Remove CACHED_BATCH support altogether.Kenneth Graunke2014-01-171-2/+2
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* i965: Drop trailing whitespace from the rest of the driver.Kenneth Graunke2013-12-051-6/+6
* Revert "i965: Move brw_emit_query_begin() to the render ring prelude."Kenneth Graunke2013-12-031-0/+2
* i965: Move brw_emit_query_begin() to the render ring prelude.Kenneth Graunke2013-11-211-2/+0
* i965: Add a warning if something ever hits a bug I noticed.Eric Anholt2013-11-121-0/+4
* i965: add support for UNSIGNED_INT_10F_11F_11F_REV vertex attribsChris Forbes2013-11-081-0/+2
* i965: Try to avoid stalls on the GPU when doing glBufferSubData().Eric Anholt2013-10-231-3/+21
* i965: Drop intel_bufferobj_source().Eric Anholt2013-10-231-10/+4
* i965/gen7: Set MOCS L3 cacheability for IVB/BYT (v2)Ville Syrjälä2013-08-211-1/+1
* i965: Mark a few brw_draw_upload.c functions as non-staticKenneth Graunke2013-08-131-7/+9
* i965/hsw: Change L3 MOCS of 3DSTATE_VERTEX_BUFFERSChad Versace2013-07-181-0/+3
* 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