r300: Fix typo on < R5xx RS setup for blits.
[mesa.git] / src / mesa / drivers / dri /
2009-12-15 Michel Dänzerr300: Fix typo on < R5xx RS setup for blits.
2009-12-15 Andre Maasikasr600: use _mesa_insert_instructions to fixup wpos inste...
2009-12-15 Andre Maasikasr600: fix typos for vert-tex
2009-12-15 Andre Maasikasr600: fix fragment.position
2009-12-15 Andre Maasikasr600: add support for FRAG_ATTRIB_PNTC
2009-12-15 Andre Maasikasr600: add DDX DDY opcodes
2009-12-14 Richard Lir600 : add texture support for vertex shader.
2009-12-13 Maciej Cencorar300: enable accelerated support for glCopyTexImage...
2009-12-13 Maciej Cencorar300: fix regression introduced by da73c1ed
2009-12-13 Maciej Cencorar300: fix glCopyTexSubImage
2009-12-11 Maciej Cencorar300: disable blit debugging info
2009-12-11 Maciej Cencorar300: emit number of used colorbuffers to pass radeon...
2009-12-11 Maciej Cencorar300: setup render target format for r300/r400 cards too
2009-12-11 Maciej Cencorar300: finish blit support for r300
2009-12-11 Maciej Cencoramore blit fixes
2009-12-11 Maciej Cencorablit WIP
2009-12-11 Maciej Cencorar300: use accelerated emit for CopyTex[Sub]Image functions
2009-12-11 Maciej Cencorar300: accelerated blit support
2009-12-11 Maciej Cencorar300: fix wrong assertion
2009-12-11 Maciej Cencorar300: export translateTexFormat function
2009-12-11 Maciej Cencorar300: refactor PVS code and constants emission
2009-12-11 Maciej Cencorar300: refactor R500 fragment program emission
2009-12-11 Maciej Cencorar300: refactor color buffer setup
2009-12-11 Maciej Cencorar300: use _mesa_meta_Clear for buffer clears
2009-12-11 Maciej Cencorar300: minor texture code refactoring
2009-12-11 Brian Paulmesa: remove unused ctx->Driver.ActiveTexture() hook
2009-12-11 Brian PaulMerge branch 'mesa_7_7_branch'
2009-12-11 Brian PaulMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-11 Brian PaulMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-11 Vinson Leei915: Add missing break statement in i915_debug_packet.
2009-12-10 Ian Romanickintel: Remove ARGB internal_format == GL_RGB hacks
2009-12-10 Ian Romanickintel: Make RGB textures use XRGB8888
2009-12-10 Ian Romanickintel: Make RGB renderbuffers use XRGB8888 like we...
2009-12-10 Ian Romanicki965: Fix handling of drawing to MESA_FORMAT_XRGB8888
2009-12-10 Ian Romanickintel: Use spantmp2 GL_BGR / GL_UNSIGNED_INT_8_8_8_8_RE...
2009-12-10 Ian Romanickspantmp2: Add support for GL_BGR / GL_UNSIGNED_INT_8_8_...
2009-12-10 Ian Romanickintel: name in intel_create_renderbuffer was always...
2009-12-10 Ian Romanickintel: Use texformat accessor to get bytes-per-pixel
2009-12-10 Ian Romanickintel: softwareBuffer in intel_alloc_renderbuffer_stora...
2009-12-10 Ian Romanickintel: Axe intel_renderbuffer::texformat
2009-12-10 Eric Anholtintel: Flush the render/texture cache when finishing...
2009-12-10 Eric Anholtintel: Attempt to fix up after "Update vertex texture...
2009-12-09 Richard Lir600 : add pre-compile mesa shader calling interface...
2009-12-09 Andre Maasikasr600: fix state size prediction after dc0777d3
2009-12-09 Eric Anholti965: Enable the accelerated ReadPixels path on gen4...
2009-12-08 Roland ScheideggerMerge branch 'gallium-strict-aliasing'
2009-12-08 Andre Maasikasr600: and finally fix SCS
2009-12-08 Andre Maasikasr600: remove (now) dead code
2009-12-08 Andre Maasikasr600: fix SIN also
2009-12-08 Andre Maasikasr600: use the new inline constants feature to fix COS
2009-12-08 Andre Maasikasr600: add assembler support for literal(inline) constants
2009-12-08 Andre Maasikasr600: merge alu_instruction/alu_instruction2
2009-12-08 Andre Maasikasr600: add ABS support for source regs to assembler
2009-12-08 Andre Maasikasr600: glsl - allow specifying texture sampler via uniforms
2009-12-08 Andre Maasikasr600: implement FRAG_ATTRIB_FACE, glsl/twoside works
2009-12-08 Andre Maasikasr600: quick hack to get KIL_NV working - does condition...
2009-12-08 Andre Maasikasr600: wip glsl - refactor conditional instructions...
2009-12-08 Andre Maasikasr600: execute SET funtions on all channels
2009-12-08 Michel DänzerMerge branch 'mesa_7_7_branch'
2009-12-08 Andre MaasikasMerge branch 'mesa_7_7_branch'
2009-12-08 Andre MaasikasMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-08 Andre Maasikasr600: add support for TXB instruction
2009-12-08 Andre Maasikasr600: reorder state for render_target and blend
2009-12-08 Ian RomanickMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-08 Ian RomanickRevert "intel: Make RGB renderbuffers use XRGB8888...
2009-12-07 Maciej Cencoraradeon: fix cases when only first image where put direc...
2009-12-07 Maciej Cencoraradeon: fix image migration for small compressed textures
2009-12-06 Vinson Leedri: Fix potential null pointer dereference in driBindC...
2009-12-06 Vinson Leedri: Fix potential null pointer deference in dri_put_dr...
2009-12-05 Alex Deucherradeon/r200/r600: fix drivers for changes in 433f0a82f5...
2009-12-05 Michel Dänzerradeon: Only get DRI2 front buffer information for...
2009-12-04 Alex Deucherradeon: fix polygon stipple
2009-12-03 Roland ScheideggerMerge branch 'gallium-noblocks'
2009-12-03 Maciej Cencoraradeon: workaround an FBO issue
2009-12-03 Maciej Cencoraradeon: properly check if image should be placed in...
2009-12-03 Alex Deucherr200: fix polygon stipple
2009-12-02 Jakob BornecrantzMerge branch 'mesa_7_7_branch'
2009-12-02 Jakob BornecrantzMerge commit 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-03 Eric Anholtintel: Make RGB renderbuffers use XRGB8888 like we...
2009-12-01 Ian Romanickintel: Remove GL_NV_point_sprite from extension list
2009-12-02 Eric Anholtintel: Fix more front-buffer rendering after Brian...
2009-12-02 Dave AirlieRevert "radeon/r300: no need to flush the cmdbuf when...
2009-12-01 Keith WhitwellMerge commit 'origin/tgsi-simplify-ext'
2009-12-01 Keith WhitwellMerge commit 'origin/mesa_7_7_branch'
2009-12-01 Michal Krolmesa: Update vertex texture code after gallium changes.
2009-12-01 Ian RomanickMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-11-30 Ian Romanicki915: Actually put i915PointParameterfv in the driver...
2009-11-30 Ian Romanicki915: Fallback bit define missed on previous commit
2009-11-30 Ian Romanicki915: Round point sizes instead of truncate.
2009-11-30 Ian Romanicki915: Enable point sprite coordinate generation
2009-11-29 Richard Lir600 : clena up a bit for last commit.
2009-11-29 Richard Lir600 : add read port allocation for uniform;
2009-11-29 Maciej Cencoraradeon: update miptree code a little
2009-11-29 Maciej Cencoraradeon: don't check the same miptree many times when...
2009-11-29 Maciej Cencoraradeon: add some debugging info
2009-11-29 Vinson Leedri: Fix potential null pointer dereference in driBindC...
2009-11-28 Maciej Cencoraradeon: need to flush cs when moving images between...
2009-11-27 Roland ScheideggerMerge branch 'width0'
2009-11-26 Roland ScheideggerMerge commit 'origin/st-shader-varients'
2009-11-25 Dave Airlieradeon: fix context destroy needing lock for flushing.
next