aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200
Commit message (Expand)AuthorAgeFilesLines
* Make driDrawableInitVBlank() initialize the sequence number.Michel Dänzer2006-09-281-1/+2
* fix up access to vertex attrib components which don't really exist but are de...Roland Scheidegger2006-09-221-1/+39
* try to use a 8888 texture format which will result in only a memcopy in mesa'...Roland Scheidegger2006-09-203-9/+75
* fix mixed texgen/non-texgen with texgen modes requiring plane parameters (GL_...Roland Scheidegger2006-09-201-4/+89
* Always mark tex state atom as dirty when the texture image is dirty, this ens...Roland Scheidegger2006-09-131-4/+7
* don't use derived value _ColorLogicOpEnabled as it's not current by the time ...Roland Scheidegger2006-09-131-2/+2
* fix GL_REFLECTION_MAP texgen by not using tex matrix negation when lighting i...Roland Scheidegger2006-09-132-5/+9
* make sure we upload the new vertex program if the program string changes.Roland Scheidegger2006-09-131-0/+2
* cause a vtxfmt fallback directly when hitting NewList for radeon and r200 dri...Roland Scheidegger2006-09-081-0/+10
* make really sure R200_VAP_PROG_VTX_SHADER_ENABLE is never set when we're alre...Roland Scheidegger2006-09-072-2/+1
* fog state atom contains (only) fog params necessary for tcl. Must not be emit...Roland Scheidegger2006-09-041-2/+2
* make sure vertex programs are only enabled on the hw when they are really ena...Roland Scheidegger2006-09-012-9/+11
* do not abort with not supported vertex prog output configuration, fallback in...Roland Scheidegger2006-08-311-3/+19
* Minor r200 vertex program cleanups. Remove disabled leftovers from r300 verte...Roland Scheidegger2006-08-302-62/+24
* fix typo causing a segfault when a vertex program uses more than 96 parametersRoland Scheidegger2006-08-301-1/+1
* Check mesa_vp->Base.NumInstructions == 0 instead of mesa_vp->Base.String toBrian Paul2006-08-281-1/+1
* Check for NULL program string in r200_translate_vertex_program().Brian Paul2006-08-241-2/+18
* Check if mesa_vp->Base.Parameters is null before dereferencing (bug reportBrian Paul2006-08-241-3/+6
* remove the now confusing option to manually enable software ARB_vp if drm is ...Roland Scheidegger2006-08-191-2/+1
* Some structure renaming. Prefix vertex/fragment-related structs withBrian Paul2006-07-202-12/+17
* some minor simplifications (same as in r300 driver) since mesa's internally u...Roland Scheidegger2006-07-031-23/+17
* check if radeon_drm.h from libdrm is new enough, otherwise print an error to ...Roland Scheidegger2006-07-031-0/+4
* no need to handle ARL in a special way, it's a generic scalar operation. only...Tilman Sauerbeck2006-06-181-10/+4
* enable arb_vertex_program by default if drm is new enough. Do a fallback when...Roland Scheidegger2006-06-102-1/+7
* Improve slightly wrong CMP_SRCS test to avoid unencessary instructions. Clean...Roland Scheidegger2006-06-082-95/+56
* implement arb_vertex_program in hw for r200. Code contains still some hacks, ...Roland Scheidegger2006-06-0210-22/+1617
* remove code dealing with drmMinor version < 6 since all radeon drivers reques...Roland Scheidegger2006-06-024-26/+13
* retry on EBUSY instead of EAGAIN in radeonWaitIrq (it appears this was the in...Roland Scheidegger2006-06-011-1/+1
* fix some whitespace in previous commitRoland Scheidegger2006-05-271-2/+2
* preparation for r200 hw vertex programs. Increase R200_CMD_BUF_SZ to 16k inst...Roland Scheidegger2006-05-274-4/+86
* updates to dri drivers for recent stencil changesKeith Whitwell2006-05-081-5/+5
* Make most of the _mesa_noop_*() functions static.Brian Paul2006-04-201-11/+5
* Add .note.GNU-stack section to assembler files to avoid the default behaviorKristian Høgsberg2006-04-171-0/+4
* More GLSL code:Michal Krol2006-04-112-15/+18
* Destroy the GL context after driDestroyTextureHeap, because the driver'sEric Anholt2006-04-091-4/+4
* Set DRIVER_DEFINES instead of DEFINES to fix duplicate flags problemBrian Paul2006-04-061-1/+1
* switch to card_type rather than IsPCI, doesn't change any functionality yetDave Airlie2006-04-041-1/+1
* Dave Reveman's patch for GLX_MESA_copy_sub_buffer supportBrian Paul2006-03-314-17/+70
* fix missing *_STATECHANGE in *UpdateViewportOffset for radeon, r200 and r300 ...Roland Scheidegger2006-03-283-24/+35
* make allow_large_textures 1 by default for radeon and r200, and consequently ...Roland Scheidegger2006-03-271-1/+1
* No need to call *_FIREVERTICES twice.Aapo Tahkola2006-02-281-1/+0
* Reinstate vertex format after a rasterization fallback for both r200 and rade...Roland Scheidegger2006-02-161-0/+3
* replace the texture level hack used in radeon/r200 to allow larger textures w...Roland Scheidegger2006-02-031-10/+7
* cube maps on r100 require newer drm than the same feature on r200 (regression...Roland Scheidegger2006-01-072-2/+2
* update some varsBrian Paul2005-11-191-5/+5
* First step of Radeon DRI unification:Eric Anholt2005-11-0210-883/+31
* fix problems found with gcc 2.96 (bug 4934)Brian Paul2005-10-311-2/+4
* Bug #4901: Correct secondary color emission when lighting is turned off, testedEric Anholt2005-10-291-3/+4
* disable yuv textures (GL_MESA_ycbcr_texture) on rv250 (hw bug, #2078). Change...Roland Scheidegger2005-10-221-48/+55
* s/memcpy/_mesa_memcpy/, s/FREE/_mesa_free/Brian Paul2005-10-192-5/+5