index
:
mesa/mesa
10.0
10.1
10.2
10.3
10.4
10.5
10.6
11.0
11.1
11.2
12.0
13.0
17.0
17.1
17.2
17.3
18.0
18.1
18.2
18.3
19.0
19.1
19.2
19.3
20.0
20.1
20.2
20.3
21.0
21.1
21.2
21.3
22.0
22.1
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
gallium-no-rhw-position
main
marge_bot_batch_merge_job
opengl-es-v2
staging/20.0
staging/20.1
staging/20.2
staging/20.3
staging/21.0
staging/21.1
staging/21.2
staging/21.3
staging/22.0
staging/22.1
tess-use-io-semantics
virgl_fix_type_v1
The Mesa 3D Graphics Library (mirrored from https://gitlab.freedesktop.org/mesa/mesa)
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
brw_draw_upload.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-11
i965: Stop setting up a 1:1 "attrib" member in our vertex inputs.
Eric Anholt
1
-1
/
+1
2014-04-11
i965: Skip a bunch of IB BO refcount twiddling.
Eric Anholt
1
-13
/
+13
2014-03-26
i965: Massively simplify the intel_upload implementation.
Eric Anholt
1
-7
/
+3
2014-03-18
i965: Drop special case for edgeflag thanks to Marek's change to core.
Eric Anholt
1
-9
/
+0
2014-03-18
i965: Fix indentation in brw_upload_indices().
Kenneth Graunke
1
-19
/
+19
2014-03-18
i965: Consolidate code for setting brw->ib.start_vertex_offset.
Kenneth Graunke
1
-9
/
+6
2014-02-25
mesa: allow buffers to be mapped multiple times
Marek Olšák
1
-2
/
+3
2014-02-22
i965: Move the remaining driver debug over to stderr.
Eric Anholt
1
-4
/
+4
2014-01-31
i965: Rework vertex uploads for Broadwell.
Kenneth Graunke
1
-1
/
+2
2014-01-17
i965: Remove CACHED_BATCH support altogether.
Kenneth Graunke
1
-2
/
+2
2014-01-17
s/Tungsten Graphics/VMware/
José Fonseca
1
-2
/
+2
2013-12-05
i965: Drop trailing whitespace from the rest of the driver.
Kenneth Graunke
1
-6
/
+6
2013-12-03
Revert "i965: Move brw_emit_query_begin() to the render ring prelude."
Kenneth Graunke
1
-0
/
+2
2013-11-21
i965: Move brw_emit_query_begin() to the render ring prelude.
Kenneth Graunke
1
-2
/
+0
2013-11-12
i965: Add a warning if something ever hits a bug I noticed.
Eric Anholt
1
-0
/
+4
2013-11-08
i965: add support for UNSIGNED_INT_10F_11F_11F_REV vertex attribs
Chris Forbes
1
-0
/
+2
2013-10-23
i965: Try to avoid stalls on the GPU when doing glBufferSubData().
Eric Anholt
1
-3
/
+21
2013-10-23
i965: Drop intel_bufferobj_source().
Eric Anholt
1
-10
/
+4
2013-08-21
i965/gen7: Set MOCS L3 cacheability for IVB/BYT (v2)
Ville Syrjälä
1
-1
/
+1
2013-08-13
i965: Mark a few brw_draw_upload.c functions as non-static
Kenneth Graunke
1
-7
/
+9
2013-07-18
i965/hsw: Change L3 MOCS of 3DSTATE_VERTEX_BUFFERS
Chad Versace
1
-0
/
+3
2013-07-09
i965: Delete intel_context entirely.
Kenneth Graunke
1
-2
/
+2
2013-07-09
i965: Move intel_context::gen and gt fields to brw_context.
Kenneth Graunke
1
-22
/
+18
2013-07-09
i965: Move intel_context::is_<platform> flags to brw_context.
Kenneth Graunke
1
-8
/
+7
2013-07-09
i965: Move intel_context::perf_debug to brw_context.
Kenneth Graunke
1
-1
/
+0
2013-07-09
i965: Pass brw_context to functions rather than intel_context.
Kenneth Graunke
1
-12
/
+12
2013-06-26
i965: Be more careful with the interleaved user array upload optimization
Ian Romanick
1
-1
/
+17
2013-06-03
i965: Fix glColorPointer(GL_FIXED)
Chad Versace
1
-0
/
+8
2013-04-08
intel: Require kernel 2.6.39 for relaxed relocation support.
Kenneth Graunke
1
-2
/
+0
2013-02-11
i965: Add perf debug for a corner case.
Eric Anholt
1
-0
/
+3
2013-02-11
i965: Fix access mode of index buffer rebase.
Eric Anholt
1
-1
/
+1
2013-02-11
i965: Fix indentation of index buffer rebase code.
Eric Anholt
1
-9
/
+9
2013-01-25
i965: Pass in the glarray to get_surface_type.
Eric Anholt
1
-29
/
+22
2013-01-25
i965: Remove nonsense comment.
Eric Anholt
1
-2
/
+0
2013-01-25
i965: Remove NDEBUG undef that was snuck in.
Eric Anholt
1
-2
/
+0
2013-01-25
i965: reuse _mesa_sizeof_type for index buffer types.
Eric Anholt
1
-24
/
+2
2013-01-25
i965: Reuse precalculated ib_type_size value.
Eric Anholt
1
-1
/
+1
2013-01-25
i965: Drop debug check for knowing the size of a type.
Eric Anholt
1
-2
/
+1
2013-01-25
i965: Stop worrying about alignment of vertex data.
Eric Anholt
1
-7
/
+1
2013-01-25
i965: Use the glarray _ElementSize that Mesa tracks for us.
Eric Anholt
1
-6
/
+4
2013-01-07
i965: Support GL_FIXED and packed vertex formats natively on Haswell+.
Kenneth Graunke
1
-10
/
+50
2012-12-18
i965: Fix gl_VertexID when there are no other vertex inputs.
Paul Berry
1
-3
/
+3
2012-11-26
i965: support 2_10_10_10 formats in get_surface_type.
Chris Forbes
1
-1
/
+19
2012-11-26
i965: implement get_size for 2_10_10_10 formats
Chris Forbes
1
-0
/
+5
2012-11-04
i965: Fix uploading user vertex arrays with basevertex set.
Eric Anholt
1
-2
/
+2
2012-10-31
i965: Don't replicate data for zero-stride arrays when copying to VBOs.
Kenneth Graunke
1
-7
/
+6
2012-10-31
i965: Don't bother trying to extend the current vertex buffers.
Kenneth Graunke
1
-34
/
+0
2012-10-26
i965: Merge brw_prepare_query_begin() and brw_emit_query_begin().
Eric Anholt
1
-4
/
+1
2012-09-27
i965: Add a comment explaining one of the brw_draw_upload.c loops.
Eric Anholt
1
-0
/
+4
2012-09-27
i965: Remove broken non-interleaved-to-interleaved upload code.
Eric Anholt
1
-50
/
+2
[next]