radeon: Add r6xx/r7xx chip family to get_chip_family_name
[mesa.git] / src / mesa / drivers /
2009-07-27 Pauli Nieminenradeon: Add r6xx/r7xx chip family to get_chip_family_name
2009-07-27 Alex Deucherr600: fix textures
2009-07-27 Alex Deucherr600: don't draw when num indices is 0
2009-07-27 Alex Deucherr600: set VGT NUM_INSTANCES as part of the draw command
2009-07-27 Alex Deucherr600: Use R600_SCRATCH_REG_OFFSET rather than RADEON_SC...
2009-07-27 Alex Deucherr600: switch vtx resource setup to use SETfield macros
2009-07-27 Alex Deucherr600: switch tex code to use SETfield macros
2009-07-23 Alex Deucherr600: fix segfault in morph3d
2009-07-23 José Fonsecar600: Remove CRLF line endings.
2009-07-22 Maciej Cencorar300: fix address register handling in NQSSADCE
2009-07-21 Richard Lir600: fix dst reg indexing for real
2009-07-21 Alex DeucherRevert "r600: fix dst reg indexing"
2009-07-21 Alex Deucherr600: add stencil support
2009-07-21 Alex Deucherr600: use state functions to set default state
2009-07-21 Alex Deucherr600: fill in point functions
2009-07-21 Alex Deucherr600: set provoking vertex to last vertex for OGL
2009-07-21 Alex Deucherr600: fill in r700UpdateViewportOffset
2009-07-21 Alex Deucherr600: first pass at polyoffset support
2009-07-21 Jerome Glisseradeon: fix colorbuffer pitch emission regarding tiling...
2009-07-21 Alex DeucherR600: fix up some build problems
2009-07-21 Alex Deucherr600: add alpha test support
2009-07-21 Michel DänzerTrack Radeon driver symlinks in Git.
2009-07-21 Eric Anholti965: Don't clip everything if FRONT_AND_BACK culling...
2009-07-20 Alex Deucherr600: fix typo in blend code
2009-07-20 Kevin DeKorter600: fix dst reg indexing
2009-07-20 Alex Deucherr600: add blending support
2009-07-20 Alex Deucherr600: add user clip plane support
2009-07-20 Alex Deucherr600: add logicop support
2009-07-20 Michel DänzerMerge branch 'mesa_7_5_branch'
2009-07-20 Michel Dänzerradeon: With DRI1, if we have HW stencil, only expose...
2009-07-20 Kevin DeKorter600: Fix compilation
2009-07-20 Cooper YuanR6xx/r7xx: Fix line stipple and width issue
2009-07-18 Brian PaulMerge branch 'mesa_7_5_branch'
2009-07-17 Alex DeucherR6xx/R7xx: add fine grained syncing support
2009-07-17 Alex DeucherR6xx/r7xx: send depth state in it's own function
2009-07-17 Alex DeucherR200: fix build when RADEON_DEBUG_BO is set
2009-07-17 Dave Airlieradeon: disable BO debug
2009-07-17 Alex DeucherMerge branch 'master' of git+ssh://agd5f@git.freedeskto...
2009-07-17 Kevin DeKorteR6xx/r7xx: warning fixes
2009-07-17 Chia-I Wuegl: Remove redundant DeletePending flag.
2009-07-17 Chia-I Wuegl: Use the link functions to manage resources.
2009-07-17 Alex DeucherR6xx/r7xx: disable depth/stencil compression for now
2009-07-17 Alex DeucherR6xx/r7xx: add some missing state regs
2009-07-17 Eric Anholti965: Add missing state dependency of sf_unit on _NEW_B...
2009-07-16 Alex DeucherR6xx: fix rendering on r6xx/rs780 chips
2009-07-16 Kevin DeKorteWarning fixes
2009-07-16 Alex DeucherR6xx/r7xx: remove unused function
2009-07-16 Richard LiRestore vp input mapping, fix vtx stream missing problem.
2009-07-16 Alex DeucherFix more merge fallout
2009-07-15 Kevin DeKorteR6xx/r7xx: warning fixes
2009-07-15 Richard LiR6xx/r7xx: fix missing vertex stream
2009-07-15 Alex Deucherradeon bo: Fix merge fall out
2009-07-15 Alex DeucherR6xx/r7xx: more Makefile fixes
2009-07-15 Alex DeucherFix r600 makefile for lastest CS changes
2009-07-15 Alex DeucherMerge branch 'master' of git+ssh://agd5f@git.freedeskto...
2009-07-15 Alex Deuchermake sure ctx->Driver.Flush is valid before calling it
2009-07-15 Alex DeucherUse memcpy directly in the common code
2009-07-15 Dave Airlieradeon: update span reading micro tile code
2009-07-15 Dave Airlier300: emit z depth pitch reloc in preparation for tiling
2009-07-15 Dave Airlieradeon: r300 fix span reading for macro tiled buffers.
2009-07-15 Dave Airlieradeon: for tiling you really need to use GET/PUT VALUE...
2009-07-15 Xiang, Haihaoi965: the offset of any branch/jump instruction is...
2009-07-15 Alex DeucherR6xx/r7xx: implement memcpy buffer swaps
2009-07-15 Dave Airlieintel/radeon: add common metaops code.
2009-07-15 Alex Deucherr6xx/r7xx: fix buffer aging bug
2009-07-15 Alex DeucherR6xx/R7xx: no irqs yet.
2009-07-14 Dave Airlieradeon: fix unsigned vs signed comparison in stencil...
2009-07-14 Eric Anholtintel: Fix ClearDepth to not be affected by DepthRange.
2009-07-14 Eric Anholtintel: Set DepthRange in the metaops using RasterPos[2].
2009-07-14 Eric Anholtintel: Flag _NEW_ARRAY state when doing array object...
2009-07-14 Alex DeucherDisable shader dumps
2009-07-14 Michel Dänzerradeon: Differentiate 16 bpp destination formats.
2009-07-14 Michel Dänzerradeon: Invert front face winding when rendering to...
2009-07-14 Cooper YuanR6xx/r7xx: Fix specular lighting issue
2009-07-13 Maciej CencoraMerge branch 'shaders_cleanup'
2009-07-13 Eric Anholtintel: Partially fix fallback detection for glCopyTexSu...
2009-07-13 Maciej Cencorar300: always assume all components are read by fragment...
2009-07-13 Nicolai Hähnler300: Fix fogcoord rewriting
2009-07-13 Maciej Cencorar300: fix swizzle masking in getUsedComponents
2009-07-13 Maciej Cencorar300: minor fix
2009-07-13 Maciej Cencorar300: move variables declarations
2009-07-13 Maciej Cencorar300: document r300_vertex_program_cont structure
2009-07-13 Maciej Cencorar300: document r300_fragment_program_cont struct
2009-07-13 Maciej Cencorar300: fix indentation
2009-07-13 Maciej Cencorar300: fix StrideB == 0 case when converting data format
2009-07-13 Maciej Cencorar300: hw can handle per component negations in vertex...
2009-07-13 Maciej Cencorar300: fix WPOS for SWTCL
2009-07-13 Maciej Cencorar300: removed unnecessary params
2009-07-13 Maciej Cencorar300: use NQSSADCE for vertex programs
2009-07-13 Maciej Cencorar300: operate on copy of a program when pairing instruc...
2009-07-13 Maciej Cencorar300: handle relative addressing in NQSSADCE
2009-07-13 Maciej Cencorar300: handle ARB_vertex_program specific instructions...
2009-07-13 Maciej Cencorar300: move depth output rewrite out of NQSSADCE
2009-07-13 Maciej Cencorar300: rewrite FOGC and HPOS attribs handling
2009-07-13 Maciej Cencorar300: bind vertex program to fragment program
2009-07-13 Maciej Cencorar300: recalculate used inputs and outputs after dead...
2009-07-13 Maciej Cencorar300: move fragment program selection before vertex...
2009-07-13 Maciej Cencorar300: implement proper IsProgramNative check for vertex...
2009-07-13 Maciej Cencorar300: don't modify original vertex program
2009-07-13 Maciej Cencorar300: cache translated fragment programs
next