summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r600/r600_context.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* r600: add ARB_texture_non_power_of_two support.Dave Airlie2009-11-251-1/+1
* r600 : eliminate Wondows line ending for test code.Richard Li2009-11-201-28/+28
* r600 : Clean up a bit test code mess.Richard Li2009-11-191-17/+0
* r600 : check in shader code test enable flag: if flagRichard Li2009-11-191-5/+49
* r600: Add support for ARB_depth_clampAlex Deucher2009-10-291-0/+1
* r600: add occlusion query supportAlex Deucher2009-10-281-4/+27
* mesa: Enable remap table in core.Chia-I Wu2009-10-231-4/+4
* r600: remove old tnl pipelineAlex Deucher2009-10-231-16/+17
* r600: clean up context creationAlex Deucher2009-10-231-102/+100
* r600: enable EXT_vertex_array_bgra extensionsAlex Deucher2009-10-141-0/+1
* r600 : add draw_prim support, make up one lost change.Richard Li2009-09-221-0/+1
* r600 : add draw_prim support.Richard Li2009-09-221-0/+3
* r600: fix typo in the last commitAlex Deucher2009-09-211-5/+5