summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)Author
2009-09-28glide: use _mesa_texstore()Brian Paul
2009-09-28drivers: use _mesa_texstoreBrian Paul
2009-09-28drivers: use new _mesa_texstore() functionBrian Paul
2009-09-27drivers: use more mesa format functionsBrian Paul
2009-09-27mesa/drivers: use _mesa_get_format_bytes()Brian Paul
2009-09-27mesa/drivers: use _mesa_get_format_bytes()Brian Paul
2009-09-27via: use mesa texture format helper functionsBrian Paul
2009-09-27glide: use _mesa_get_format_bytes()Brian Paul
2009-09-27mesa: use _mesa_get_format_base_format()Brian Paul
2009-09-27mesa: use _mesa_get_texstore_func()Brian Paul
2009-09-27glide: use _mesa_get_texstore_func()Brian Paul
2009-09-25Merge branch 'asm-shader-rework-2'Ian Romanick
2009-09-25radeon: Fix newlines.Michal Krol
2009-09-25Merge branch 'mesa_7_6_branch'Brian Paul
2009-09-24mesa: _mesa_meta_GenerateMipmap() now workingBrian Paul
2009-09-24intel: Flush the batch when we're about to subdata into a VBO.Eric Anholt
2009-09-24i965: Clean up some mess with the batch cache.Eric Anholt
2009-09-24Merge branch 'mesa_7_6_branch'Brian Paul
2009-09-24i965: Emit zero initialization for NV VP temporaries as required.Eric Anholt
2009-09-24i965: Remove assert about NV_vp now that it somewhat works.Eric Anholt
2009-09-24i965: Load NV program matrices when required.Eric Anholt
2009-09-24intel: use default array/element buffers in intel_generate_mipmap()Brian Paul
2009-09-24Merge branch 'mesa_7_6_branch'Pauli Nieminen
2009-09-24radeon: Fix scissors for r600 KMS.Pauli Nieminen
2009-09-24Merge branch 'mesa_7_6_branch'Brian Paul
2009-09-24r600 : fix draw_prim bug: vertex fetcher setting.Richard Li
2009-09-24r600 : disable draw_prim for now.Richard Li
2009-09-24r600: add support for CUBE textures, also TXPAndre Maasikas
2009-09-24r600: fix typo in the last commitAlex Deucher
2009-09-24r600: various cleanupsAlex Deucher
2009-09-24r600: fix some issues with LIT instructionAndre Maasikas
2009-09-24r600: fix point sizesAlex Deucher
2009-09-24r600: fix polygon offsetAlex Deucher
2009-09-24radeon: don't build non-r600 span code on r600Alex Deucher
2009-09-24r600: minor span cleanupsAlex Deucher
2009-09-24r600: support position_invariant programsAndre Maasikas
2009-09-24r600: add span support for 1D tilesAlex Deucher
2009-09-24r600: fix warningAlex Deucher
2009-09-24r600: fix texcoords from constantsAndre Maasikas
2009-09-24r600: enable caching of vertex programsAndre Maasikas
2009-09-24r600: check if textures are actually enabled before submissionAlex Deucher
2009-09-24r600: fix ftp for dri1Alex Deucher
2009-09-24r600: don't setup hardware state if TFPDave Airlie
2009-09-24r600: fix dri2 clippingAlex Deucher
2009-09-23r600: fix up ordering of functions in draw prims pathAlex Deucher
2009-09-23r300: fallback to software rendering if we are out of free texcoordsMaciej Cencora
2009-09-23r600: fix r700PredictRenderSize for draw prims pathAlex Deucher
2009-09-23r600 : add hw index buffer draw support.Richard Li
2009-09-23Finish removing glcoreAdam Jackson
2009-09-23r600: fix copy/paste typoAlex Deucher