Merge branch 'mesa_7_5_branch'
[mesa.git] / src / mesa / drivers / dri / r300 / r300_context.c
2009-06-17 Brian PaulMerge branch 'mesa_7_5_branch'
2009-06-15 Brian PaulMerge branch 'arb_map_buffer_range'
2009-06-15 Thomas HellstromMerge branch 'mesa_7_5_branch'
2009-06-12 Maciej Cencorar300: add support for EXT_texture_sRGB
2009-06-12 Jakob BornecrantzMerge branch 'mesa_7_5_branch'
2009-06-12 Dave Airlieradeon/r200/r300: fix max texture levels assert
2009-06-12 Dave AirlieMerge remote branch 'main/radeon-rewrite'
2009-06-07 Dave AirlieMerge remote branch 'origin/master' into radeon-rewrite
2009-06-07 Maciej Cencorar300: enable EXT_vertex_array_bgra extensions
2009-06-07 Maciej Cencorar300: add hw accelerated support for different vertex...
2009-05-20 Michel DänzerMerge branch 'master' into radeon-rewrite
2009-05-20 Jerome Glisseradeon: set max texture size
2009-05-18 Brian PaulMerge branch 'mesa_7_5_branch'
2009-05-16 Maciej Cencorar300: move forward declarations to where they belong
2009-05-16 Maciej Cencorar300: software fallbacking handling rewrite
2009-05-16 Maciej Cencorar300: further cleanup
2009-05-14 Michel Dänzerr300: Make sure to drop current hardware state referenc...
2009-05-10 Jerome GlisseMerge commit 'origin/master' into radeon-rewrite
2009-05-04 Maciej Cencorar300: set proper texture row alignment for IGP chips
2009-04-27 Maciej Cencorar300: fix fragment program limits
2009-04-27 Maciej Cencorar300: fix performance regression
2009-04-27 Maciej Cencorar300: add point attenuation stage for TCL fallbacks
2009-04-27 Maciej Cencorar300: remove unnecessary function calls
2009-04-22 Dave AirlieMerge remote branch 'origin/master' into radeon-rewrite
2009-04-19 Maciej Cencorar300: r300/r500 fp shader merge WIP
2009-04-19 Maciej Cencorar300: context creation cleanup
2009-04-09 Dave AirlieMerge remote branch 'origin/master' into radeon-rewrite
2009-04-02 Dave Airlieradeon/r200/r300: collapse context destruction down...
2009-04-02 Dave Airlier300: fix qtdemo qt4 startup
2009-03-25 Michel Dänzerr300: Texture size limit cleanups.
2009-03-24 Dave Airlieradeon/r200/r300: set the texture depth correctly for...
2009-03-23 Dave AirlieMerge branch 'radeon-fbo-hacking' into radeon-rewrite
2009-03-23 Dave Airlieraedon/r200/r300: mega-FBO commits.
2009-03-22 Dave AirlieMerge remote branch 'origin/master' into HEAD
2009-03-20 Dave Airlier300: init fbos
2009-03-20 Dave Airlier300: enable FBO for a test
2009-03-20 Dave AirlieMerge remote branch 'main/master' into radeon-rewrite
2009-03-06 Maciej Cencorar300: enable EXT_fog_coord extension
2009-03-03 José FonsecaMerge commit 'origin/gallium-0.1'
2009-03-03 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-03-02 Dave Airlieradeon: refactor framebuffer code like intel
2009-02-26 Dave Airlier300: don't flush VAP too often.
2009-02-23 José FonsecaMerge commit 'origin/gallium-0.1'
2009-02-23 Dave Airlier300: use OUT_BATCH_REGVAL in a few more places
2009-02-18 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-02-16 Keith WhitwellMerge branch 'master' into gallium-texture-transfer
2009-02-12 Dave AirlieMerge remote branch 'origin/master' into radeon-rewrite
2009-02-12 Dave Airlier300: fix warning about mesa_lock_context_texture
2009-02-12 Dave Airlier300: make r300 work with latest changes
2009-02-12 Dave Airlieradeon/r200/r300: make build with out libdrm_radeon...
2009-02-12 Dave Airlieradeon/r200/r300: another big merge upheavel.
2009-02-11 Dave Airlieradeon: cleanup cmdbuffer
2009-02-10 Brian PaulMerge commit 'origin/gallium-0.2' into gallium-master...
2009-02-10 Dave Airlieradeon: fix span init needs more work
2009-02-10 Dave Airlieradeon/r200/r300: merge span code into single shared...
2009-02-09 Brian Paulmesa: merge gallium-0.2 into gallium-master-merge
2009-02-04 Dave Airlieradeon_cs: move to inline cs_write_dword
2009-01-30 Dave Airlier200/r300: swtcl fixups to use old dma buffers on top...
2009-01-29 Dave Airlieradeon/r200/r300: bring back old style DMA buffer on...
2009-01-29 Ian RomanickMake GL_ARB_draw_buffers mandatory
2009-01-29 Ian RomanickMake GL_{EXT,SUN}_multi_draw_arrays and GL_IBM_multimod...
2009-01-29 Ian RomanickMake GL_ARB_vertex_buffer_object mandatory
2009-01-29 Ian RomanickMake GL_ARB_multisample mandatory
2009-01-29 Ian RomanickMake GL_ARB_texture_compression mandatory
2009-01-23 Brian PaulMerge branch 'vertex_array_bgra'
2009-01-23 Ian Romanickr300: Enable GL_ATI_separate_stencil in R300
2009-01-21 Dave Airlier200/r300: port r200 texture handling to common code
2009-01-20 Dave Airlieradeon/r200/r300: start to move to common miptree/texobj
2009-01-20 Dave Airlier200: clear is working at least - not much else
2009-01-15 Dave Airlieradeon/r200/r300: start to make cmd buf useful
2009-01-14 Dave Airlieradeon/r200/r300: make legacy emit non-r300 specific
2009-01-14 Dave Airlier300: start moving new r300 cmdbuf into common code
2009-01-14 Dave Airlieradeon/r200/r300: consolidate swap buffers
2009-01-14 Dave Airlieradeon/r200/r300: consolidate the buffer copy/flip...
2009-01-14 Dave Airlieradeon/r200/r300: attempt to move lock to common code
2009-01-08 José FonsecaMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-31 José FonsecaMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-22 José FonsecaMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-15 Alan HourihaneMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-11 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-12-09 Alan HourihaneMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-28 Alan HourihaneMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-25 Alan HourihaneMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-19 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-14 Jerome Glisser300: SetTex extension support
2008-11-14 Jerome Glisser300: bo and cs abstraction.
2008-11-12 Pekka PaalanenMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-10 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-07 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-06 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-11-05 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-10-27 Ben SkeggsMerge remote branch 'nouveau/gallium-0.1' into gallium-0.2
2008-10-17 Brian PaulMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-10-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-10-15 Ben SkeggsMerge remote branch 'origin/gallium-0.2' into gallium-0.2
2008-10-10 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-10-10 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-10-02 Ian RomanickUnify ARB_depth_texture and SGIX_depth_texture
2008-09-30 Ben SkeggsMerge remote branch 'origin/gallium-0.2' into gallium-0.2
next