summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* mesa/main: Add more OpenGL ES types to glheader.h.Chia-I Wu2009-11-051-0/+7
* mesa/main: Add support for point size array in _mesa_GetPointerv.Chia-I Wu2009-11-051-0/+5
* glapi: Allow normal entry points to be skipped.Chia-I Wu2009-11-051-0/+4
* mesa: fix infinite loop bug in _mesa_drawbuffers()Brian Paul2009-11-051-1/+2
* Merge branch 'mesa_7_6_branch'Brian Paul2009-11-044-178/+179
|\
| * mesa: fix broken pack_histogram() case for GLhalfBrian Paul2009-11-041-3/+4
| * mesa: silence warning from gcc 4.4.1Brian Paul2009-11-041-2/+2
| * mesa: (GLint64) casts in get.c to silence Visual Studio warningsBrian Paul2009-11-032-173/+173
| * mesa: added GLAPIENTRY keywords for sync object functionsKarl Schultz2009-11-032-12/+12
* | mesa: clean-up, remove some flushing in FBO functionsBrian Paul2009-11-031-7/+11
* | mesa: fix indentationBrian Paul2009-11-031-2/+1
* | mesa: clean-up formattingBrian Paul2009-11-031-1/+1
* | mesa: avoid extraneous _NEW_BUFFER changes in _mesa_BindFramebufferEXT()Brian Paul2009-11-031-7/+10
* | mesa: use FLUSH_VERTICES() in _mesa_drawbuffers()Brian Paul2009-11-031-1/+1
* | mesa: avoid extraneous _NEW_BUFFER state in _mesa_drawbuffers()Brian Paul2009-11-031-9/+29
* | mesa: use ffs() to shorten loop in _mesa_drawbuffers()Brian Paul2009-11-031-6/+10
* | mesa: added assertion, another commentBrian Paul2009-11-031-1/+3
* | mesa: added commentBrian Paul2009-11-021-0/+2
* | mesa: use _mesa_get_current_tex_object()Brian Paul2009-11-021-13/+4
* | mesa: make _mesa_get_current_tex_objec() publicBrian Paul2009-11-022-31/+33
* | mesa: fix incorrect approx bits/channel for fxt1 formatsBrian Paul2009-11-021-2/+2
* | mesa: better error messageBrian Paul2009-10-301-2/+2
* | mesa: fix inverted buffer object testBrian Paul2009-10-301-1/+1
* | mesa: fix incorrect format info for MESA_FORMAT_SL8Brian Paul2009-10-301-3/+3
* | mesa: fix _mesa_texstore_argb8888() for MESA_FORMAT_XRGB8888Brian Paul2009-10-291-1/+1
* | mesa: lift memcpy_get_tex_image() code from intel driver into core MesaBrian Paul2009-10-291-1/+83
* | mesa: refactor _mesa_get_teximage() codeBrian Paul2009-10-291-158/+302
* | mesa: Add MESA_FORMAT_Z24_X8.José Fonseca2009-10-294-1/+62
* | mesa: consolidate some code in _mesa_GetCompressedTexImageARB()Brian Paul2009-10-291-6/+2
* | mesa: move pixels==NULL check in glGetTexImage()Brian Paul2009-10-291-9/+10
* | mesa: consolidate some code in _mesa_GetTexImage()Brian Paul2009-10-291-6/+2
* | mesa: move, clean-up _mesa_print_texture()Brian Paul2009-10-293-57/+64
* | mesa: fix some tests in subtexture_error_check2()Brian Paul2009-10-291-23/+22
* | mesa: remove unneedded is_srgb_teximage() functionBrian Paul2009-10-291-24/+2
* | glsl: make shader substitution a little betterBrian Paul2009-10-291-3/+16
* | mesa: move declaration to prevent unused var warningBrian Paul2009-10-291-1/+1
* | mesa: Fix compilation errors and warnings when features are disabled.Chia-I Wu2009-10-293-12/+13
* | mesa/main: Make FEATURE_texture_s3tc follow feature conventions.Chia-I Wu2009-10-294-9/+39
* | mesa/main: Make FEATURE_texture_fxt1 follow feature conventions.Chia-I Wu2009-10-294-43/+20
* | mesa/main: Never return NULL in _mesa_get_texstore_func.Chia-I Wu2009-10-291-3/+25
* | mesa: remove old, unused #defineBrian Paul2009-10-281-2/+0
* | mesa: move some gl_texture_image and gl_renderbuffer fields aroundBrian Paul2009-10-281-3/+5
* | mesa: minor code movementBrian Paul2009-10-282-36/+33
* | Merge branch 'texformat-rework'Brian Paul2009-10-2830-4105/+3654
|\ \
| * | mesa: choose texture format in _mesa_get_fallback_texture()Brian Paul2009-10-281-0/+5
| * | mesa: choose texture format in core mesa, not driversBrian Paul2009-10-252-16/+48
| * | mesa: remove _mesa_compressed_texture_size_glenum() stubBrian Paul2009-10-251-1/+0
| * | mesa: remove _mesa_compressed_row_stride()Brian Paul2009-10-252-20/+0
| * | mesa: begin removing _mesa_compressed_row_stride() callsBrian Paul2009-10-252-3/+3
| * | mesa: simplify texture_row_stride() helperBrian Paul2009-10-251-10/+1