| Commit message (Expand) | Author | Age | Files | Lines |
* | i965: Fix GLSL FS DPH to return the right value instead of src0.w * src1.w. | Eric Anholt | 2009-01-09 | 1 | -1/+1 |
* | i965: Remove worrisome comment about _NEW_PROGRAM signaling fp change. | Eric Anholt | 2009-01-09 | 1 | -4/+0 |
* | i965: Remove dead brw_vs_tnl.c | Eric Anholt | 2009-01-09 | 3 | -61/+0 |
* | i965: allow gl_FragData[0] usage when there's only one color buffer | Brian Paul | 2009-01-09 | 1 | -2/+9 |
* | i965: init dst reg RelAddr field to zero | Brian Paul | 2009-01-09 | 1 | -1/+2 |
* | i965: Note when we drop saturate mode on the floor in a VP. | Eric Anholt | 2009-01-09 | 1 | -0/+5 |
* | i965: Add support for LRP in VPs. | Eric Anholt | 2009-01-09 | 1 | -0/+42 |
* | i965: implement OPCODE_TRUNC (round toward zero) on vertex path. | Brian Paul | 2009-01-05 | 4 | -1/+7 |
* | i965: increase number of texture samplers to 16 | Brian Paul | 2009-01-01 | 2 | -3/+5 |
* | i965: comments, clean-ups, re-order some functions | Brian Paul | 2009-01-01 | 1 | -34/+54 |
* | i965: added OPCODE_NRM3/4 | Brian Paul | 2009-01-01 | 1 | -0/+3 |
* | i965: fix comment | Brian Paul | 2009-01-01 | 1 | -1/+1 |
* | i965: indentation and formatting fixes | Brian Paul | 2009-01-01 | 1 | -45/+36 |
* | i965: implement OPCODE_NRM3/NRM4 | Brian Paul | 2009-01-01 | 1 | -3/+33 |
* | i965: whitespace, comment changes | Brian Paul | 2009-01-01 | 1 | -26/+11 |
* | 965 / GLSL: Use full precision for EXP instruction | Ian Romanick | 2008-12-19 | 1 | -1/+1 |
* | i965: Update state before checking for fallbacks in brw_try_draw_prims. | Eric Anholt | 2008-12-15 | 1 | -2/+2 |
* | i965: Finish OPCODE_NOISEn instructions. | Gary Wong | 2008-12-13 | 1 | -14/+437 |
* | i965: Fix failure to upload new constant data when changing programs. | Eric Anholt | 2008-12-03 | 4 | -10/+2 |
* | i965: Fix stray character that the compile whined about. | Eric Anholt | 2008-12-03 | 1 | -0/+0 |
* | i965: Add a new state flag BRW_NEW_NR_SURFACES instead of CACHE_NEW_SURFACE | Eric Anholt | 2008-11-28 | 3 | -4/+10 |
* | i965: Fix clashing enums for BRW_NEW_INDICES/VERTICES versus BATCH/DEPTH_BUFFER. | Eric Anholt | 2008-11-28 | 1 | -4/+4 |
* | i965: Remove BRW_WM_LOCK dirty bit, introduced to work around lack of relocs. | Eric Anholt | 2008-11-28 | 4 | -6/+1 |
* | i965: Add debug code for dumping how frequently different dirty bits are set. | Eric Anholt | 2008-11-28 | 1 | -0/+126 |
* | i915: Remove dead early z enable bit which was always on. | Eric Anholt | 2008-11-28 | 3 | -66/+1 |
* | i965: Reduce fast-pathiness of brw_try_draw_prims, bringing in important checks. | Eric Anholt | 2008-11-28 | 1 | -51/+52 |
* | i915: Don't overwrite i915's Viewport function from generic code. | Eric Anholt | 2008-11-21 | 1 | -0/+2 |
* | i965: Upload state on primitive switch, don't just prepare it. | Eric Anholt | 2008-11-12 | 1 | -0/+1 |
* | i965: Fix VB refcount leak on aperture overflow. | Eric Anholt | 2008-11-12 | 1 | -0/+1 |
* | i965: Fix up VS max_threads for G4X and removing a magic number. | Eric Anholt | 2008-11-12 | 1 | -2/+14 |
* | i965: Fix up SF max_threads. | Eric Anholt | 2008-11-12 | 1 | -1/+2 |
* | i965: Fix up clip min_nr_entries, preferred_nr_entries, and max_threads. | Eric Anholt | 2008-11-12 | 2 | -2/+16 |
* | i965: Update WM maximum threads for G4X. | Eric Anholt | 2008-11-12 | 1 | -2/+7 |
* | i965: Add a big comment explaining my understanding of URB management. | Eric Anholt | 2008-11-12 | 1 | -1/+38 |
* | mesa: rename OPCODE_INT -> OPCODE_TRUNC | Brian Paul | 2008-11-06 | 1 | -4/+4 |
* | i965: Always check vertex program. | Xiang, Haihao | 2008-11-06 | 1 | -1/+4 |
* | i965: Implement missing OPCODE_NOISE3 instruction in fragment shaders. | Gary Wong | 2008-11-05 | 2 | -10/+335 |
* | i965: Clean up stale NDC comment. | Eric Anholt | 2008-11-02 | 1 | -2/+1 |
* | i965: Avoid vs header computation for negative rhw on G4X. | Eric Anholt | 2008-11-02 | 1 | -3/+3 |
* | i965: Merge GM45 into the G4X chipset define. | Eric Anholt | 2008-11-02 | 8 | -22/+21 |
* | i965: Fix copy'n'paste issue that made brw->urb.constrained useless. | Eric Anholt | 2008-11-02 | 1 | -3/+7 |
* | Fix for 58dc8b7: dest regions must not use HorzStride 0 in ExecSize 1 | Keith Packard | 2008-11-01 | 1 | -0/+4 |
* | i965: implement the missing OPCODE_NOISE1 and OPCODE_NOISE2 instructions. | Gary Wong | 2008-10-31 | 2 | -3/+405 |
* | i965: support destination horiz strides in align1 access mode. | Gary Wong | 2008-10-31 | 2 | -3/+3 |
* | i965: Fix check_aperture calls to cover everything needed for the prim at once. | Eric Anholt | 2008-10-28 | 9 | -81/+133 |
* | intel: Don't keep intel->pClipRects, and instead just calculate it when needed. | Eric Anholt | 2008-10-28 | 4 | -13/+39 |
* | i965: Allocate temporaries contiguously with other regs in fragment shaders. | Gary Wong | 2008-10-28 | 2 | -3/+7 |
* | i965: Fix compiler warning from unused var. | Eric Anholt | 2008-10-27 | 1 | -1/+0 |
* | i965: Remove dead brw->wrap flag. | Eric Anholt | 2008-10-27 | 3 | -6/+0 |
* | i965: don't emit state when dri_bufmgr_check_aperture_space fails. | Xiang, Haihao | 2008-10-24 | 2 | -4/+12 |