summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/drawtex.c
Commit message (Collapse)AuthorAgeFilesLines
* mesa: call _mesa_set_vp_override in glDrawTex*Chia-I Wu2011-08-231-0/+4
| | | | | | | The driver may install its own vertex shader. _mesa_set_vp_override must be called so that core mesa can generate correct fragment program.. Reviewed-by: Brian Paul <[email protected]>
* mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-071-0/+1
|
* mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee2011-01-051-0/+1
| | | | | | Directly include mtypes.h if a file uses a gl_context struct. This allows future removal of headers that are not strictly necessary but indirectly include mtypes.h for a file.
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
|
* mesa: Remove unnecessary header.Vinson Lee2010-05-151-2/+0
|
* mesa: Drop unused _mesa_init_drawtex_dispatch()Kristian Høgsberg2010-04-281-15/+0
|
* mesa: Move drawtex functionality to main/Kristian Høgsberg2010-04-281-0/+148