summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r200
AgeCommit message (Expand)Author
2006-08-28Check mesa_vp->Base.NumInstructions == 0 instead of mesa_vp->Base.String toBrian Paul
2006-08-24Check for NULL program string in r200_translate_vertex_program().Brian Paul
2006-08-24Check if mesa_vp->Base.Parameters is null before dereferencing (bug reportBrian Paul
2006-08-19remove the now confusing option to manually enable software ARB_vp if drm is ...Roland Scheidegger
2006-07-20Some structure renaming. Prefix vertex/fragment-related structs withBrian Paul
2006-07-03some minor simplifications (same as in r300 driver) since mesa's internally u...Roland Scheidegger
2006-07-03check if radeon_drm.h from libdrm is new enough, otherwise print an error to ...Roland Scheidegger
2006-06-18no need to handle ARL in a special way, it's a generic scalar operation. only...Tilman Sauerbeck
2006-06-10enable arb_vertex_program by default if drm is new enough. Do a fallback when...Roland Scheidegger
2006-06-08Improve slightly wrong CMP_SRCS test to avoid unencessary instructions. Clean...Roland Scheidegger
2006-06-02implement arb_vertex_program in hw for r200. Code contains still some hacks, ...Roland Scheidegger
2006-06-02remove code dealing with drmMinor version < 6 since all radeon drivers reques...Roland Scheidegger
2006-06-01retry on EBUSY instead of EAGAIN in radeonWaitIrq (it appears this was the in...Roland Scheidegger
2006-05-27fix some whitespace in previous commitRoland Scheidegger
2006-05-27preparation for r200 hw vertex programs. Increase R200_CMD_BUF_SZ to 16k inst...Roland Scheidegger
2006-05-08updates to dri drivers for recent stencil changesKeith Whitwell
2006-04-20Make most of the _mesa_noop_*() functions static.Brian Paul
2006-04-17Add .note.GNU-stack section to assembler files to avoid the default behaviorKristian Høgsberg
2006-04-11More GLSL code:Michal Krol
2006-04-09Destroy the GL context after driDestroyTextureHeap, because the driver'sEric Anholt
2006-04-06Set DRIVER_DEFINES instead of DEFINES to fix duplicate flags problemBrian Paul
2006-04-04switch to card_type rather than IsPCI, doesn't change any functionality yetDave Airlie
2006-03-31Dave Reveman's patch for GLX_MESA_copy_sub_buffer supportBrian Paul
2006-03-28fix missing *_STATECHANGE in *UpdateViewportOffset for radeon, r200 and r300 ...Roland Scheidegger
2006-03-27make allow_large_textures 1 by default for radeon and r200, and consequently ...Roland Scheidegger
2006-02-28No need to call *_FIREVERTICES twice.Aapo Tahkola
2006-02-16Reinstate vertex format after a rasterization fallback for both r200 and rade...Roland Scheidegger
2006-02-03replace the texture level hack used in radeon/r200 to allow larger textures w...Roland Scheidegger
2006-01-07cube maps on r100 require newer drm than the same feature on r200 (regression...Roland Scheidegger
2005-11-19update some varsBrian Paul
2005-11-02First step of Radeon DRI unification:Eric Anholt
2005-10-31fix problems found with gcc 2.96 (bug 4934)Brian Paul
2005-10-29Bug #4901: Correct secondary color emission when lighting is turned off, testedEric Anholt
2005-10-22disable yuv textures (GL_MESA_ycbcr_texture) on rv250 (hw bug, #2078). Change...Roland Scheidegger
2005-10-19s/memcpy/_mesa_memcpy/, s/FREE/_mesa_free/Brian Paul
2005-10-18Add _mesa_exec_malloc() and _mesa_exec_free() for allocatingKeith Whitwell
2005-10-18on r200, don't emit fog coords when fog isn't actually enabled. Fix bug with ...Roland Scheidegger
2005-10-13fix potential bug when emitting elts with lots of componentsRoland Scheidegger
2005-10-11Minor driver cleanup. Remove unnecessery/unneded radeon/r200AllocDmaRegionVer...Roland Scheidegger
2005-10-08do not set format of the incoming vertices needed for fog_coord in the generi...Roland Scheidegger
2005-10-05fix problems with some texgen modes by putting the chip into LOCAL_VIEWER mod...Roland Scheidegger
2005-10-05reverse accidentally commited part of last commit (makes it compile again...).Roland Scheidegger
2005-10-05enable point sizes larger than 1 (for aliased points only) by using the hw po...Roland Scheidegger
2005-09-14Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,Brian Paul
2005-09-13Replace ctx->Driver.StencilOp/Func/Mask() functions withBrian Paul
2005-09-12add complete support for ATI_fragment_shader for the r200. Most of the new co...Roland Scheidegger
2005-09-10add the new drm packets needed for ATI_fragment_shader to the sanity code of ...Roland Scheidegger
2005-09-10add reverse-engeneered register bits needed for ATI_fragment_shader (Dave Air...Roland Scheidegger
2005-09-09add _tnl_arb_vertex_program_stage to all drivers which already have _tnl_vert...Roland Scheidegger
2005-09-09add missing fallback string for ARB_vertex_programRoland Scheidegger