summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300
AgeCommit message (Expand)Author
2009-10-25mesa: choose texture format in core mesa, not driversBrian Paul
2009-10-21radeon: replace MESA_FORMAT_Z24_S8 with MESA_FORMAT_S8_Z24Brian Paul
2009-10-08mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul
2009-10-05drivers: don't include texformat.hBrian Paul
2009-09-30mesa: replace gl_texture_format with gl_formatBrian Paul
2009-09-27drivers: use more mesa format functionsBrian Paul
2009-09-24Merge branch 'mesa_7_6_branch'Brian Paul
2009-09-23r300: fallback to software rendering if we are out of free texcoordsMaciej Cencora
2009-09-22Merge branch 'mesa_7_6_branch'Brian Paul
2009-09-22r300: Fix crash reported in bug #24066Nicolai Hähnle
2009-09-21r300: fix a typoMaciej Cencora
2009-09-21r300: fix a typoMaciej Cencora
2009-09-21Merge branch 'mesa_7_6_branch'Nicolai Hähnle
2009-09-21r300: Zero-initialize register for NV_vertex_programNicolai Hähnle
2009-09-21r300: Fix handling of NV_vertex_program parametersNicolai Hähnle
2009-09-21Merge branch 'mesa_7_6_branch'Michel Dänzer
2009-09-20r300/compiler: Fix trig instructions in R300 fpNicolai Hähnle
2009-09-20Merge branch 'mesa_7_6_branch'Brian Paul
2009-09-20r300/compiler: Fix R300 fragment program regression introduced by 0723cd1...Nicolai Hähnle
2009-09-16radeon: cleanup compile defines mess.Dave Airlie
2009-09-10r300: enable rb3d_discard_src_pixel_lte_threshold for more chips on dri2Alex Deucher
2009-09-10r300: add full support for two sided stencil on r5xx for dri2Alex Deucher
2009-09-04r300: Add support for GL_EXT_provoking_vertexAlex Deucher
2009-09-01r300/compiler: fix warning due to no newlineDave Airlie
2009-08-31r300: Convert to shared debug code.Pauli Nieminen
2009-08-31radeon: Add common debugging functions.Pauli Nieminen
2009-08-29r300: Disable threshold register for KMS.Pauli Nieminen
2009-08-29r300: Swtcl prediction was still missing scissors.Pauli Nieminen
2009-08-29r300: Add missing pre_emit_count to swtcl state size prediction.Pauli Nieminen
2009-08-29radeon: Fix swtcl emit pediction.Pauli Nieminen
2009-08-28radeon: fix scissors harder.Dave Airlie
2009-08-28r300: Fix emit prediction to account scissor emitting correctly.Pauli Nieminen
2009-08-27r300: Cleanup reported native program limitsNicolai Hähnle
2009-08-27r300: Debug messages are written to stderr, so fflush thatNicolai Hähnle
2009-08-27radeon/r200/r300: Fix swtcl prediction to work after primitie change.Pauli Nieminen
2009-08-27r300/compiler: Fix vertex program MAD emitNicolai Hähnle
2009-08-27r300/compiler: Fix bug in rc_find_free_temporaryNicolai Hähnle
2009-08-27radeon/r200/r300: Fix swtcl flushing not to invalidate dma region.Pauli Nieminen
2009-08-26r300: r4xx and rs4xx also have lte discard regsAlex Deucher
2009-08-25radeon: Fix all compiler warnings.Pauli Nieminen
2009-08-25Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into r600_st...Pauli Nieminen
2009-08-25r300: fix condition logicMaciej Cencora
2009-08-25r300: set proper CS section sizeMaciej Cencora
2009-08-25radeon/r200/r300/r600: Warn if we emit more than prediction was.Pauli Nieminen
2009-08-24r300: add support for getting Z pipe info from drmAlex Deucher
2009-08-24Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into r600_st...Pauli Nieminen
2009-08-24r300: add support for EXT_framebuffer_blitMaciej Cencora
2009-08-24Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into r600_st...Pauli Nieminen
2009-08-23r300: fix a typoMaciej Cencora
2009-08-23r300: minor optimizationMaciej Cencora