summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r600/r600_context.c
Commit message (Expand)AuthorAgeFilesLines
* r300c, r600c: Remove these DRI drivers.Eric Anholt2011-10-281-492/+0
* r600: include version.h for _mesa_override_glsl_version() prototypeBrian Paul2011-10-011-0/+1
* mesa: Remove ARB_texture_mirrored_repeat extension enable flagIan Romanick2011-09-291-1/+0
* mesa: Remove EXT_blend_subtract extension enable flagIan Romanick2011-09-291-1/+0
* mesa: Remove EXT_stencil_wrap extension enable flagIan Romanick2011-09-291-1/+0
* mesa: Remove EXT_texture_lod_bias extension enable flagIan Romanick2011-09-291-1/+0
* mesa: Remove EXT_texture_env_combine extension enable flagIan Romanick2011-09-291-1/+0
* mesa: Remove EXT_texture_env_add extension enable flagIan Romanick2011-09-291-1/+0
* mesa: Remove ARB_multitexture extension enable flagIan Romanick2011-09-291-1/+0
* mesa: Allow overriding GLSL version with environment variableChad Versace2011-09-281-0/+1
* dri: Remove redundant GL_SGIS_texture_edge_clamp enablesIan Romanick2011-09-261-1/+0
* r600: Enable extensions by just setting the flagsIan Romanick2011-09-091-105/+61
* mesa: finish up ARB_texture_floatMarek Olšák2011-04-151-1/+0
* r600: Include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-091-0/+1
* r600c: add support for NI asicsAlex Deucher2011-01-061-1/+1
* r600c: bump texture limits to hw limitsAlex Deucher2010-12-021-2/+7
* r600c: add Ontario Fusion APU supportAlex Deucher2010-11-221-1/+1
* radeon: Implement GL_OES_EGL_imageJohann Rudloff2010-11-081-0/+4
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-4/+4
* Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg2010-10-131-1/+1
* mesa: Force GL_SGIS_generate_mipmap to always be enabledIan Romanick2010-09-271-1/+0
* mesa: don't advertise bogus GL_ARB_shading_language_120 extensionBrian Paul2010-09-211-1/+2
* r600c: oq updatesAlex Deucher2010-09-101-1/+1
* r600: set correct initial point_minmax valuesAndre Maasikas2010-09-101-0/+4
* glsl: make compiler options per-targetLuca Barbieri2010-09-081-2/+6
* evergreen : initial support driver code.richard2010-08-201-7/+82
* r600: add support for draw_elements_base_vertexAndre Maasikas2010-08-121-0/+2
* r600: bump glsl versionAndre Maasikas2010-08-091-0/+2
* r600: Remove unnecessary headers.Vinson Lee2010-07-111-1/+0
* Merge branch 'gles2-2'Kristian Høgsberg2010-05-021-1/+2
|\
| * dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg2010-04-281-1/+2
* | r600: add support for more rendering formatsAlex Deucher2010-04-261-1/+1
|/
* r100/r200/r300/r300: only enable accelerated pixel ops with kmsAlex Deucher2010-03-121-1/+1
* radeon/r200/r300/r600: add is_format_renderable functionMaciej Cencora2010-03-091-0/+1
* r600: enable GL_ARB_pixel_buffer_objectAlex Deucher2010-03-081-0/+1
* radeon/r200/r300/r600: add check_blit vtbl functionAlex Deucher2010-03-031-0/+1
* r600: enable OQ on rv740 on drms with working pipe configAlex Deucher2010-02-261-3/+6
* radeon: Define EXT_framebuffer_object constants to match hw.Pauli Nieminen2010-02-101-0/+2
* r100/r200/r300/r600: Set MaxCombinedTextureImageunits.Pauli Nieminen2010-02-071-0/+4
* r600: Remove unnecessary headers.Vinson Lee2010-01-301-5/+0
* r600: fix warningAlex Deucher2010-01-271-2/+0
* r600: rv670 support 8 tex instructions just like other r6xxAlex Deucher2010-01-271-3/+5
* r600: increase max texture units to 16Andre Maasikas2010-01-271-4/+2
* radeon/r300/r600: share common glCopyTex(Sub)Image codeMaciej Cencora2010-01-191-5/+3
* r600: add initial blit supportAndre Maasikas2010-01-151-0/+4
* Merge branch 'remove-intel-dri1'Kristian Høgsberg2010-01-051-2/+2
|\
| * Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-041-2/+2
* | r600: support depth compare functions & shadow_ambientAndre Maasikas2010-01-051-0/+2
|/
* r600 : enable gl2, set R600_ENABLE_GLSL_TEST by default.Richard Li2009-12-181-1/+1
* r600 : clean a bit to prepare to enable gl2.Richard Li2009-12-161-14/+2