summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965
Commit message (Expand)AuthorAgeFilesLines
* i965: texture fixes: bordered textures, fallback renderingRobert Ellison2009-02-271-3/+31
* i965: rename draw_regions -> color_regionsroot2009-02-264-20/+20
* mesa: replace old prog_instruction::Sampler field with Aux fieldBrian Paul2009-02-263-10/+9
* i965: whitespace/indentation fixesBrian Paul2009-02-261-28/+24
* i965: fix for RHW workaroundXiang, Haihao2009-02-262-43/+99
* i965: Rename CMD_CONST_BUFFER_STATE to the CS_URB_STATE used in the docs.Eric Anholt2009-02-256-13/+14
* i965: fix line stipple fallback for GL_LINE_STRIP primitivesRobert Ellison2009-02-231-1/+1
* i965: Fix render target read domains.Eric Anholt2009-02-211-2/+1
* i965: use the new prog_instruction::TexShadow fieldBrian Paul2009-02-205-6/+11
* i965: check depth_mode in translate_tex_format() for MESA_FORMAT_S8_Z24Brian Paul2009-02-201-1/+9
* i965: separate emit_op() and emit_tex_op() functionsBrian Paul2009-02-201-50/+63
* i965: update comment, use const qualifierBrian Paul2009-02-201-4/+2
* i965: var renaming, clean-upBrian Paul2009-02-201-13/+11
* i965: added commentBrian Paul2009-02-201-1/+1
* i965: additional debug outputBrian Paul2009-02-201-0/+8
* i965: Fix fallback on stencil drawing to fbo when the visual lacks stencil.Eric Anholt2009-02-171-2/+2
* intel: Clean up several 965 memory leaks on context destroy.Eric Anholt2009-02-171-0/+3
* i965: tell GLSL compiler to emit code using condition codesBrian Paul2009-02-161-0/+3
* i965: rewrite the code for handling shader subroutine callsBrian Paul2009-02-136-64/+187
* i965: add missing break for OPCODE_RET caseBrian Paul2009-02-131-0/+1
* i965: the return value of translate_insn() is never used. Make it void.Brian Paul2009-02-131-4/+3
* i965: minor clean-upsBrian Paul2009-02-131-27/+26
* i965: code clean-ups, comments, and minor refactoringBrian Paul2009-02-132-37/+65
* i965: updated commentsBrian Paul2009-02-131-17/+37
* i965: more reformatting/clean-upBrian Paul2009-02-131-12/+10
* i965: s/__inline/INLINE/Brian Paul2009-02-131-4/+4
* i965: formatting and indentation fixesBrian Paul2009-02-131-17/+16
* i965: fix inconsistant indentation in brw_wm.cBrian Paul2009-02-131-37/+39
* i965: Remove brw->attribs now that we can just always look in the GLcontext.Eric Anholt2009-02-0219-182/+157
* i965: Delete old metaops code now that there are no remaining consumers.Eric Anholt2009-02-0213-678/+23
* i965: bump texture limit to 4kx4kKeith Packard2009-01-301-4/+3
* i965: formatting, comments, whitespace clean-upsBrian Paul2009-01-301-33/+39
* Remove stale symlinks to intel/intel_depthstencil.cIan Romanick2009-01-301-1/+0
* i965: use bitfields in brw_sf_unit_key structBrian Paul2009-01-291-2/+5
* i965: fix render to FBO/texture orientation bugsBrian Paul2009-01-291-6/+7
* i965: minor tweak: replace OPCODE_MOV with OPCODE_SWZBrian Paul2009-01-281-1/+1
* i965: implement GL_EXT_texture_swizzleBrian Paul2009-01-283-0/+26
* i965: minor clean-up, comments, etc.Brian Paul2009-01-281-15/+31
* Merge commit 'origin/master' into texture_swizzleBrian Paul2009-01-283-11/+23
|\
| * i965: fix bug in pass0_precalc_mov()Brian Paul2009-01-281-3/+11
| * i965: minor comment additions/editsBrian Paul2009-01-281-1/+6
| * i965: remove pad fieldBrian Paul2009-01-281-1/+0
| * i965: widen per-texture bitfields for 16 texture image unitsBrian Paul2009-01-281-5/+5
| * i965: minor commentsBrian Paul2009-01-281-2/+2
* | i965: minor improvements in brw_wm_populate_key()Brian Paul2009-01-281-6/+6
|/
* intel: replace i915/intel_state.c and i965/intel_state.c with shared fileBrian Paul2009-01-261-233/+1
* intel: whitespace changesBrian Paul2009-01-261-105/+105
* intel: move some driver functions aroundBrian Paul2009-01-261-17/+25
* intel: asst. casts to silence warningsBrian Paul2009-01-261-2/+2
* intel: move intelInitExtensions() and related code into new intel_extensions.cBrian Paul2009-01-262-0/+2