summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon
Commit message (Expand)AuthorAgeFilesLines
* radeon: Change debugging code to use macros instead of inline functions.Pauli Nieminen2009-09-102-43/+27
* radeon: Add more verbose error message for failed command buffer.Pauli Nieminen2009-09-091-1/+3
* mesa: change ctx->Driver.BufferData() to return GLboolean for success/failureBrian Paul2009-09-031-2/+7
* radeon: pass internal format into the miptree.Dave Airlie2009-09-033-11/+14
* radeon/dri2: add gl20 bits for r300/r600 just like dri1 doesDave Airlie2009-09-031-0/+2
* radeon: trim down #includesBrian Paul2009-09-011-28/+0
* radeon: use _mesa_meta_clear()Brian Paul2009-09-011-2/+2
* radeon: Fix OQ to set ful lstate as dirty too.Pauli Nieminen2009-09-021-0/+1
* radeon: Fix debug output to filter out less critical messages instead of more...Pauli Nieminen2009-09-021-1/+1
* radeon: fix r100/r200 polygon stipple under kmsDave Airlie2009-09-015-28/+31
* r100: fixup cubemap domainsDave Airlie2009-09-011-1/+1
* radeon: Fix null pointer reference in debug system if no context is bind.Pauli Nieminen2009-09-011-3/+6
* radeon: Add support for indenting debug output.Pauli Nieminen2009-08-315-3/+67
* radeon: Add comment warning about not choosing critical debug level.Pauli Nieminen2009-08-311-0/+3
* radeon: Change default debug level to verbose.Pauli Nieminen2009-08-311-1/+1
* radeon: Make OQ to use new style debugging.Pauli Nieminen2009-08-311-11/+12
* radeon: Add gcc attribute to enable pritnf format warnings.Pauli Nieminen2009-08-311-0/+16
* r100: Use shared debug code.Pauli Nieminen2009-08-3124-222/+125
* radeon: Add common debugging functions.Pauli Nieminen2009-08-312-0/+207
* r600: add missing r7xx pci idAlex Deucher2009-08-312-0/+2
* radeon: Fix swtcl emit pediction.Pauli Nieminen2009-08-292-12/+21
* radeon: Fix scissors for dri1.Pauli Nieminen2009-08-281-4/+21
* r100/r200: Bring back old PolygonStripple for DRI1.Pauli Nieminen2009-08-287-9/+30
* r100/r200: Share PolygonStripple code.Pauli Nieminen2009-08-284-25/+29
* radeon: fix scissors harder.Dave Airlie2009-08-281-2/+2
* radeon/r200/r300: Fix swtcl prediction to work after primitie change.Pauli Nieminen2009-08-272-13/+30
* radeon: fix scissor calcs.Dave Airlie2009-08-271-15/+20
* radeon: fix max indx/vertex emission due to state checkerDave Airlie2009-08-272-2/+4
* radeon: Fix loop en condition so debug output doesn't flood meaningless values.Pauli Nieminen2009-08-271-1/+1
* radeon: Make RADEON_CMDBUF more fine grained.Pauli Nieminen2009-08-271-2/+8
* radeon/r200/r300: Fix swtcl flushing not to invalidate dma region.Pauli Nieminen2009-08-273-17/+22
* radeon/r100/r200: actually init the OQ support properlyDave Airlie2009-08-262-0/+2
* radeon: add r100 OQ support with kms.Dave Airlie2009-08-264-0/+33
* r200: Add scissor to state atom list.Pauli Nieminen2009-08-262-0/+4
* radeon/r600: Fix remaining warnings when building 64 bit binary.Pauli Nieminen2009-08-252-4/+5
* radeon: Fix all compiler warnings.Pauli Nieminen2009-08-257-30/+15
* Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into r600_st...Pauli Nieminen2009-08-254-1/+29
|\
| * r300: add support for getting Z pipe info from drmAlex Deucher2009-08-243-0/+27
| * radeon: fix fbo size calculation to after pitchDave Airlie2009-08-251-1/+2
* | radeon/r200/r300/r600: Warn if we emit more than prediction was.Pauli Nieminen2009-08-251-5/+16
* | radeon: Add debug output to radeonCountStateEmitSize.Pauli Nieminen2009-08-241-4/+17
* | Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into r600_st...Pauli Nieminen2009-08-242-44/+42
|\|
| * r300: add support for EXT_framebuffer_blitMaciej Cencora2009-08-242-44/+42
* | radeon: Fix dri1 ctx emit size.Pauli Nieminen2009-08-241-1/+2
* | Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into r600_st...Pauli Nieminen2009-08-249-23/+97
|\|
| * radeon: add radeon_cs_write_table to the legacy pathAlex Deucher2009-08-231-0/+9
| * radeon: use proper macroMaciej Cencora2009-08-231-3/+1
| * radeon: use bo_is_idle interface for checking if OQ result is availableMaciej Cencora2009-08-231-19/+38
| * r300: minor optimizationMaciej Cencora2009-08-231-4/+1
| * radeon: Fix compilation with legacy memory manager.Pauli Nieminen2009-08-231-1/+1