summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r600
Commit message (Expand)AuthorAgeFilesLines
* r100/r200/r300/r600: enable accel for Copy/DrawPixels without kmsAlex Deucher2010-03-241-4/+3
* Merge branch '7.8' into masterPauli Nieminen2010-03-171-1/+1
|\
| * Correct GL_EQUIV code in r67/7xx.Matthew W. S. Bell2010-03-161-1/+1
* | Merge branch '7.8'Michel Dänzer2010-03-121-1/+1
|\|
| * dri/r700: include shader/programopt.h instead of programopt.c.Luc Verhaegen2010-03-121-1/+1
* | r100/r200/r300/r300: only enable accelerated pixel ops with kmsAlex Deucher2010-03-123-7/+8
* | radeon/r200/r600: enable HW accelerated gl(Read/Copy/Draw)PixelsAlex Deucher2010-03-101-2/+7
* | radeon/r200/r300/r600: add is_format_renderable functionMaciej Cencora2010-03-091-0/+1
* | radeon: add hw accelerated glReadPixel support (not enabled yet)Maciej Cencora2010-03-092-1/+3
* | Merge branch '7.8'Brian Paul2010-03-081-0/+1
|\|
| * r600: enable GL_ARB_pixel_buffer_objectAlex Deucher2010-03-081-0/+1
| * radeon/r200/r600: allow src and dst BOs to be placed in GTT during blitAlex Deucher2010-03-081-8/+2
| * radeon/r200/r600: reset bos when validating buffers during blitAlex Deucher2010-03-081-0/+2
| * r600: recalculate point size, if point min/max size changesAlex Deucher2010-03-081-0/+2
| * r600: no need to flush on context initAlex Deucher2010-03-081-2/+0
* | radeon/r200/r600: allow src and dst BOs to be placed in GTT during blitAlex Deucher2010-03-081-8/+2
* | radeon/r200/r600: reset bos when validating buffers during blitAlex Deucher2010-03-081-0/+2
* | r600: recalculate point size, if point min/max size changesAlex Deucher2010-03-081-0/+2
* | r600: no need to flush on context initAlex Deucher2010-03-081-2/+0
* | radeon: move glGetTexImage handlers to seperate fileMaciej Cencora2010-03-072-0/+2
* | radeon: added tiling functionsMaciej Cencora2010-03-073-1/+4
* | dri: drop MINIGLX_SOURCES (2)George Sapountzis2010-03-061-1/+0
* | dri: drop MINIGLX_SOURCESGeorge Sapountzis2010-03-061-2/+0
|/
* radeon/r200/r300/r600: add check_blit vtbl functionAlex Deucher2010-03-033-2/+36
* radeon/r200/r300/r600: fix blit BO buffer validationDave Airlie2010-03-031-6/+8
* r600: fix blender picking.Dave Airlie2010-03-021-3/+15
* r600: Assert pointer is not null before dereferencing.Vinson Lee2010-02-271-0/+3
* r600: enable OQ on rv740 on drms with working pipe configAlex Deucher2010-02-261-3/+6
* r600: fail to validate unsupported texture formatsKlaus Schnass2010-02-261-16/+12
* r600: proper fix for 15601835361e2fdd34b38b265cfc3007749ee24dAlex Deucher2010-02-242-2/+2
* r600: Assert that array index is not negative.Vinson Lee2010-02-241-0/+1
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-191-1/+1
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-192-2/+2
* Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke2010-02-191-2/+2
* r600: use new program cloning functionsBrian Paul2010-02-141-1/+1
* r600: Silence uninitialized variable warnings.Vinson Lee2010-02-141-0/+4
* r600: Silence uninitialized variable warning.Vinson Lee2010-02-141-1/+1
* Revert "r600c: substract vbo offset to vbo size"Jerome Glisse2010-02-121-1/+1
* r600c: substract vbo offset to vbo sizeJerome Glisse2010-02-121-1/+1
* r600: be more exact in vb size calculationAndre Maasikas2010-02-121-1/+2
* r600: support GL_SHORT attributesAndre Maasikas2010-02-121-5/+5
* r600: Fix typo in __DRI_TEXTURE_FORMAT_RGBA renameKristian Høgsberg2010-02-101-1/+1
* radeon: Define EXT_framebuffer_object constants to match hw.Pauli Nieminen2010-02-101-0/+2
* dri_interface: Introduce DRI tokens for the texBuffer texture formatsKristian Høgsberg2010-02-091-3/+3
* r100/r200/r300/r600: Set MaxCombinedTextureImageunits.Pauli Nieminen2010-02-071-0/+4
* mesa: change ctx->Driver.ProgramStringNotify() to return GLbooleanBrian Paul2010-02-041-1/+3
* r600: reduce number of cache flushesAlex Deucher2010-02-042-3/+3
* r600: Remove duplicate assignment.Vinson Lee2010-01-311-1/+1
* r600: Remove unnecessary headers.Vinson Lee2010-01-3011-24/+0
* r600: fix warningAlex Deucher2010-01-271-2/+0