summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r600/r600_context.c
AgeCommit message (Expand)Author
2011-01-09r600: Include mfeatures.h in files that perform feature tests.Vinson Lee
2011-01-06r600c: add support for NI asicsAlex Deucher
2010-12-02r600c: bump texture limits to hw limitsAlex Deucher
2010-11-22r600c: add Ontario Fusion APU supportAlex Deucher
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-09-21mesa: don't advertise bogus GL_ARB_shading_language_120 extensionBrian Paul
2010-09-10r600c: oq updatesAlex Deucher
2010-09-10r600: set correct initial point_minmax valuesAndre Maasikas
2010-09-08glsl: make compiler options per-targetLuca Barbieri
2010-08-20evergreen : initial support driver code.richard
2010-08-12r600: add support for draw_elements_base_vertexAndre Maasikas
2010-08-09r600: bump glsl versionAndre Maasikas
2010-07-11r600: Remove unnecessary headers.Vinson Lee
2010-05-02Merge branch 'gles2-2'Kristian Høgsberg
2010-04-28dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg
2010-04-26r600: add support for more rendering formatsAlex Deucher
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-08r600: enable GL_ARB_pixel_buffer_objectAlex Deucher
2010-03-03radeon/r200/r300/r600: add check_blit vtbl functionAlex Deucher
2010-02-26r600: enable OQ on rv740 on drms with working pipe configAlex 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-30r600: Remove unnecessary headers.Vinson Lee
2010-01-27r600: fix warningAlex Deucher
2010-01-27r600: rv670 support 8 tex instructions just like other r6xxAlex Deucher
2010-01-27r600: increase max texture units to 16Andre Maasikas
2010-01-19radeon/r300/r600: share common glCopyTex(Sub)Image codeMaciej Cencora
2010-01-15r600: add initial blit supportAndre Maasikas
2010-01-05Merge branch 'remove-intel-dri1'Kristian Høgsberg
2010-01-05r600: support depth compare functions & shadow_ambientAndre Maasikas
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg
2009-12-18r600 : enable gl2, set R600_ENABLE_GLSL_TEST by default.Richard Li
2009-12-16r600 : clean a bit to prepare to enable gl2.Richard Li
2009-11-25r600: add ARB_texture_non_power_of_two support.Dave Airlie
2009-11-20r600 : eliminate Wondows line ending for test code.Richard Li
2009-11-19r600 : Clean up a bit test code mess.Richard Li
2009-11-19r600 : check in shader code test enable flag: if flagRichard Li
2009-10-29r600: Add support for ARB_depth_clampAlex Deucher
2009-10-28r600: add occlusion query supportAlex Deucher
2009-10-23mesa: Enable remap table in core.Chia-I Wu
2009-10-23r600: remove old tnl pipelineAlex Deucher
2009-10-23r600: clean up context creationAlex Deucher
2009-10-14r600: enable EXT_vertex_array_bgra extensionsAlex Deucher
2009-09-22r600 : add draw_prim support, make up one lost change.Richard Li
2009-09-22r600 : add draw_prim support.Richard Li
2009-09-21r600: fix typo in the last commitAlex Deucher