| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | i965: Replace a should-never-happen fallback with asserts where it matters. | Eric Anholt | 2011-11-11 | 1 | -11/+15 |
* | i965: Add support for integral vertex attributes. | Paul Berry | 2011-11-02 | 1 | -4/+65 |
* | i965: Move index buffer upload to emit() time. | Eric Anholt | 2011-10-29 | 1 | -2/+2 |
* | i965: Do a hack job of merging VB prepare()/emit() together. | Eric Anholt | 2011-10-29 | 1 | -1/+2 |
* | i965: Remove the validated BO list, now that it's unused. | Eric Anholt | 2011-10-29 | 1 | -6/+2 |
* | intel: Convert from GLboolean to 'bool' from stdbool.h. | Kenneth Graunke | 2011-10-18 | 1 | -3/+3 |
* | i965: Make sure to upload the data for a collection of Stride == 0 arrays. | Eric Anholt | 2011-10-01 | 1 | -1/+18 |
* | i965: Only map the necessary buffer range in brw_prepare_indices | Ian Romanick | 2011-08-23 | 1 | -3/+2 |
* | mesa: Eliminate dd_function_table::MapBuffer | Ian Romanick | 2011-08-23 | 1 | -1/+5 |