radeon: add support for new ttm
[mesa.git] / src / mesa / drivers / dri / i965 /
2009-03-23 Dave AirlieMerge branch 'radeon-fbo-hacking' into radeon-rewrite
2009-03-22 Dave AirlieMerge remote branch 'origin/master' into HEAD
2009-03-20 Eric AnholtFix DRI2 accelerated EXT_texture_from_pixmap with GL_RG...
2009-03-20 Dave AirlieMerge remote branch 'main/master' into radeon-rewrite
2009-03-13 Brian Pauli965: more register number assertions
2009-03-13 Brian Pauli965: add some register number assertions
2009-03-13 Brian Pauli965: remove unused PROGRAM_INTERNAL_PARAM, added comment
2009-03-13 Brian Pauli965: move declarations before code
2009-03-13 Brian Pauli965: debug code, use gl_register_file type
2009-03-13 Brian Pauli965: move declaration before code
2009-03-13 Brian Pauli965: fix const correctness
2009-03-13 Brian Pauli965: comments
2009-03-12 Robert Ellisoni965: fix polygon stipple when rendering to FBO
2009-03-12 Roland Scheideggeri965: add support for ATI_envmap_bumpmap
2009-03-12 Robert Ellisoni965: fix polygon face orientation when rendering to FBO
2009-03-11 Brian Pauli965: fix lock-ups when GLSL program wrote to gl_FragDepth
2009-03-11 Brian Pauli965: more code clean-ups, comments
2009-03-11 Brian Pauli965: minor code clean-ups, comments
2009-03-11 Brian Pauli965: use new cast wrappers
2009-03-11 Brian Pauli965: added cast wrappers, comments
2009-03-11 Brian Pauli965: asst. code clean-ups, comments
2009-03-11 Brian Pauli965: fix typos in comments
2009-03-09 Brian Pauli965: fix cube map lock-up / corruption
2009-03-06 Brian Pauli965: check if we run out of GRF/temp registers
2009-03-06 Brian Pauli965: bump up BRW_EU_MAX_INSN
2009-03-06 Brian Pauli965: comments
2009-03-06 Brian Pauli965: comments and minor clean-ups
2009-03-06 Brian Pauli965: avoid unnecessary calls to brw_wm_is_glsl()
2009-03-06 Eric Anholti965: Stop dumping programs after the first all-zeroes...
2009-03-06 Eric Anholtintel: Add always_flush_batch driconf option for making...
2009-03-06 Eric Anholtintel: Add always_flush_cache driconf option for debugg...
2009-03-06 Eric Anholti965: Remove dead flushing code.
2009-03-06 Brian Pauli965: comments and formatting fixes
2009-03-06 Brian Pauli965: fix emit_math1() function used for scalar instruc...
2009-03-06 Brian Pauli965: init dest reg CondMask = COND_TR (the proper...
2009-03-04 Robert Ellisoni965: add software fallback for conformant 3D textures...
2009-03-03 José FonsecaMerge commit 'origin/master' into gallium-map-range
2009-03-03 José FonsecaMerge commit 'origin/gallium-0.1'
2009-03-03 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-03-02 Brian Paulmesa: use Stencil._Enabled field instead of Stencil...
2009-03-02 José FonsecaMerge commit 'origin/master' into gallium-map-range
2009-02-28 Brian Paulmesa: rename, reorder FRAG_RESULT_x tokens
2009-02-27 Robert Ellisoni965: texture fixes: bordered textures, fallback rendering
2009-02-27 rooti965: rename draw_regions -> color_regions
2009-02-27 Brian Paulmesa: replace old prog_instruction::Sampler field with...
2009-02-27 Brian Pauli965: whitespace/indentation fixes
2009-02-26 Xiang, Haihaoi965: fix for RHW workaround
2009-02-26 Eric Anholti965: Rename CMD_CONST_BUFFER_STATE to the CS_URB_STATE...
2009-02-23 Robert Ellisoni965: fix line stipple fallback for GL_LINE_STRIP primi...
2009-02-23 José FonsecaMerge commit 'origin/gallium-0.1'
2009-02-21 Eric Anholti965: Fix render target read domains.
2009-02-20 Brian Pauli965: use the new prog_instruction::TexShadow field
2009-02-20 Brian Pauli965: check depth_mode in translate_tex_format() for...
2009-02-20 Brian Pauli965: separate emit_op() and emit_tex_op() functions
2009-02-20 Brian Pauli965: update comment, use const qualifier
2009-02-20 Brian Pauli965: var renaming, clean-up
2009-02-20 Brian Pauli965: added comment
2009-02-20 Brian Pauli965: additional debug output
2009-02-18 Michel DänzerMerge branch 'gallium-texture-transfer'
2009-02-18 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-02-16 Keith WhitwellMerge branch 'master' into gallium-texture-transfer
2009-02-16 Brian Pauli965: tell GLSL compiler to emit code using condition...
2009-02-14 Brian Pauli965: rewrite the code for handling shader subroutine...
2009-02-14 Brian Pauli965: add missing break for OPCODE_RET case
2009-02-14 Brian Pauli965: the return value of translate_insn() is never...
2009-02-14 Brian Pauli965: minor clean-ups
2009-02-14 Brian Pauli965: code clean-ups, comments, and minor refactoring
2009-02-14 Brian Pauli965: updated comments
2009-02-14 Brian Pauli965: more reformatting/clean-up
2009-02-14 Brian Pauli965: s/__inline/INLINE/
2009-02-14 Brian Pauli965: formatting and indentation fixes
2009-02-14 Brian Pauli965: fix inconsistant indentation in brw_wm.c
2009-02-18 Keith WhitwellMerge commit 'origin/draw-vbuf-interface'
2009-02-17 Eric Anholti965: Fix fallback on stencil drawing to fbo when the...
2009-02-17 Eric Anholtintel: Clean up several 965 memory leaks on context...
2009-02-12 Dave AirlieMerge remote branch 'origin/master' into radeon-rewrite
2009-02-10 Brian PaulMerge commit 'origin/gallium-0.2' into gallium-master...
2009-02-09 Brian Paulmesa: merge gallium-0.2 into gallium-master-merge
2009-02-02 Eric Anholti965: Remove brw->attribs now that we can just always...
2009-02-02 Eric Anholti965: Delete old metaops code now that there are no...
2009-02-02 Keith WhitwellMerge branch 'gallium-wgl-rework' into gallium-0.2
2009-01-31 Keith Packardi965: bump texture limit to 4kx4k
2009-01-30 Brian Pauli965: formatting, comments, whitespace clean-ups
2009-01-30 Ian RomanickRemove stale symlinks to intel/intel_depthstencil.c
2009-01-29 Brian Pauli965: use bitfields in brw_sf_unit_key struct
2009-01-29 Brian Pauli965: fix render to FBO/texture orientation bugs
2009-01-29 Brian Pauli965: fix bug in pass0_precalc_mov()
2009-01-29 Brian Pauli965: widen per-texture bitfields for 16 texture image...
2009-01-28 Brian Pauli965: minor tweak: replace OPCODE_MOV with OPCODE_SWZ
2009-01-28 Brian Pauli965: implement GL_EXT_texture_swizzle
2009-01-28 Brian Pauli965: minor clean-up, comments, etc.
2009-01-28 Brian PaulMerge commit 'origin/master' into texture_swizzle
2009-01-28 Brian Pauli965: fix bug in pass0_precalc_mov()
2009-01-28 Brian Pauli965: minor comment additions/edits
2009-01-28 Brian Pauli965: minor improvements in brw_wm_populate_key()
2009-01-28 Brian Pauli965: remove pad field
2009-01-28 Brian Pauli965: widen per-texture bitfields for 16 texture image...
2009-01-28 Brian Pauli965: minor comments
2009-01-26 Brian Paulintel: replace i915/intel_state.c and i965/intel_state...
2009-01-26 Brian Paulintel: whitespace changes
next