summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300
Commit message (Expand)AuthorAgeFilesLines
* r300/compiler: fix assertion failure in the r500-fragprog emission pathMarek Olšák2010-03-211-3/+2
* r300: blits for small dst pitch work just fineMaciej Cencora2010-03-131-6/+0
* Merge branch '7.8'Michel Dänzer2010-03-121-2/+2
|\
| * Grammar and spelling fixesJeff Smith2010-03-121-2/+2
| * r300: don't enable EXT_packed_depth_stencilMaciej Cencora2010-03-081-1/+3
| * r300: allow src and dst BOs to be placed in GTT during blitMaciej Cencora2010-03-081-8/+2
| * r300: reset bos when validating buffers during blitMaciej Cencora2010-03-081-0/+3
| * r300: VAP flush is needed only when vertex program or constants are changedMaciej Cencora2010-03-084-25/+2
| * r300: recalculate point size, if point min/max size changesMaciej Cencora2010-03-081-0/+2
| * r300: no need to flush on context initMaciej Cencora2010-03-081-2/+0
| * r300: remove unnecessary codeMaciej Cencora2010-03-081-17/+0
* | r100/r200/r300/r300: only enable accelerated pixel ops with kmsAlex Deucher2010-03-123-6/+8
* | r300: enable depth test only if depth buffer is availableMaciej Cencora2010-03-101-1/+1
* | r300: don't crash if there's no colorbufferMaciej Cencora2010-03-091-1/+6
* | r300: add support for more rendering formatsMaciej Cencora2010-03-092-17/+79
* | radeon/r200/r300/r600: add is_format_renderable functionMaciej Cencora2010-03-093-0/+48
* | r300: enable HW accelerated gl(Read/Copy/Draw)PixelsMaciej Cencora2010-03-091-2/+7
* | radeon: add hw accelerated glReadPixel support (not enabled yet)Maciej Cencora2010-03-092-1/+3
* | radeon: move glGetTexImage handlers to seperate fileMaciej Cencora2010-03-072-0/+2
* | radeon: added tiling functionsMaciej Cencora2010-03-073-1/+4
* | r300: don't enable EXT_packed_depth_stencilMaciej Cencora2010-03-071-1/+3
* | r300: allow src and dst BOs to be placed in GTT during blitMaciej Cencora2010-03-071-8/+2
* | r300: reset bos when validating buffers during blitMaciej Cencora2010-03-071-0/+3
* | r300: VAP flush is needed only when vertex program or constants are changedMaciej Cencora2010-03-074-25/+2
* | r300: recalculate point size, if point min/max size changesMaciej Cencora2010-03-071-0/+2
* | r300: no need to flush on context initMaciej Cencora2010-03-071-2/+0
* | r300: remove unnecessary codeMaciej Cencora2010-03-071-17/+0
* | dri: drop MINIGLX_SOURCES (2)George Sapountzis2010-03-061-1/+0
* | dri: drop MINIGLX_SOURCESGeorge Sapountzis2010-03-061-2/+0
|/
* r300: make blit code work on swtcl machines.Dave Airlie2010-03-041-5/+18
* r300_blit: initialise whole fp structure to 0Dave Airlie2010-03-041-0/+1
* radeon/r200/r300/r600: add check_blit vtbl functionAlex Deucher2010-03-033-4/+7
* Remove stray defines of HAVE_RGBAIan Romanick2010-03-031-1/+0
* radeon/r200/r300/r600: fix blit BO buffer validationDave Airlie2010-03-031-4/+8
* r300: Add asserts to check for null pointer dereferences.Vinson Lee2010-02-271-0/+2
* r300/compiler: Assert that array index is not negative.Vinson Lee2010-02-261-0/+2
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-193-3/+3
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-193-4/+4
* mesa: replace _mesa_bzero() with memset()Brian Paul2010-02-191-1/+1
* Remove _mesa_memcmp in favor of plain memcmp.Kenneth Graunke2010-02-192-3/+2
* Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke2010-02-192-3/+3
* r300: use new program cloning functionsBrian Paul2010-02-141-1/+1
* r300: Silence uninitialized variable warning.Vinson Lee2010-02-141-1/+1
* r300/compiler: r500-fs: Properly set HW register swizzles.Corbin Simpson2010-02-102-3/+14
* radeon: Define EXT_framebuffer_object constants to match hw.Pauli Nieminen2010-02-101-0/+3
* dri_interface: Introduce DRI tokens for the texBuffer texture formatsKristian Høgsberg2010-02-091-4/+4
* r100/r200/r300/r600: Set MaxCombinedTextureImageunits.Pauli Nieminen2010-02-071-0/+4
* r300: Fix emit size prediction to know about primitive splitting.Pauli Nieminen2010-02-061-2/+12
* mesa: change ctx->Driver.ProgramStringNotify() to return GLbooleanBrian Paul2010-02-041-2/+5
* r300: fix compiler bugs introduced with MRT changes.Dave Airlie2010-02-032-2/+3