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: 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
*
i965: Pass brw_context to functions rather than intel_context.
Kenneth Graunke
2013-07-09
1
-12
/
+12
*
i965: Be more careful with the interleaved user array upload optimization
Ian Romanick
2013-06-26
1
-1
/
+17
*
i965: Fix glColorPointer(GL_FIXED)
Chad Versace
2013-06-03
1
-0
/
+8
*
intel: Require kernel 2.6.39 for relaxed relocation support.
Kenneth Graunke
2013-04-08
1
-2
/
+0
*
i965: Add perf debug for a corner case.
Eric Anholt
2013-02-11
1
-0
/
+3
*
i965: Fix access mode of index buffer rebase.
Eric Anholt
2013-02-11
1
-1
/
+1
*
i965: Fix indentation of index buffer rebase code.
Eric Anholt
2013-02-11
1
-9
/
+9
*
i965: Pass in the glarray to get_surface_type.
Eric Anholt
2013-01-25
1
-29
/
+22
*
i965: Remove nonsense comment.
Eric Anholt
2013-01-25
1
-2
/
+0
*
i965: Remove NDEBUG undef that was snuck in.
Eric Anholt
2013-01-25
1
-2
/
+0
*
i965: reuse _mesa_sizeof_type for index buffer types.
Eric Anholt
2013-01-25
1
-24
/
+2
*
i965: Reuse precalculated ib_type_size value.
Eric Anholt
2013-01-25
1
-1
/
+1
*
i965: Drop debug check for knowing the size of a type.
Eric Anholt
2013-01-25
1
-2
/
+1
*
i965: Stop worrying about alignment of vertex data.
Eric Anholt
2013-01-25
1
-7
/
+1
*
i965: Use the glarray _ElementSize that Mesa tracks for us.
Eric Anholt
2013-01-25
1
-6
/
+4
*
i965: Support GL_FIXED and packed vertex formats natively on Haswell+.
Kenneth Graunke
2013-01-07
1
-10
/
+50
*
i965: Fix gl_VertexID when there are no other vertex inputs.
Paul Berry
2012-12-18
1
-3
/
+3
*
i965: support 2_10_10_10 formats in get_surface_type.
Chris Forbes
2012-11-26
1
-1
/
+19
*
i965: implement get_size for 2_10_10_10 formats
Chris Forbes
2012-11-26
1
-0
/
+5
*
i965: Fix uploading user vertex arrays with basevertex set.
Eric Anholt
2012-11-04
1
-2
/
+2
*
i965: Don't replicate data for zero-stride arrays when copying to VBOs.
Kenneth Graunke
2012-10-31
1
-7
/
+6
*
i965: Don't bother trying to extend the current vertex buffers.
Kenneth Graunke
2012-10-31
1
-34
/
+0
*
i965: Merge brw_prepare_query_begin() and brw_emit_query_begin().
Eric Anholt
2012-10-26
1
-4
/
+1
*
i965: Add a comment explaining one of the brw_draw_upload.c loops.
Eric Anholt
2012-09-27
1
-0
/
+4
*
i965: Remove broken non-interleaved-to-interleaved upload code.
Eric Anholt
2012-09-27
1
-50
/
+2
*
i965: Fix primitive restart on Haswell.
Kenneth Graunke
2012-09-06
1
-1
/
+1
*
i965: Drop the old sw fallback for position array being disabled.
Eric Anholt
2012-08-28
1
-7
/
+0
*
i965/gen6+: Add support for edge flags.
Eric Anholt
2012-08-09
1
-4
/
+46
*
i965/vs: Convert EdgeFlagPointer values appropriately for the VS on gen4.
Eric Anholt
2012-08-09
1
-0
/
+10
*
i965: enable ARB_instanced_arrays extension
Jordan Justen
2012-06-27
1
-7
/
+36
*
i965: add flag to enable cut_index
Jordan Justen
2012-05-23
1
-1
/
+8
*
i965: Disable PrimitiveID upload.
Kenneth Graunke
2012-02-29
1
-1
/
+1
*
mesa: Make gl_program::InputsRead 64 bits.
Mathias Fröhlich
2011-11-29
1
-3
/
+3
*
i965: Add support for gl_VertexID and gl_InstanceID.
Eric Anholt
2011-11-11
1
-5
/
+31
[next]