| Commit message (Expand) | Author | Age | Files | Lines |
* | i965: Rename intel_emit* to reflect their new location in brw_pipe_control | Chris Wilson | 2015-06-24 | 1 | -3/+3 |
* | i965/blorp: Prepare drawing rectangle for flipped coordinates | Topi Pohjolainen | 2015-04-30 | 1 | -2/+2 |
* | i965/blorp: Add support for layered rendering | Topi Pohjolainen | 2015-04-30 | 1 | -1/+1 |
* | i965/blorp: Allow blend state to be set for multiple render targets | Topi Pohjolainen | 2015-04-30 | 1 | -11/+11 |
* | i965/blorp: Prepare for attributes other than render position | Topi Pohjolainen | 2015-04-30 | 1 | -2/+3 |
* | i965/blorp: Remove unused arguments | Topi Pohjolainen | 2015-04-30 | 1 | -13/+7 |
* | i965/blorp: Allow caller to provide sampler settings | Topi Pohjolainen | 2015-04-30 | 1 | -6/+9 |
* | i965/blorp: Refactor vertex buffer state setup | Topi Pohjolainen | 2015-04-30 | 1 | -26/+34 |
* | i965/hiz: Start to separate miptree out from hiz buffers | Jordan Justen | 2015-03-09 | 1 | -1/+1 |
* | i965: Do Sandybridge workaround flushes before each primitive. | Kenneth Graunke | 2015-02-17 | 1 | -20/+11 |
* | i965/gen6/gs: Set brw->gs.enabled to FALSE in gen6_blorp_emit_gs_disable() | Samuel Iglesias Gonsalvez | 2014-09-19 | 1 | -0/+1 |
* | i965/gen6: Stencil/hiz needs an offset for LOD > 0 | Jordan Justen | 2014-08-15 | 1 | -1/+9 |
* | i965/gen6 depth surface: program 3DSTATE_DEPTH_BUFFER to top of surface | Jordan Justen | 2014-08-15 | 1 | -49/+22 |
* | i965/gen6 blorp depth: calculate base surface width/height | Jordan Justen | 2014-08-15 | 1 | -0/+13 |
* | i965/gen6 depth surface: calculate minimum array element being rendered | Jordan Justen | 2014-08-15 | 1 | -0/+2 |
* | i965/gen6 depth surface: calculate LOD being rendered to | Jordan Justen | 2014-08-15 | 1 | -0/+3 |
* | i965/gen6 depth surface: calculate depth (array size) for depth surface | Jordan Justen | 2014-08-15 | 1 | -0/+2 |
* | i965/gen6 depth surface: calculate more specific surface type | Jordan Justen | 2014-08-15 | 1 | -0/+17 |
* | i965: Make BLORP use brw_emit_sampler_state(). | Kenneth Graunke | 2014-08-02 | 1 | -37/+28 |
* | i965/blorp: Don't set min_mag_neq bit in Gen6 SAMPLER_STATE. | Kenneth Graunke | 2014-08-02 | 1 | -2/+0 |
* | i965: Use unreachable() instead of unconditional assert(). | Matt Turner | 2014-07-01 | 1 | -2/+1 |
* | i965: Drop use of intel_region from miptrees. | Eric Anholt | 2014-05-01 | 1 | -10/+10 |
* | i965: Move intel_region_get_aligned_offset() to be a miptree function. | Eric Anholt | 2014-05-01 | 1 | -9/+9 |
* | i965/blorp: do not use unnecessary hw-blending support | Topi Pohjolainen | 2014-02-04 | 1 | -20/+0 |
* | i965: Use the new drm_intel_bo offset64 field. | Kenneth Graunke | 2014-01-20 | 1 | -2/+2 |
* | i965/gen6/blorp: Remove redundant HiZ workaround | Chad Versace | 2014-01-09 | 1 | -14/+0 |
* | i965/gen6/blorp: Set need_workaround_flush at top of blorp | Chad Versace | 2014-01-09 | 1 | -1/+3 |
* | i965/gen6/blorp: Set need_workaround_flush immediately after primitive | Chad Versace | 2014-01-09 | 1 | -0/+3 |
* | i965/gen6: Fix HiZ hang in WebGL Google Maps | Chad Versace | 2013-12-20 | 1 | -0/+15 |
* | i965/blorp: Get rid of redundant num_samples blorp param. | Paul Berry | 2013-12-09 | 1 | -4/+6 |
* | i965: refactor sample mask calculation | Chris Forbes | 2013-12-07 | 1 | -1/+1 |
* | i965: Drop trailing whitespace from the rest of the driver. | Kenneth Graunke | 2013-12-05 | 1 | -2/+2 |
* | i965: Avoid flushing the batch for every blorp op. | Eric Anholt | 2013-11-07 | 1 | -12/+0 |
* | i965: Also emit HiZ and Stencil packets when disabling depth on Gen6. | Kenneth Graunke | 2013-10-28 | 1 | -0/+12 |
* | i965: Also guard 3DSTATE_DRAWING_RECTANGLE with a flush in blorp. | Kenneth Graunke | 2013-10-28 | 1 | -0/+3 |
* | i965: Directly call intel_batchbuffer_flush() after i915 split. | Eric Anholt | 2013-08-30 | 1 | -3/+1 |
* | i965/gen7: Set MOCS L3 cacheability for IVB/BYT (v2) | Ville Syrjälä | 2013-08-21 | 1 | -2/+2 |
* | i965/hsw: Populate MOCS for STATE_BASE_ADDRESS (v2) | Ville Syrjälä | 2013-08-21 | 1 | -1/+6 |
* | i965: Add Gen6 depth stall flushes before disabling depth in BLORP. | Kenneth Graunke | 2013-08-16 | 1 | -0/+3 |
* | i965/hsw: Change L3 MOCS of 3DSTATE_VERTEX_BUFFERS | Chad Versace | 2013-07-18 | 1 | -0/+3 |
* | i965: Remove old BSpec reference from BLORP's 3DSTATE_WM/PS packets. | Kenneth Graunke | 2013-07-15 | 1 | -3/+3 |
* | i965: Update workaround flush comments for Gen6 3DSTATE_VS. | Kenneth Graunke | 2013-07-15 | 1 | -1/+1 |
* | 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 | -7/+3 |
* | i965: Move intel_context::batch to brw_context. | Kenneth Graunke | 2013-07-09 | 1 | -7/+5 |
* | i965: Pass brw_context to functions rather than intel_context. | Kenneth Graunke | 2013-07-09 | 1 | -34/+4 |
* | i965: Replace intel_state.c enums with those from brw_defines.h. | Kenneth Graunke | 2013-07-03 | 1 | -1/+1 |
* | i965/gen7+: Create an enum for keeping track of fast color clear state. | Paul Berry | 2013-06-12 | 1 | -0/+1 |
* | i965: Don't emit PIPELINE_SELECT from BLORP. | Kenneth Graunke | 2013-06-10 | 1 | -19/+0 |
* | i965: Disable pixel statistics in BLORP. | Kenneth Graunke | 2013-05-20 | 1 | -1/+0 |