summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300
AgeCommit message (Expand)Author
2010-03-21r300/compiler: fix assertion failure in the r500-fragprog emission pathMarek Olšák
2010-03-13r300: blits for small dst pitch work just fineMaciej Cencora
2010-03-12Merge branch '7.8'Michel Dänzer
2010-03-12r100/r200/r300/r300: only enable accelerated pixel ops with kmsAlex Deucher
2010-03-12Grammar and spelling fixesJeff Smith
2010-03-10r300: enable depth test only if depth buffer is availableMaciej Cencora
2010-03-09r300: don't crash if there's no colorbufferMaciej Cencora
2010-03-09r300: add support for more rendering formatsMaciej Cencora
2010-03-09radeon/r200/r300/r600: add is_format_renderable functionMaciej Cencora
2010-03-09r300: enable HW accelerated gl(Read/Copy/Draw)PixelsMaciej Cencora
2010-03-09radeon: add hw accelerated glReadPixel support (not enabled yet)Maciej Cencora
2010-03-08r300: don't enable EXT_packed_depth_stencilMaciej Cencora
2010-03-08r300: allow src and dst BOs to be placed in GTT during blitMaciej Cencora
2010-03-08r300: reset bos when validating buffers during blitMaciej Cencora
2010-03-08r300: VAP flush is needed only when vertex program or constants are changedMaciej Cencora
2010-03-08r300: recalculate point size, if point min/max size changesMaciej Cencora
2010-03-08r300: no need to flush on context initMaciej Cencora
2010-03-08r300: remove unnecessary codeMaciej Cencora
2010-03-07radeon: move glGetTexImage handlers to seperate fileMaciej Cencora
2010-03-07radeon: added tiling functionsMaciej Cencora
2010-03-07r300: don't enable EXT_packed_depth_stencilMaciej Cencora
2010-03-07r300: allow src and dst BOs to be placed in GTT during blitMaciej Cencora
2010-03-07r300: reset bos when validating buffers during blitMaciej Cencora
2010-03-07r300: VAP flush is needed only when vertex program or constants are changedMaciej Cencora
2010-03-07r300: recalculate point size, if point min/max size changesMaciej Cencora
2010-03-07r300: no need to flush on context initMaciej Cencora
2010-03-07r300: remove unnecessary codeMaciej Cencora
2010-03-06dri: drop MINIGLX_SOURCES (2)George Sapountzis
2010-03-06dri: drop MINIGLX_SOURCESGeorge Sapountzis
2010-03-04r300: make blit code work on swtcl machines.Dave Airlie
2010-03-04r300_blit: initialise whole fp structure to 0Dave Airlie
2010-03-03radeon/r200/r300/r600: add check_blit vtbl functionAlex Deucher
2010-03-03Remove stray defines of HAVE_RGBAIan Romanick
2010-03-03radeon/r200/r300/r600: fix blit BO buffer validationDave Airlie
2010-02-27r300: Add asserts to check for null pointer dereferences.Vinson Lee
2010-02-26r300/compiler: Assert that array index is not negative.Vinson Lee
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg
2010-02-19mesa: replace _mesa_bzero() with memset()Brian Paul
2010-02-19Remove _mesa_memcmp in favor of plain memcmp.Kenneth Graunke
2010-02-19Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke
2010-02-14r300: use new program cloning functionsBrian Paul
2010-02-14r300: Silence uninitialized variable warning.Vinson Lee
2010-02-10r300/compiler: r500-fs: Properly set HW register swizzles.Corbin Simpson
2010-02-10radeon: Define EXT_framebuffer_object constants to match hw.Pauli Nieminen
2010-02-09dri_interface: Introduce DRI tokens for the texBuffer texture formatsKristian Høgsberg
2010-02-07r100/r200/r300/r600: Set MaxCombinedTextureImageunits.Pauli Nieminen
2010-02-06r300: Fix emit size prediction to know about primitive splitting.Pauli Nieminen
2010-02-04mesa: change ctx->Driver.ProgramStringNotify() to return GLbooleanBrian Paul
2010-02-03r300: fix compiler bugs introduced with MRT changes.Dave Airlie