mesa: remove gl_texture_format
[mesa.git] / src / mesa / drivers /
2009-10-01 Brian Paulmesa: replace gl_texture_format with gl_format
2009-09-29 Brian Paulglide: use _mesa_texstore()
2009-09-29 Brian Pauldrivers: use _mesa_texstore
2009-09-29 Brian Pauldrivers: use new _mesa_texstore() function
2009-09-28 Brian Pauldrivers: use more mesa format functions
2009-09-28 Brian Paulmesa/drivers: use _mesa_get_format_bytes()
2009-09-28 Brian Paulmesa/drivers: use _mesa_get_format_bytes()
2009-09-28 Brian Paulvia: use mesa texture format helper functions
2009-09-28 Brian Paulglide: use _mesa_get_format_bytes()
2009-09-28 Brian Paulmesa: use _mesa_get_format_base_format()
2009-09-28 Brian Paulmesa: use _mesa_get_texstore_func()
2009-09-28 Brian Paulglide: use _mesa_get_texstore_func()
2009-09-25 Ian RomanickMerge branch 'asm-shader-rework-2'
2009-09-25 Michal Krolradeon: Fix newlines.
2009-09-25 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-25 Brian Paulmesa: _mesa_meta_GenerateMipmap() now working
2009-09-24 Eric Anholtintel: Flush the batch when we're about to subdata...
2009-09-24 Eric Anholti965: Clean up some mess with the batch cache.
2009-09-24 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-24 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-24 Eric Anholti965: Emit zero initialization for NV VP temporaries...
2009-09-24 Eric Anholti965: Remove assert about NV_vp now that it somewhat...
2009-09-24 Eric Anholti965: Load NV program matrices when required.
2009-09-24 Brian Paulintel: use default array/element buffers in intel_gener...
2009-09-24 Pauli NieminenMerge branch 'mesa_7_6_branch'
2009-09-24 Pauli Nieminenradeon: Fix scissors for r600 KMS.
2009-09-24 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-24 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-24 Richard Lir600 : fix draw_prim bug: vertex fetcher setting.
2009-09-24 Richard Lir600 : disable draw_prim for now.
2009-09-24 Andre Maasikasr600: add support for CUBE textures, also TXP
2009-09-24 Alex Deucherr600: fix typo in the last commit
2009-09-24 Alex Deucherr600: various cleanups
2009-09-24 Andre Maasikasr600: fix some issues with LIT instruction
2009-09-24 Alex Deucherr600: fix point sizes
2009-09-24 Alex Deucherr600: fix polygon offset
2009-09-24 Alex Deucherradeon: don't build non-r600 span code on r600
2009-09-24 Alex Deucherr600: minor span cleanups
2009-09-24 Andre Maasikasr600: support position_invariant programs
2009-09-24 Alex Deucherr600: add span support for 1D tiles
2009-09-24 Alex Deucherr600: fix warning
2009-09-24 Andre Maasikasr600: fix texcoords from constants
2009-09-24 Andre Maasikasr600: enable caching of vertex programs
2009-09-24 Alex Deucherr600: check if textures are actually enabled before...
2009-09-24 Alex Deucherr600: fix ftp for dri1
2009-09-24 Dave Airlier600: don't setup hardware state if TFP
2009-09-24 Alex Deucherr600: fix dri2 clipping
2009-09-23 Alex Deucherr600: fix up ordering of functions in draw prims path
2009-09-23 Maciej Cencorar300: fallback to software rendering if we are out...
2009-09-23 Alex Deucherr600: fix r700PredictRenderSize for draw prims path
2009-09-23 Richard Lir600 : add hw index buffer draw support.
2009-09-23 Adam JacksonFinish removing glcore
2009-09-23 Alex Deucherr600: fix copy/paste typo
2009-09-23 Alex Deucherr600: fix some warnings
2009-09-23 Andre Maasikasr600: add support for CUBE textures, also TXP
2009-09-23 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-23 Keith WhitwellMerge branch 'softpipe-opt'
2009-09-22 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-22 Brian Paulmesa: don't re-use the meta glDrawPixels VBO; create...
2009-09-22 Richard Lir600 : add draw_prim support, make up one lost change.
2009-09-22 Richard Lir600 : add draw_prim support.
2009-09-22 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-22 Nicolai Hähnler300: Fix crash reported in bug #24066
2009-09-21 Maciej Cencoraradeon: update buffer map/unmap code for changes introd...
2009-09-21 Maciej Cencorar300: fix a typo
2009-09-21 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-21 Alex Deucherr600: fix typo in the last commit
2009-09-21 Alex Deucherr600: various cleanups
2009-09-21 Maciej Cencoraradeon: update buffer map/unmap code for changes introd...
2009-09-21 Maciej Cencorar300: fix a typo
2009-09-21 Eric Anholtintel: Mark the FBO as incomplete if there's no intel_r...
2009-09-21 Andre Maasikasr600: fix some issues with LIT instruction
2009-09-21 Nicolai HähnleMerge branch 'mesa_7_6_branch'
2009-09-21 Nicolai Hähnler300: Zero-initialize register for NV_vertex_program
2009-09-21 Nicolai Hähnler300: Fix handling of NV_vertex_program parameters
2009-09-21 Michel DänzerMerge branch 'mesa_7_6_branch'
2009-09-21 Michel DänzerMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-21 Michel Dänzerintel: Fix crash in intel_flush().
2009-09-21 Brian Paulwindows: call _mesa_meta_init/free()
2009-09-21 Brian Paulxlib: always call _mesa_meta_init/free()
2009-09-21 Brian Pauldri/swrast: call _mesa_meta_init/free()
2009-09-21 Brian Paulosmesa: call _mesa_meta_init/free()
2009-09-21 Brian PaulRevert "mesa: move _mesa_meta_init/free() calls to...
2009-09-21 Chia-I Wuintel: meta clear has a new name.
2009-09-20 Pauli Nieminenradeon: Fix legacy bo not to reuse dma buffers before...
2009-09-20 Nicolai Hähnler300/compiler: Fix trig instructions in R300 fp
2009-09-20 Pauli Nieminenradeon: Fix typo in variable name.
2009-09-20 Pauli Nieminenradeon: Improve WARN_ONCE macro to appear as single...
2009-09-20 Nicolai Hähnleradeon: Fix "verts" debugging enable
2009-09-20 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-20 Nicolai HähnleMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-20 Nicolai Hähnler300/compiler: Fix R300 fragment program regression...
2009-09-19 Brian Paulmesa: remove redundant readbuffer check
2009-09-19 Brian Paulmesa: rename functions to be more consistant with rest...
2009-09-19 Brian Paulwindows: replace old ColorTable, Convolution functions...
2009-09-19 Brian Paulmesa: use new meta functions
2009-09-19 Brian Paulmesa: meta functions for glCopyColorTable, glCopyConvol...
2009-09-19 Brian Paulmesa: fix some glCopyTex[Sub]Image regressions related...
2009-09-19 Brian Paulmesa: move _mesa_meta_init/free() calls to core Mesa
2009-09-19 Alex Deucherr600: fix point sizes
next