| Commit message (Expand) | Author | Age | Files | Lines |
* | i965: fix vb aperture space check | Dave Airlie | 2008-04-18 | 1 | -4/+8 |
* | 965: fix vb upload size check | Dave Airlie | 2008-04-18 | 1 | -3/+5 |
* | i965: fix gs_prog aperture check | Dave Airlie | 2008-04-18 | 1 | -2/+4 |
* | i965: initial attempt at fixing the aperture overflow | Dave Airlie | 2008-04-18 | 24 | -126/+340 |
* | Revert "[i965] renable regative rhw test" | Xiang, Haihao | 2008-04-17 | 3 | -12/+16 |
* | i965: depth offset on glPolygonMode(GL_LINE/GL_POINT) | Xiang, Haihao | 2008-03-28 | 1 | -2/+2 |
* | [965] Fix massively broken state cache dirty flagging. | Michal Wajdeczko | 2008-03-26 | 1 | -2/+6 |
* | [965] Don't let the negate flags of src0 affect 1 constants in precalc_dst/lit | Eric Anholt | 2008-03-26 | 1 | -14/+21 |
* | [965] Correctly set read mask for OPCODE_SWZ in pass1. | Michal Wajdeczko | 2008-03-26 | 1 | -1/+1 |
* | [965] Clean up whitespace and dead code from do_unfilled change. | Eric Anholt | 2008-03-26 | 1 | -11/+6 |
* | [965] Avoid emitting dead code for DPx/math instructions. | Michal Wajdeczko | 2008-03-21 | 1 | -0/+15 |
* | [965] Improve pinterp performance by delaying reads of just-written regs. | Michal Wajdeczko | 2008-03-21 | 1 | -0/+4 |
* | [965] Fix negating of unsigned value in emit_wpos_xy. | Michal Wajdeczko | 2008-03-21 | 1 | -1/+1 |
* | [965] Add MVP code for position invariant vertex programs. | Michal Wajdeczko | 2008-03-21 | 1 | -0/+3 |
* | [965] Shuffle state flags to match the order we initialize them in. | Michal Wajdeczko | 2008-03-21 | 1 | -2/+2 |
* | [i965] multiple rendering target fix | Zou Nan hai | 2008-03-21 | 2 | -10/+29 |
* | [965] Initialize region surface key structure padding. | Eric Anholt | 2008-03-19 | 1 | -0/+2 |
* | Revert "[i965] make stipple pattern continue across GL_LINE_LOOP and GL_LINE_... | Zou Nan hai | 2008-03-18 | 2 | -3/+3 |
* | [i965] make stipple pattern continue across GL_LINE_LOOP and GL_LINE_STRIP | Zou Nan hai | 2008-03-18 | 2 | -3/+3 |
* | [965] Fix fp temp reg release code to not usually release all temps. | Andrzej Trznadel | 2008-03-17 | 1 | -2/+2 |
* | [i965] round pointsize to nearest int according to spec | Zou Nan hai | 2008-03-17 | 1 | -2/+2 |
* | [i965] fix wpos height 1 pixel higher | Zou Nan hai | 2008-03-17 | 2 | -2/+2 |
* | intel: fix abort issue with shadowtex demo when use | Xiang, Haihao | 2008-03-14 | 1 | -0/+3 |
* | [i965] multiple rendering target support | Zou Nan hai | 2008-03-13 | 11 | -80/+102 |
* | [i965] fix fd.o bug #11471 and #11478 | Zou Nan hai | 2008-03-07 | 3 | -8/+23 |
* | i965: Fix double free issue to pass glean/maskedClear test | Xiang, Haihao | 2008-03-06 | 1 | -0/+1 |
* | i965:fix segfault issue when clearing the window which | Xiang, Haihao | 2008-03-06 | 1 | -1/+2 |
* | i965: use _Current pointer instead of Current pointer. | Xiang, Haihao | 2008-02-29 | 3 | -23/+5 |
* | [965] Fix conditional sequencing to allow the frame_buffer_texobj case. | Eric Anholt | 2008-02-28 | 1 | -8/+6 |
* | [965] Bug #9151: make fragment.position return window coords not screen coords. | Eric Anholt | 2008-02-28 | 4 | -22/+54 |
* | [965] Fix serious copy'n'paste failure in brw state dumping. | Eric Anholt | 2008-02-28 | 1 | -3/+3 |
* | intel: Always use intelInitExtensions() for initializing extensions. | Kristian Høgsberg | 2008-02-27 | 1 | -15/+0 |
* | i965: Setup framebuffer texture in meta_draw_region. | Kristian Høgsberg | 2008-02-26 | 4 | -7/+12 |
* | [965] Don't segfault on INTEL_DEBUG=batch when a surface buffer is NULL. | Eric Anholt | 2008-02-26 | 1 | -0/+4 |
* | [965] remove dead brw_parameter_list_state_flags. | Eric Anholt | 2008-02-26 | 1 | -80/+0 |
* | intel: Add missing include file to silence last couple of warnings. | Kristian Høgsberg | 2008-02-25 | 1 | -0/+1 |
* | i965: fix assertion failure caused by commit dd1d66fc4ab5d7064113a2017a431c34... | Xiang, Haihao | 2008-02-25 | 1 | -0/+3 |
* | intel: Merge intel_context.c from i915 and i965. | Kristian Høgsberg | 2008-02-22 | 2 | -831/+14 |
* | Merge {i915,i965}/intel_context.h as intel/intel_context.h | Kristian Høgsberg | 2008-02-22 | 5 | -454/+7 |
* | Use drm_i915_sarea instead of drmI830Sarea and remove i830_common.h | Alan Hourihane | 2008-02-22 | 2 | -11/+10 |
* | fix compile for previous commit | Zou Nan hai | 2008-02-19 | 1 | -1/+1 |
* | [i965] fix broken glsl texdemo1 | Zou Nan hai | 2008-02-19 | 1 | -1/+8 |
* | i965: don't swizzle fogcoord if FogOption is FOG_NONE. | Xiang, Haihao | 2008-02-15 | 1 | -0/+5 |
* | i965: use setup attributes as inputs when allocating registers | Xiang, Haihao | 2008-02-14 | 3 | -3/+4 |
* | [i965] flip point sprite | Zou Nan hai | 2008-02-14 | 1 | -2/+2 |
* | [i965] gl_FrontFacing support | Zou Nan hai | 2008-02-14 | 1 | -0/+30 |
* | i965: remove unused hal hooks | Dave Airlie | 2008-02-14 | 5 | -114/+0 |
* | [965] Fix ARB_occlusion_query from intel_screen.c merge. | Eric Anholt | 2008-02-13 | 1 | -3/+5 |
* | [intel] Fix 965 rendering with non-TTM by merging intel_ioctl between 915/965. | Eric Anholt | 2008-02-13 | 1 | -200/+1 |
* | [965] Remove stale brw_state_cache.c comment and function export. | Eric Anholt | 2008-02-12 | 2 | -33/+12 |