profile/ivi/mesa.git
2009-06-11 Alex DeucherProperly set aos_count
2009-06-10 Alex Deuchermove radeon_set_screen_flags() up so CHIP_FAMILY is...
2009-06-10 Alex DeucherUse correct scratch reg offset for r6xx/r7xx
2009-06-09 Alex DeucherPull in additional state setup from the DDX
2009-06-05 Alex Deucherre-arrange state structure
2009-06-04 Alex DeucherDon't program VGT_OUT_DEALLOC_CNTL/VGT_VERTEX_REUSE_BLO...
2009-06-04 Alex Deucheruse the float interface for viewport updates
2009-06-03 Alex Deucherfill in r700ColorMask, cleanup
2009-06-03 Alex Deucherstart to fill in ShadeModel()
2009-06-03 Alex Deucherdump command buffer
2009-06-03 Alex DeucherClean up scissor and viewport code
2009-06-02 Alex DeucherDisable clear code for now
2009-06-02 Alex Deucherfix an overflow in SPI_VS_OUT_CONFIG
2009-05-31 Cooper YuanR6xx/r7xx: Fix blinn's lighting shader
2009-05-31 Cooper YuanR6xx/r7xx: Fix texture perspective gradients issue
2009-05-29 Alex Deucherget rid of chip_object struct
2009-05-29 Alex Deuchermore cleanup
2009-05-29 Alex Deuchermore cleanup
2009-05-29 Alex Deuchermore cleanup
2009-05-29 Alex Deuchermore cleanup
2009-05-29 Alex Deucherremove more old r300 bits
2009-05-29 Alex Deuchermore cleanup
2009-05-29 Alex DeucherRemove unused functions
2009-05-29 Alex DeucherFix spelling in function name
2009-05-29 Alex DeucherR6xx/r7xx: remove old sw tcl bits
2009-05-29 Alex DeucherR6xx/R7xx: switch to common clear with draw code
2009-05-29 Alex Deucherr6xx/r7xx: switch to common dma functions for vecs
2009-05-29 Alex DeucherRemove subpixel offset from viewport
2009-05-28 Alex DeucherArgh. fix last commit. clears are still broken
2009-05-28 Alex DeucherR6xx/r7xx: re-enable clears
2009-05-28 Cooper YuanR6xx, add edge rules for triangles
2009-05-26 Alex Deucherenable surface sync function
2009-05-26 Alex Deucherr6xx: fix more r6xx specific cases
2009-05-26 Alex DeucherR6xx: select proper shader format
2009-05-26 Alex Deucherfix segfault when running glxinfo
2009-05-26 Alex Deucheradd missing RS780 pci id
2009-05-26 Alex Deucherfix build when HAVE_LIBDRM_RADEON is defined
2009-05-21 Alex Deucherr6xx/r7xx: fix segfault in vertex shader setup
2009-05-21 Alex Deucherr6xx: fix count on START_3D packet
2009-05-20 rootAdd missing file from local.
2009-05-19 rootMakeup checkin for radeon code change paired with r6...
2009-05-19 Richard LiFix nop insertion bug. redbook hello can run.
2009-05-15 Richard LiFix r6 code bugs.
2009-05-08 Richard LiR6xx/R7xx: WIP r6xx-rewrite code
2009-04-21 Richard LiR6xx/R7xx: remove unused files
2009-04-21 Richard LiR6xx/R7xx: add updated reg file
2009-04-21 Richard LiInitial pull of code from r6xx-r7xx-support branch
2009-04-10 Alex DeucherFix build errors from merge
2009-04-10 Alex DeucherMerge branch 'radeon-rewrite' of git+ssh://agd5f@git...
2009-04-10 Alex DeucherRemove r500 stuff
2009-04-09 Alex DeucherR600/r700: add new cmdbuf macros
2009-04-09 Alex DeucherR6xx/R7xx: r300 -> r600 symbols
2009-04-09 Dave Airlier300: fix color tiling
2009-04-09 Maciej Cencorar300: reorder fog coordinate and WPOS fp attributes
2009-04-09 Maciej Cencorar300: fix regression from swtcl rewrite
2009-04-09 Dave AirlieMerge remote branch 'origin/master' into radeon-rewrite
2009-04-08 Corbin Simpsonr300-gallium: Properly emit indexbufs.
2009-04-08 Corbin Simpsonr300-gallium: Add vertex shader constant emit.
2009-04-08 José Fonsecapython/retrace: Try to cope with failures creating...
2009-04-08 José Fonsecapython: Don't try to finish a null fence.
2009-04-08 José Fonsecapython/retrace: Use colors on windows console.
2009-04-08 Alex DeucherR600: initial copy of r300 code
2009-04-08 Robert EllisonMesa: allow suppression of debug messages in a debug...
2009-04-08 Alan Hourihanegallium: when using gl_PointCoord ensure we use the...
2009-04-08 José Fonsecapython/retrace: Allow to specify the range of calls...
2009-04-08 José Fonsecatrace: Make calls dumping threadsafe.
2009-04-08 José Fonsecatrace: Make call no global.
2009-04-08 José Fonsecapython/retrace: Handle recent traces.
2009-04-08 José Fonsecapython: Fix method renaming.
2009-04-08 José Fonsecapython: Cope with null surfaces.
2009-04-08 José Fonsecawgl: Integrate the trace driver on debug builds.
2009-04-08 José Fonsecatrace: Simplify cast wrappers.
2009-04-08 José Fonsecatrace: Match pipe_context::clear prototype.
2009-04-08 Brian Paulgallium: handle the case of util_pack_z_stencil(format...
2009-04-08 Brian Pauldocs: bump Gallium version number
2009-04-08 Brian Pauldocs: updated Cell driver info
2009-04-08 Brian Pauldocs: more info for 7.4 release notes
2009-04-08 José Fonsecamesa: Don't attempt to free the dummy program.
2009-04-07 Brian Paulst: implement glCopyTexImage() for GL_DEPTH24_STENCIL8...
2009-04-07 Brian Paulst: implement GL_DEPTH_STENCIL format for glReadPixels...
2009-04-07 Brian Paulsoftpipe: minor debug-help changes in softpipe_transfer...
2009-04-07 Brian Paulmesa: add another special/optimized case in _mesa_unpac...
2009-04-07 Brian Paulswrast: fix point rendering function selection
2009-04-07 Brian Paulmesa: fix incorrect component ordering for sRGB8 textur...
2009-04-07 Brian Paulglsl: enable the new linear scan register allocator...
2009-04-07 Brian Pauldocs: document the MESA_GLSL env var, other misc GLSL...
2009-04-07 Brian Paulglsl: don't optimize program if MESA_GLSL=nopt
2009-04-07 Alex Deucherradeon: fix compiler warning
2009-04-07 Brian Paulswrast: restore !shader check around add_specular()
2009-04-07 Maciej Cencorar300: swtcl rewrite and cleanup
2009-04-07 Corbin Simpsonr300-gallium: vs: Add MAD.
2009-04-07 Corbin Simpsonr300-gallium: vs: Add MUL.
2009-04-07 Corbin Simpsonr300-gallium: Fix surface_copy too.
2009-04-07 Corbin Simpsonr300-gallium: Properly setup HW/SW TCL controls.
2009-04-07 Dave Airlieradeon/r200/r300: fix missing dma buffer validation
2009-04-07 Dave Airlieradeon: fix bocs wrapper
2009-04-07 Brian Paulswrast: more texcombine clean-ups
2009-04-07 Brian Paulswrast: asst. clean-ups in texcombine code
2009-04-06 Brian Paulswrast: fix secondary color add for glBitmap
2009-04-06 José Fonsecastw: Choose a color buffer format that matches the...
next