| Commit message (Expand) | Author | Age | Files | Lines |
* | intel: use _mesa_is_winsys/user_fbo() helpers | Brian Paul | 2012-05-01 | 1 | -1/+3 |
* | i965: handle gl_PointCoord for Gen4 and Gen5 platforms | Yuanhan Liu | 2012-03-07 | 1 | -5/+25 |
* | i965: Move VUE map computation to once at VS compile time. | Eric Anholt | 2012-02-21 | 1 | -1/+1 |
* | i965: Make the userclip flag for the VUE map come from VS prog data. | Eric Anholt | 2012-02-21 | 1 | -1/+1 |
* | i965: Move program compile to emit() time. | Eric Anholt | 2011-10-29 | 1 | -2/+3 |
* | intel: Convert from GLboolean to 'bool' from stdbool.h. | Kenneth Graunke | 2011-10-18 | 1 | -4/+4 |
* | i965: Make brw_compute_vue_map's userclip dependency a boolean. | Paul Berry | 2011-10-06 | 1 | -2/+2 |
* | mesa: Create _mesa_bitcount_64() to replace i965's brw_count_bits() | Paul Berry | 2011-10-06 | 1 | -1/+1 |
* | i965: Remove two_side_color from brw_compute_vue_map(). | Paul Berry | 2011-09-06 | 1 | -2/+1 |
* | i965: SF: Remove unnecessary variables. | Paul Berry | 2011-09-06 | 1 | -4/+2 |
* | i965: SF: Remove attr_to_idx and idx_to_attr. | Paul Berry | 2011-09-06 | 1 | -11/+1 |
* | i965: SF: Modify calculate_point_sprite_mask to use the VUE map. | Paul Berry | 2011-09-06 | 1 | -1/+7 |
* | i965: Fix Android build by removing relative includes | Chad Versace | 2011-08-30 | 1 | -1/+1 |
* | i965: Use state streaming on programs, and state base address on gen5+. | Eric Anholt | 2011-06-18 | 1 | -13/+9 |
* | i965: Remove linear_color for GL_PERSPECTIVE_CORRECTION_HINT. | Eric Anholt | 2011-05-26 | 1 | -3/+0 |
* | i965: Get a ralloc context into brw_compile. | Kenneth Graunke | 2011-05-17 | 1 | -1/+6 |
* | i965: Remove dead entrypoints to state cache, rename the one that's left. | Eric Anholt | 2011-04-29 | 1 | -8/+5 |
* | intel: Annotate debug printout checks with unlikely(). | Eric Anholt | 2010-11-03 | 1 | -1/+1 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -1/+1 |
* | intel: Change dri_bo_* to drm_intel_bo* to consistently use new API. | Eric Anholt | 2010-06-08 | 1 | -2/+2 |
* | i965: Fix point coordinate replacement after airlied's ffvertex changes. | Eric Anholt | 2010-05-17 | 1 | -0/+1 |
* | i965: Add SF program disasm under INTEL_DEBUG=sf. | Eric Anholt | 2010-05-17 | 1 | -0/+9 |
* | i965: Fix up the handling of point sprite coordinate replacement. | Eric Anholt | 2010-03-08 | 1 | -10/+11 |
* | i965: Allow for variable-sized auxdata in the state cache. | Eric Anholt | 2010-01-19 | 1 | -6/+7 |
* | Merge branch 'outputswritten64' | Ian Romanick | 2009-11-17 | 1 | -3/+3 |
* | i965: make brw_sf_prog_key::sprite_origin_lower_left one bit | Brian Paul | 2009-10-29 | 1 | -1/+1 |
* | i965: interpolate colors with perspective correction by default | Brian Paul | 2009-06-12 | 1 | -1/+4 |
* | i965: fix polygon face orientation when rendering to FBO | Robert Ellison | 2009-03-11 | 1 | -2/+8 |
* | i965: Remove brw->attribs now that we can just always look in the GLcontext. | Eric Anholt | 2009-02-02 | 1 | -6/+8 |
* | i965: fix indentation | Brian Paul | 2009-01-14 | 1 | -5/+6 |
* | mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te... | Brian Paul | 2008-09-18 | 1 | -3/+3 |
* | Revert "Revert "Merge branch 'drm-gem'"" | Dave Airlie | 2008-08-24 | 1 | -2/+1 |
* | Revert "Merge branch 'drm-gem'" | Dave Airlie | 2008-08-24 | 1 | -1/+2 |
* | intel-gem: Update to new check_aperture API for classic mode. | Eric Anholt | 2008-08-08 | 1 | -2/+1 |
* | i965: initial attempt at fixing the aperture overflow | Dave Airlie | 2008-04-18 | 1 | -2/+3 |
* | i965: use setup attributes as inputs when allocating registers | Xiang, Haihao | 2008-02-14 | 1 | -2/+0 |
* | i965: new integrated graphics chipset support | Xiang, Haihao | 2008-01-29 | 1 | -1/+1 |
* | i965: allocate GRF registers before building subroutines, | Xiang, Haihao | 2007-12-19 | 1 | -4/+4 |
* | [965] Replace the state cache suballocator with direct dri_bufmgr use. | Eric Anholt | 2007-12-14 | 1 | -20/+13 |
* | Revert "[965] Add missing flagging of new stage programs for updating stage s... | Eric Anholt | 2007-12-05 | 1 | -19/+13 |
* | [965] Add missing flagging of new stage programs for updating stage state. | Eric Anholt | 2007-12-05 | 1 | -13/+19 |
* | i965: revert commit 1a15b2169ba6cb100627eb525a20a00537cfb6f0, | Xiang, Haihao | 2007-09-12 | 1 | -1/+1 |
* | i965: only take non-varying attribute into account when | Xiang, Haihao | 2007-09-05 | 1 | -1/+1 |
* | ARB sprite point support on i965 | Zou Nan hai | 2007-07-30 | 1 | -3/+12 |
* | Add Intel i965G/Q DRI driver. | Eric Anholt | 2006-08-09 | 1 | -0/+188 |