summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_context.c
AgeCommit message (Expand)Author
2009-05-04r300: set proper texture row alignment for IGP chipsMaciej Cencora
2009-04-27r300: fix fragment program limitsMaciej Cencora
2009-04-27r300: fix performance regressionMaciej Cencora
2009-04-27r300: add point attenuation stage for TCL fallbacksMaciej Cencora
2009-04-27r300: remove unnecessary function callsMaciej Cencora
2009-04-19r300: r300/r500 fp shader merge WIPMaciej Cencora
2009-04-19r300: context creation cleanupMaciej Cencora
2009-04-09Merge remote branch 'origin/master' into radeon-rewriteDave Airlie
2009-04-02radeon/r200/r300: collapse context destruction down to a common path.Dave Airlie
2009-04-02r300: fix qtdemo qt4 startupDave Airlie
2009-03-25r300: Texture size limit cleanups.Michel Dänzer
2009-03-24radeon/r200/r300: set the texture depth correctly for DRI2Dave Airlie
2009-03-23raedon/r200/r300: mega-FBO commits.Dave Airlie
2009-03-20r300: init fbosDave Airlie
2009-03-20r300: enable FBO for a testDave Airlie
2009-03-20Merge remote branch 'main/master' into radeon-rewriteDave Airlie
2009-03-06r300: enable EXT_fog_coord extensionMaciej Cencora
2009-03-03radeon: refactor framebuffer code like intelDave Airlie
2009-02-26r300: don't flush VAP too often.Dave Airlie
2009-02-23r300: use OUT_BATCH_REGVAL in a few more placesDave Airlie
2009-02-13Merge remote branch 'origin/master' into radeon-rewriteDave Airlie
2009-02-13r300: fix warning about mesa_lock_context_textureDave Airlie
2009-02-12r300: make r300 work with latest changesDave Airlie
2009-02-12radeon/r200/r300: make build with out libdrm_radeon installed for nowDave Airlie
2009-02-12radeon/r200/r300: another big merge upheavel.Dave Airlie
2009-02-11radeon: cleanup cmdbufferDave Airlie
2009-02-11radeon: fix span init needs more workDave Airlie
2009-02-11radeon/r200/r300: merge span code into single shared fileDave Airlie
2009-02-04radeon_cs: move to inline cs_write_dwordDave Airlie
2009-01-31r200/r300: swtcl fixups to use old dma buffers on top of BOsDave Airlie
2009-01-29radeon/r200/r300: bring back old style DMA buffer on top of BOs.Dave Airlie
2009-01-28Make GL_ARB_draw_buffers mandatoryIan Romanick
2009-01-28Make GL_{EXT,SUN}_multi_draw_arrays and GL_IBM_multimode_draw_arrays mandatoryIan Romanick
2009-01-28Make GL_ARB_vertex_buffer_object mandatoryIan Romanick
2009-01-28Make GL_ARB_multisample mandatoryIan Romanick
2009-01-28Make GL_ARB_texture_compression mandatoryIan Romanick
2009-01-23r300: Enable GL_ATI_separate_stencil in R300Ian Romanick
2009-01-22r200/r300: port r200 texture handling to common codeDave Airlie
2009-01-21radeon/r200/r300: start to move to common miptree/texobjDave Airlie
2009-01-20r200: clear is working at least - not much elseDave Airlie
2009-01-15radeon/r200/r300: start to make cmd buf usefulDave Airlie
2009-01-14radeon/r200/r300: make legacy emit non-r300 specificDave Airlie
2009-01-14r300: start moving new r300 cmdbuf into common codeDave Airlie
2009-01-14radeon/r200/r300: consolidate swap buffersDave Airlie
2009-01-14radeon/r200/r300: consolidate the buffer copy/flip code into one placeDave Airlie
2009-01-14radeon/r200/r300: attempt to move lock to common codeDave Airlie
2008-11-14r300: SetTex extension supportJerome Glisse
2008-11-14r300: bo and cs abstraction.Jerome Glisse
2008-10-01Unify ARB_depth_texture and SGIX_depth_textureIan Romanick
2008-09-22r300: Adapt to the removal of _tnl_ProgramCacheInit() and friends.Michel Dänzer