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: Fix typos in license
Ian Romanick
2015-09-10
1
-2
/
+2
*
i965: Remove horizontal bars from file header comments
Ian Romanick
2015-09-10
1
-4
/
+2
*
i965: Swap the order of the vertex ID and edge flag attributes
Neil Roberts
2015-08-22
1
-15
/
+15
*
i965: Resolve GCC sign-compare warning.
Rhys Kidd
2015-08-18
1
-5
/
+6
*
i965: Trivial formatting changes in brw_draw_upload.c
Ian Romanick
2015-08-03
1
-3
/
+6
*
mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().
Kenneth Graunke
2015-07-20
1
-1
/
+1
*
i965: Optimize batchbuffer macros.
Matt Turner
2015-07-15
1
-4
/
+8
*
i965: Mark constant static data as const.
Matt Turner
2015-07-14
1
-22
/
+22
*
i965: replace __FUNCTION__ with __func__
Marius Predut
2015-04-14
1
-1
/
+1
*
i965/state: Don't use brw->state.dirty.brw
Jordan Justen
2015-03-31
1
-2
/
+2
*
i965: Micro-optimize brw_get_index_type
Ian Romanick
2015-01-14
1
-12
/
+1
*
i965: Fix start/base_vertex_location for >1 prims but !BRW_NEW_VERTICES.
Kenneth Graunke
2014-12-31
1
-11
/
+1
*
i965: Delete brw_state_flags::cache and related code.
Kenneth Graunke
2014-12-02
1
-2
/
+0
*
i965: Move BRW_NEW_*_PROG_DATA flags to .brw (not .cache).
Kenneth Graunke
2014-12-02
1
-2
/
+2
*
i965: Rename CACHE_NEW_*_PROG to BRW_NEW_*_PROG_DATA.
Kenneth Graunke
2014-12-02
1
-2
/
+2
*
i965: Alphabetize brw_tracked_state flags and use a consistent style.
Kenneth Graunke
2014-11-29
1
-2
/
+4
*
mesa: Delete VAO _MaxElement code and index buffer bounds checking.
Kenneth Graunke
2014-09-19
1
-4
/
+1
*
i965: Separate gl_InstanceID and gl_VertexID uploading.
Kenneth Graunke
2014-09-12
1
-7
/
+22
*
i965: Expose gl_BaseVertex via a vertex attribute.
Kenneth Graunke
2014-09-10
1
-11
/
+27
*
i965: Refactor Gen4-7 VERTEX_BUFFER_STATE emission into a helper.
Kenneth Graunke
2014-09-10
1
-30
/
+47
*
i965: Make gl_BaseVertex available in a buffer object.
Kenneth Graunke
2014-09-10
1
-0
/
+10
*
i965: Calculate start/base_vertex_location after preparing vertices.
Kenneth Graunke
2014-09-10
1
-0
/
+12
*
Revert 5 i965 patches: 8e27a4d2, 373143ed, c5bdf9be, 6f56e142, 88e3d404
Jordan Justen
2014-09-04
1
-2
/
+2
*
i965: Create a macro for setting a dirty bit.
Paul Berry
2014-09-01
1
-2
/
+2
*
i965: Use unreachable() instead of unconditional assert().
Matt Turner
2014-07-01
1
-4
/
+4
*
i965: Stop setting up a 1:1 "attrib" member in our vertex inputs.
Eric Anholt
2014-04-11
1
-1
/
+1
*
i965: Skip a bunch of IB BO refcount twiddling.
Eric Anholt
2014-04-11
1
-13
/
+13
*
i965: Massively simplify the intel_upload implementation.
Eric Anholt
2014-03-26
1
-7
/
+3
*
i965: Drop special case for edgeflag thanks to Marek's change to core.
Eric Anholt
2014-03-18
1
-9
/
+0
*
i965: Fix indentation in brw_upload_indices().
Kenneth Graunke
2014-03-18
1
-19
/
+19
*
i965: Consolidate code for setting brw->ib.start_vertex_offset.
Kenneth Graunke
2014-03-18
1
-9
/
+6
*
mesa: allow buffers to be mapped multiple times
Marek Olšák
2014-02-25
1
-2
/
+3
*
i965: Move the remaining driver debug over to stderr.
Eric Anholt
2014-02-22
1
-4
/
+4
*
i965: Rework vertex uploads for Broadwell.
Kenneth Graunke
2014-01-31
1
-1
/
+2
*
i965: Remove CACHED_BATCH support altogether.
Kenneth Graunke
2014-01-17
1
-2
/
+2
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
i965: Drop trailing whitespace from the rest of the driver.
Kenneth Graunke
2013-12-05
1
-6
/
+6
*
Revert "i965: Move brw_emit_query_begin() to the render ring prelude."
Kenneth Graunke
2013-12-03
1
-0
/
+2
*
i965: Move brw_emit_query_begin() to the render ring prelude.
Kenneth Graunke
2013-11-21
1
-2
/
+0
*
i965: Add a warning if something ever hits a bug I noticed.
Eric Anholt
2013-11-12
1
-0
/
+4
*
i965: add support for UNSIGNED_INT_10F_11F_11F_REV vertex attribs
Chris Forbes
2013-11-08
1
-0
/
+2
*
i965: Try to avoid stalls on the GPU when doing glBufferSubData().
Eric Anholt
2013-10-23
1
-3
/
+21
*
i965: Drop intel_bufferobj_source().
Eric Anholt
2013-10-23
1
-10
/
+4
*
i965/gen7: Set MOCS L3 cacheability for IVB/BYT (v2)
Ville Syrjälä
2013-08-21
1
-1
/
+1
*
i965: Mark a few brw_draw_upload.c functions as non-static
Kenneth Graunke
2013-08-13
1
-7
/
+9
*
i965/hsw: Change L3 MOCS of 3DSTATE_VERTEX_BUFFERS
Chad Versace
2013-07-18
1
-0
/
+3
*
i965: Delete intel_context entirely.
Kenneth Graunke
2013-07-09
1
-2
/
+2
*
i965: Move intel_context::gen and gt fields to brw_context.
Kenneth Graunke
2013-07-09
1
-22
/
+18
*
i965: Move intel_context::is_<platform> flags to brw_context.
Kenneth Graunke
2013-07-09
1
-8
/
+7
*
i965: Move intel_context::perf_debug to brw_context.
Kenneth Graunke
2013-07-09
1
-1
/
+0
[next]