summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_context.c
AgeCommit message (Expand)Author
2011-01-09r300: Include mfeatures.h in files that perform feature tests.Vinson Lee
2010-11-08radeon: Implement GL_OES_EGL_imageJohann Rudloff
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg
2010-09-27mesa: Force GL_SGIS_generate_mipmap to always be enabledIan Romanick
2010-08-07r300c: do not advertise half float vertex on RV3xx, RS4xx, RC4xxMarek Olšák
2010-06-23r300/compiler: allow 1024 instructions in r5xx vertex shadersMarek Olšák
2010-04-28dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg
2010-04-11Merge commit 'origin/7.8'Maciej Cencora
2010-04-11r300: respect radeon common code fallbacksMaciej Cencora
2010-03-12r100/r200/r300/r300: only enable accelerated pixel ops with kmsAlex Deucher
2010-03-09radeon/r200/r300/r600: add is_format_renderable functionMaciej Cencora
2010-03-08r300: don't enable EXT_packed_depth_stencilMaciej Cencora
2010-03-07r300: don't enable EXT_packed_depth_stencilMaciej Cencora
2010-03-03radeon/r200/r300/r600: add check_blit vtbl functionAlex Deucher
2010-02-10radeon: Define EXT_framebuffer_object constants to match hw.Pauli Nieminen
2010-02-07r100/r200/r300/r600: Set MaxCombinedTextureImageunits.Pauli Nieminen
2010-01-25Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-25r300: rv350+ support FLT16_2/4 vertex formatsAlex Deucher
2010-01-23r300: Remove unnecessary headers.Vinson Lee
2010-01-23r300: only enable half floats on r500s.Dave Airlie
2010-01-23r300: half float supportDave Airlie
2010-01-19radeon/r300/r600: share common glCopyTex(Sub)Image codeMaciej Cencora
2010-01-19r300: prepare for texcopy code sharingMaciej Cencora
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg
2009-12-13r300: enable accelerated support for glCopyTexImage only under KMSMaciej Cencora
2009-12-12r300: use accelerated emit for CopyTex[Sub]Image functionsMaciej Cencora
2009-12-12r300: accelerated blit supportMaciej Cencora
2009-12-12r300: use _mesa_meta_Clear for buffer clearsMaciej Cencora
2009-11-18r300: allow disabling s3tc support if libtxc_dxtn is availableMaciej Cencora
2009-11-14r300: fix regression introduced in 1d5a06a1f7812c055db1d724e40d21a0e3686dd1Maciej Cencora
2009-10-23mesa: Enable remap table in core.Chia-I Wu
2009-10-05Merge branch 'mesa_7_6_branch'Brian Paul
2009-10-03r300: Workaround problem on R500 with very large fragment programsNicolai Hähnle
2009-09-04r300: Add support for GL_EXT_provoking_vertexAlex Deucher
2009-08-27r300: Cleanup reported native program limitsNicolai Hähnle
2009-08-25Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into r600_st...Pauli Nieminen
2009-08-25r300: fix condition logicMaciej Cencora
2009-08-25r300: set proper CS section sizeMaciej Cencora
2009-08-24r300: add support for getting Z pipe info from drmAlex Deucher
2009-08-24Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into r600_st...Pauli Nieminen
2009-08-24r300: add support for EXT_framebuffer_blitMaciej Cencora
2009-08-21r300: Clean emit code.Pauli Nieminen
2009-08-18r300: remove warning introduced with OQDave Airlie
2009-08-18r300: OQ reworkDave Airlie
2009-08-15r300: enable ARB_occlusion_queryMaciej Cencora
2009-08-15r300: add occlusion queries supportMaciej Cencora
2009-08-14r300: remove unused software TNL pathMaciej Cencora
2009-08-14r300: use VBOs for vertex attributesMaciej Cencora
2009-07-31radeon: fix r100/r200 compressed texture strideRoland Scheidegger