summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r200/r200_context.h
AgeCommit message (Expand)AuthorFilesLines
2009-03-23raedon/r200/r300: mega-FBO commits.Dave Airlie1-15/+0
2009-03-10r200: enable hw clearsDave Airlie1-0/+15
2009-02-12r200/r300: get up to speed on renamed filesDave Airlie1-4/+3
2009-02-12radeon/r200/r300: another big merge upheavel.Dave Airlie1-13/+1
2009-02-09r200: cleanup some bits that aren't usedDave Airlie1-2/+0
2009-01-31r200/r300: swtcl fixups to use old dma buffers on top of BOsDave Airlie1-30/+0
2009-01-29r200: bring back single dma flushDave Airlie1-3/+0
2009-01-29radeon/r200/r300: bring back old style DMA buffer on top of BOs.Dave Airlie1-4/+0
2009-01-22r200: fix up swtcl/tcl flushesDave Airlie1-2/+2
2009-01-23r200: emit elts into a separate ELT boDave Airlie1-1/+6
2009-01-22r200: remove indexed vertsDave Airlie1-2/+0
2009-01-20r200: clear is working at least - not much elseDave Airlie1-3/+5
2009-01-14radeon/r200/r300: consolidate swap buffersDave Airlie1-9/+1
2009-01-14radeon/r200/r300: attempt to move lock to common codeDave Airlie1-4/+1
2009-01-14radeon/r200/r300: initial attempt to convert to common context codeDave Airlie1-70/+7
2009-01-14radeon/r200: move more stuff closer together in contextDave Airlie1-12/+4
2009-01-14radeon/r200: move state atom to common headerDave Airlie1-80/+38
2009-01-13radeon/r200: start splitting out commonalities into separate headersDave Airlie1-189/+22
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul1-4/+4
2008-06-21replace __inline and __inline__ with INLINE macroBrian Paul1-1/+1
2007-10-29Refactor and fix core vblank supportJesse Barnes1-4/+1
2007-09-29r200: Implement SetTexOffset hook.Chris Rankin1-0/+1
2007-05-17remove CVS/XFree86 keywordsChristoff Brill1-1/+0
2007-02-09r200: simplify / unify input map handling for vp and fftnlRoland Scheidegger1-10/+2
2007-02-03remove now unused vtxfmt stuff from radeon/r200 header filesRoland Scheidegger1-124/+0
2006-12-14submit vertex weights to make World of Warcraft maybe happy (bug 8250)Roland Scheidegger1-0/+1
2006-11-30fix mixed conventional / generic vertex arrays which caused a wrong array ord...Roland Scheidegger1-0/+2
2006-11-15Remove use of GetBufferSize (depreciated).Jerome Glisse1-0/+1
2006-11-03enable generic arrays for r200 hw vertex programs by assigning unused color a...Roland Scheidegger1-2/+3
2006-10-24fix (per-vertex) fog when using ARB_vp by incorporating fog factor computatio...Roland Scheidegger1-1/+5
2006-10-13implement ARB_point_parameters and ARB_point_sprite on r200. The code is near...Roland Scheidegger1-3/+24
2006-08-30Minor r200 vertex program cleanups. Remove disabled leftovers from r300 verte...Roland Scheidegger1-1/+1
2006-07-20Some structure renaming. Prefix vertex/fragment-related structs withBrian Paul1-1/+1
2006-07-03check if radeon_drm.h from libdrm is new enough, otherwise print an error to ...Roland Scheidegger1-0/+4
2006-06-02implement arb_vertex_program in hw for r200. Code contains still some hacks, ...Roland Scheidegger1-0/+42
2006-05-27preparation for r200 hw vertex programs. Increase R200_CMD_BUF_SZ to 16k inst...Roland Scheidegger1-1/+1
2006-04-11More GLSL code:Michal Krol1-1/+1
2006-03-31Dave Reveman's patch for GLX_MESA_copy_sub_buffer supportBrian Paul1-0/+2
2006-03-28fix missing *_STATECHANGE in *UpdateViewportOffset for radeon, r200 and r300 ...Roland Scheidegger1-0/+4
2005-11-02First step of Radeon DRI unification:Eric Anholt1-3/+3
2005-10-13fix potential bug when emitting elts with lots of componentsRoland Scheidegger1-1/+2
2005-10-05reverse accidentally commited part of last commit (makes it compile again...).Roland Scheidegger1-0/+1
2005-10-05enable point sizes larger than 1 (for aliased points only) by using the hw po...Roland Scheidegger1-1/+6
2005-09-12add complete support for ATI_fragment_shader for the r200. Most of the new co...Roland Scheidegger1-6/+34
2005-09-01Finish up some of the gl_renderbuffer work.Brian Paul1-0/+6
2005-08-31enable GL_ARB_texture_env_crossbar on r200, separate the enable bits for text...Roland Scheidegger1-2/+3
2005-07-26Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick1-1/+0
2005-05-31Correct the descriptions of the glBlend{Equation,Func} fallbacks in r128, andEric Anholt1-8/+6
2005-03-15add support for user-configurable brilinear filtering on r200Roland Scheidegger1-5/+9
2005-02-10add texture micro and macro tiling to radeon/r200 driver. This can improve pe...Roland Scheidegger1-0/+3