summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r200
AgeCommit message (Expand)Author
2006-11-05fix vp lockups due to incorrectly set up / emitted attrib inputs.Roland Scheidegger
2006-11-05fix using VERT_ATTRIB_WEIGHT instead of VERT_BIT_WEIGHT when assigning vp inp...Roland Scheidegger
2006-11-03enable generic arrays for r200 hw vertex programs by assigning unused color a...Roland Scheidegger
2006-11-03remove remaining traces of r200FlushVertices...Roland Scheidegger
2006-11-03remove setting some driver funcs explicitly to NULL, as they are no longer se...Roland Scheidegger
2006-11-02casting, type changes to silence warningsBrian Paul
2006-11-02merge current trunk into vbo branchAlan Hourihane
2006-11-01Remove x/y/width/height parameters from Clear functions.Brian Paul
2006-10-31remove vtxfmt code, switch over to vboKeith Whitwell
2006-10-26remove code for inserting mvp transform into position-invariant vertex progs ...Roland Scheidegger
2006-10-25change some bogus comments regarding the base e exponential function used for...Roland Scheidegger
2006-10-24fix (per-vertex) fog when using ARB_vp by incorporating fog factor computatio...Roland Scheidegger
2006-10-18Want to stop passing x/y/width/height to Clear() function.Brian Paul
2006-10-15fix handling of textures with a base internal format that does not have all f...Roland Scheidegger
2006-10-15Remove a bunch of "ctx->Driver.function = _swrast_Function" lines sinceBrian Paul
2006-10-15Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines.Brian Paul
2006-10-13implement ARB_point_parameters and ARB_point_sprite on r200. The code is near...Roland Scheidegger
2006-09-28Make driDrawableInitVBlank() initialize the sequence number.Michel Dänzer
2006-09-22fix up access to vertex attrib components which don't really exist but are de...Roland Scheidegger
2006-09-20try to use a 8888 texture format which will result in only a memcopy in mesa'...Roland Scheidegger
2006-09-20fix mixed texgen/non-texgen with texgen modes requiring plane parameters (GL_...Roland Scheidegger
2006-09-13Always mark tex state atom as dirty when the texture image is dirty, this ens...Roland Scheidegger
2006-09-13don't use derived value _ColorLogicOpEnabled as it's not current by the time ...Roland Scheidegger
2006-09-13fix GL_REFLECTION_MAP texgen by not using tex matrix negation when lighting i...Roland Scheidegger
2006-09-13make sure we upload the new vertex program if the program string changes.Roland Scheidegger
2006-09-08cause a vtxfmt fallback directly when hitting NewList for radeon and r200 dri...Roland Scheidegger
2006-09-07make really sure R200_VAP_PROG_VTX_SHADER_ENABLE is never set when we're alre...Roland Scheidegger
2006-09-04fog state atom contains (only) fog params necessary for tcl. Must not be emit...Roland Scheidegger
2006-09-01make sure vertex programs are only enabled on the hw when they are really ena...Roland Scheidegger
2006-08-31do not abort with not supported vertex prog output configuration, fallback in...Roland Scheidegger
2006-08-30Minor r200 vertex program cleanups. Remove disabled leftovers from r300 verte...Roland Scheidegger
2006-08-30fix typo causing a segfault when a vertex program uses more than 96 parametersRoland Scheidegger
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