aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300
Commit message (Expand)AuthorAgeFilesLines
* r300: fix a typoMaciej Cencora2009-08-231-1/+1
* r300: minor optimizationMaciej Cencora2009-08-231-8/+4
* Fix r300 VBO support build on big endian.Michel Dänzer2009-08-221-3/+3
* r300: Movde debug output from stdout to stderr in copiler.Pauli Nieminen2009-08-181-8/+8
* radeon: Optimize memory handling for dma operations.Pauli Nieminen2009-08-184-19/+6
* r300: fix the build on big endianAlex Deucher2009-08-181-1/+1
* r300: remove warning introduced with OQDave Airlie2009-08-181-1/+0
* r300: OQ reworkDave Airlie2009-08-1812-328/+113
* r300: fix missing BEGIN/END batchesDave Airlie2009-08-181-0/+2
* r300: fix big endian buildDave Airlie2009-08-181-0/+1
* r300: split vbo rendering with big drawarray caseJerome Glisse2009-08-171-4/+15
* r300: disable ZTOP only when occlusion queries are usedMaciej Cencora2009-08-161-1/+3
* r300: enable ARB_occlusion_queryMaciej Cencora2009-08-151-0/+8
* r300: temporary occlusion query hackMaciej Cencora2009-08-151-1/+1
* r300: clear not_flushed OQ list after flushMaciej Cencora2009-08-151-1/+12
* r300/oq: add some debugging infoMaciej Cencora2009-08-151-0/+21
* r300: add occlusion queries supportMaciej Cencora2009-08-158-1/+308
* r300: fixup space checks since VBO codeDave Airlie2009-08-151-16/+9
* r300: add just in case warn I don't think this can actually happenDave Airlie2009-08-151-0/+5
* radeon: enable vertex splitting for IBsDave Airlie2009-08-152-13/+47
* Merge branch 'vbo_clean'Maciej Cencora2009-08-159-326/+333
|\
| * r300: mark VBO buffer objects as persistentMaciej Cencora2009-08-151-3/+6
| * r300: unmap buffer objects after usageMaciej Cencora2009-08-141-1/+11
| * r300: remove broken vertex splittingMaciej Cencora2009-08-142-13/+5
| * r300: rework index buffer setupMaciej Cencora2009-08-143-119/+126
| * r300: remove unused software TNL pathMaciej Cencora2009-08-144-118/+6
| * r300: use VBOs for vertex attributesMaciej Cencora2009-08-143-84/+187
| * r300: add required symlinksMaciej Cencora2009-08-142-0/+2
| * radeon: add VBO support (not enabled yet)Maciej Cencora2009-08-141-1/+2
* | vbo: Avoid extra validation of DrawElements.Eric Anholt2009-08-121-0/+7
* | r300: Fix a regression on non-KMSNicolai Hähnle2009-08-021-8/+11
|/
* r300: Fix corner-case of KIL on R300Nicolai Hähnle2009-08-012-51/+60
* r300: Fix Z buffer re-emit after window resizeNicolai Hähnle2009-08-012-5/+9
* radeon: fix r100/r200 compressed texture strideRoland Scheidegger2009-07-311-5/+0
* r300/compiler: Remove inst_offset from r500_fragment_program_codeNicolai Hähnle2009-07-303-6/+4
* r300: Cleanup r300_fragment_program_codeNicolai Hähnle2009-07-294-115/+145
* r300/compiler: Adapt AllocateHwInputs interface to common usage patternNicolai Hähnle2009-07-293-5/+6
* r300/compiler: Make calculate_inputs_outputs available to external usersNicolai Hähnle2009-07-272-2/+7
* r300/compiler: Add vertex program code dumper from Gallium driverNicolai Hähnle2009-07-274-0/+185
* r300/compiler: Prepare for hookup to GalliumNicolai Hähnle2009-07-272-25/+31
* r300/fragprog: Move wpos_attr and fog_attr where they belongNicolai Hähnle2009-07-275-22/+21
* r300/fragprog: Remove hardcoded FRAG_ATTRIB_xxx constantsNicolai Hähnle2009-07-273-46/+61
* r300/fragprog: No longer rely on hardcoded FRAG_RESULT_xxx constantsNicolai Hähnle2009-07-274-27/+27
* r300/fragprog: Move some of the attribute handling out of the compilerNicolai Hähnle2009-07-273-72/+77
* r300/fragprog: Finally get rid of the duplicate program copyNicolai Hähnle2009-07-276-57/+12
* r300/vertprog: Move Mesa-dependent input/output handling out of compilerNicolai Hähnle2009-07-275-104/+100
* r300: Remove ugly PSIZ hackNicolai Hähnle2009-07-271-6/+4
* r300/vertprog: Refactor wpos rewrite using rc_programNicolai Hähnle2009-07-273-61/+51
* r300/vertprog: Refactor fog_as_texcoord to use rc_programNicolai Hähnle2009-07-274-36/+34
* r300/vertprog: Refactor addArtificialOutputs to use rc_programNicolai Hähnle2009-07-275-78/+69