| Commit message (Expand) | Author | Age | Files | Lines |
* | i965: texture fixes: bordered textures, fallback rendering | Robert Ellison | 2009-02-27 | 1 | -3/+31 |
* | i965: rename draw_regions -> color_regions | root | 2009-02-26 | 4 | -20/+20 |
* | mesa: replace old prog_instruction::Sampler field with Aux field | Brian Paul | 2009-02-26 | 3 | -10/+9 |
* | i965: whitespace/indentation fixes | Brian Paul | 2009-02-26 | 1 | -28/+24 |
* | i965: fix for RHW workaround | Xiang, Haihao | 2009-02-26 | 2 | -43/+99 |
* | i965: Rename CMD_CONST_BUFFER_STATE to the CS_URB_STATE used in the docs. | Eric Anholt | 2009-02-25 | 6 | -13/+14 |
* | i965: fix line stipple fallback for GL_LINE_STRIP primitives | Robert Ellison | 2009-02-23 | 1 | -1/+1 |
* | i965: Fix render target read domains. | Eric Anholt | 2009-02-21 | 1 | -2/+1 |
* | i965: use the new prog_instruction::TexShadow field | Brian Paul | 2009-02-20 | 5 | -6/+11 |
* | i965: check depth_mode in translate_tex_format() for MESA_FORMAT_S8_Z24 | Brian Paul | 2009-02-20 | 1 | -1/+9 |
* | i965: separate emit_op() and emit_tex_op() functions | Brian Paul | 2009-02-20 | 1 | -50/+63 |
* | i965: update comment, use const qualifier | Brian Paul | 2009-02-20 | 1 | -4/+2 |
* | i965: var renaming, clean-up | Brian Paul | 2009-02-20 | 1 | -13/+11 |
* | i965: added comment | Brian Paul | 2009-02-20 | 1 | -1/+1 |
* | i965: additional debug output | Brian Paul | 2009-02-20 | 1 | -0/+8 |
* | i965: Fix fallback on stencil drawing to fbo when the visual lacks stencil. | Eric Anholt | 2009-02-17 | 1 | -2/+2 |
* | intel: Clean up several 965 memory leaks on context destroy. | Eric Anholt | 2009-02-17 | 1 | -0/+3 |
* | i965: tell GLSL compiler to emit code using condition codes | Brian Paul | 2009-02-16 | 1 | -0/+3 |
* | i965: rewrite the code for handling shader subroutine calls | Brian Paul | 2009-02-13 | 6 | -64/+187 |
* | i965: add missing break for OPCODE_RET case | Brian Paul | 2009-02-13 | 1 | -0/+1 |
* | i965: the return value of translate_insn() is never used. Make it void. | Brian Paul | 2009-02-13 | 1 | -4/+3 |
* | i965: minor clean-ups | Brian Paul | 2009-02-13 | 1 | -27/+26 |
* | i965: code clean-ups, comments, and minor refactoring | Brian Paul | 2009-02-13 | 2 | -37/+65 |
* | i965: updated comments | Brian Paul | 2009-02-13 | 1 | -17/+37 |
* | i965: more reformatting/clean-up | Brian Paul | 2009-02-13 | 1 | -12/+10 |
* | i965: s/__inline/INLINE/ | Brian Paul | 2009-02-13 | 1 | -4/+4 |
* | i965: formatting and indentation fixes | Brian Paul | 2009-02-13 | 1 | -17/+16 |
* | i965: fix inconsistant indentation in brw_wm.c | Brian Paul | 2009-02-13 | 1 | -37/+39 |
* | i965: Remove brw->attribs now that we can just always look in the GLcontext. | Eric Anholt | 2009-02-02 | 19 | -182/+157 |
* | i965: Delete old metaops code now that there are no remaining consumers. | Eric Anholt | 2009-02-02 | 13 | -678/+23 |
* | i965: bump texture limit to 4kx4k | Keith Packard | 2009-01-30 | 1 | -4/+3 |
* | i965: formatting, comments, whitespace clean-ups | Brian Paul | 2009-01-30 | 1 | -33/+39 |
* | Remove stale symlinks to intel/intel_depthstencil.c | Ian Romanick | 2009-01-30 | 1 | -1/+0 |
* | i965: use bitfields in brw_sf_unit_key struct | Brian Paul | 2009-01-29 | 1 | -2/+5 |
* | i965: fix render to FBO/texture orientation bugs | Brian Paul | 2009-01-29 | 1 | -6/+7 |
* | i965: minor tweak: replace OPCODE_MOV with OPCODE_SWZ | Brian Paul | 2009-01-28 | 1 | -1/+1 |
* | i965: implement GL_EXT_texture_swizzle | Brian Paul | 2009-01-28 | 3 | -0/+26 |
* | i965: minor clean-up, comments, etc. | Brian Paul | 2009-01-28 | 1 | -15/+31 |
* | Merge commit 'origin/master' into texture_swizzle | Brian Paul | 2009-01-28 | 3 | -11/+23 |
|\ |
|
| * | i965: fix bug in pass0_precalc_mov() | Brian Paul | 2009-01-28 | 1 | -3/+11 |
| * | i965: minor comment additions/edits | Brian Paul | 2009-01-28 | 1 | -1/+6 |
| * | i965: remove pad field | Brian Paul | 2009-01-28 | 1 | -1/+0 |
| * | i965: widen per-texture bitfields for 16 texture image units | Brian Paul | 2009-01-28 | 1 | -5/+5 |
| * | i965: minor comments | Brian Paul | 2009-01-28 | 1 | -2/+2 |
* | | i965: minor improvements in brw_wm_populate_key() | Brian Paul | 2009-01-28 | 1 | -6/+6 |
|/ |
|
* | intel: replace i915/intel_state.c and i965/intel_state.c with shared file | Brian Paul | 2009-01-26 | 1 | -233/+1 |
* | intel: whitespace changes | Brian Paul | 2009-01-26 | 1 | -105/+105 |
* | intel: move some driver functions around | Brian Paul | 2009-01-26 | 1 | -17/+25 |
* | intel: asst. casts to silence warnings | Brian Paul | 2009-01-26 | 1 | -2/+2 |
* | intel: move intelInitExtensions() and related code into new intel_extensions.c | Brian Paul | 2009-01-26 | 2 | -0/+2 |