summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300
AgeCommit message (Expand)Author
2009-08-18r300: Movde debug output from stdout to stderr in copiler.Pauli Nieminen
2009-08-18radeon: Optimize memory handling for dma operations.Pauli Nieminen
2009-08-18r300: fix the build on big endianAlex Deucher
2009-08-18r300: remove warning introduced with OQDave Airlie
2009-08-18r300: OQ reworkDave Airlie
2009-08-18r300: fix missing BEGIN/END batchesDave Airlie
2009-08-18r300: fix big endian buildDave Airlie
2009-08-17r300: split vbo rendering with big drawarray caseJerome Glisse
2009-08-16r300: disable ZTOP only when occlusion queries are usedMaciej Cencora
2009-08-15r300: enable ARB_occlusion_queryMaciej Cencora
2009-08-15r300: temporary occlusion query hackMaciej Cencora
2009-08-15r300: clear not_flushed OQ list after flushMaciej Cencora
2009-08-15r300/oq: add some debugging infoMaciej Cencora
2009-08-15r300: add occlusion queries supportMaciej Cencora
2009-08-15r300: fixup space checks since VBO codeDave Airlie
2009-08-15r300: add just in case warn I don't think this can actually happenDave Airlie
2009-08-15radeon: enable vertex splitting for IBsDave Airlie
2009-08-15Merge branch 'vbo_clean'Maciej Cencora
2009-08-15r300: mark VBO buffer objects as persistentMaciej Cencora
2009-08-14r300: unmap buffer objects after usageMaciej Cencora
2009-08-14r300: remove broken vertex splittingMaciej Cencora
2009-08-14r300: rework index buffer setupMaciej Cencora
2009-08-14r300: remove unused software TNL pathMaciej Cencora
2009-08-14r300: use VBOs for vertex attributesMaciej Cencora
2009-08-14r300: add required symlinksMaciej Cencora
2009-08-14radeon: add VBO support (not enabled yet)Maciej Cencora
2009-08-12vbo: Avoid extra validation of DrawElements.Eric Anholt
2009-08-02r300: Fix a regression on non-KMSNicolai Hähnle
2009-08-01r300: Fix corner-case of KIL on R300Nicolai Hähnle
2009-08-01r300: Fix Z buffer re-emit after window resizeNicolai Hähnle
2009-07-31radeon: fix r100/r200 compressed texture strideRoland Scheidegger
2009-07-30r300/compiler: Remove inst_offset from r500_fragment_program_codeNicolai Hähnle
2009-07-29r300: Cleanup r300_fragment_program_codeNicolai Hähnle
2009-07-29r300/compiler: Adapt AllocateHwInputs interface to common usage patternNicolai Hähnle
2009-07-27r300/compiler: Make calculate_inputs_outputs available to external usersNicolai Hähnle
2009-07-27r300/compiler: Add vertex program code dumper from Gallium driverNicolai Hähnle
2009-07-27r300/compiler: Prepare for hookup to GalliumNicolai Hähnle
2009-07-27r300/fragprog: Move wpos_attr and fog_attr where they belongNicolai Hähnle
2009-07-27r300/fragprog: Remove hardcoded FRAG_ATTRIB_xxx constantsNicolai Hähnle
2009-07-27r300/fragprog: No longer rely on hardcoded FRAG_RESULT_xxx constantsNicolai Hähnle
2009-07-27r300/fragprog: Move some of the attribute handling out of the compilerNicolai Hähnle
2009-07-27r300/fragprog: Finally get rid of the duplicate program copyNicolai Hähnle
2009-07-27r300/vertprog: Move Mesa-dependent input/output handling out of compilerNicolai Hähnle
2009-07-27r300: Remove ugly PSIZ hackNicolai Hähnle
2009-07-27r300/vertprog: Refactor wpos rewrite using rc_programNicolai Hähnle
2009-07-27r300/vertprog: Refactor fog_as_texcoord to use rc_programNicolai Hähnle
2009-07-27r300/vertprog: Refactor addArtificialOutputs to use rc_programNicolai Hähnle
2009-07-27r300/fragprog: Refactor wpos rewrite to use rc_programNicolai Hähnle
2009-07-27r300/compiler: Refactor fragment program fog rewrite to use rc_programNicolai Hähnle
2009-07-27r300/compiler: Refactor rewrite_depth_out to use rc_programNicolai Hähnle