summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove unneeded #include of texfetch.hBrian Paul2011-09-081-1/+0
* mesa: use _mesa_unpack_float_z_row in get_tex_depth()Brian Paul2011-09-081-5/+7
* mesa: use ctx->Driver.GetTexImage() to decompress base texture imageBrian Paul2011-09-081-42/+43
* mesa: handle compressed images in get_tex_rgba()Brian Paul2011-09-081-58/+106
* mesa: new _mesa_decompress_image() functionBrian Paul2011-09-082-0/+91
* mesa: added _mesa_get_uncompressed_format(), _mesa_format_num_components()Brian Paul2011-09-082-0/+71
* mesa: add new pixel format unpacking codeBrian Paul2011-09-082-0/+1543
* gles: Fix glGet(GL_{NUM_,}COMPRESSED_TEXTURE_FORMATS_ARB)Adam Jackson2011-09-081-1/+2
* Define INLINE macro in terms of inline.José Fonseca2011-09-081-15/+16
* varray.c: fix logic around BGRA with ARB_vertex_type_2_10_10_10_rev.Dave Airlie2011-09-071-4/+11
* mesa: whitespace fixes, just to be consistentBrian Paul2011-09-061-2/+7
* mesa: put _mesa_ prefix on vert_result_to_frag_attrib()Brian Paul2011-09-061-4/+4
* mesa: fix vert_result_to_frag_attrib() parameter typeBrian Paul2011-09-061-2/+2
* mesa: s/inline/INLINE/ to fix MSVC buildBrian Paul2011-09-061-2/+2
* mesa: Remove support for unpacking from client memory to color-index pixelsIan Romanick2011-09-061-40/+12
* mesa: Remove GL_COLOR_INDEX from _mesa_{dest,source}_buffer_existsIan Romanick2011-09-061-2/+0
* mesa: Remove GL_COLOR_INDEX from base format assertionsIan Romanick2011-09-061-2/+0
* mesa: Remove unused struct gl_color_tableIan Romanick2011-09-062-20/+0
* mesa: Remove unused functions _mesa_lookup_rgba_{float,ubyte}Ian Romanick2011-09-062-270/+0
* mesa: Remove all mention of GL_COLOR_INDEX*_EXTIan Romanick2011-09-063-36/+2
* mesa: Remove dd_function_table::CopyColorTable, ::CopyColorSubTable, and ::Up...Ian Romanick2011-09-061-23/+0
* mesa: Remove API facing bits of EXT_paletted_texture and EXT_shared_texture_p...Ian Romanick2011-09-0613-817/+27
* Refactor code that converts between gl_vert_result and gl_frag_attrib.Paul Berry2011-09-061-2/+43
* mesa/varray: add interface support for ARB_vertex_type_2_10_10_10_rev (v2)Dave Airlie2011-09-061-7/+38
* mesa: add initial API changes for ARB_vertex_type_2_10_10_10_rev.Dave Airlie2011-09-062-0/+111
* glapi: regen API files for new extensionDave Airlie2011-09-063-5298/+6030
* mesa: add a UniformBooleanTrue optionBryan Cain2011-09-052-1/+10
* mesa: handle zero-size buffers in MapBuffer and ranges in MapBufferRange (v3)Marek Olšák2011-09-021-1/+23
* mesa: fix broken store_texel() functionsBrian Paul2011-08-312-39/+64
* mesa: Replace the EmitNoIfs compiler flag with a MaxIfDepth flag.Bryan Cain2011-08-311-5/+1
* mesa: fix comment typo: s/GL_SIGNED_NORMALED/GL_SIGNED_NORMALIZED/Brian Paul2011-08-311-1/+1
* mesa: bump max program local params, max uniforms limitBrian Paul2011-08-311-2/+2
* mesa: Fix glGetUniform() type conversions.Eric Anholt2011-08-301-58/+79
* mesa: update multisample state on _NEW_BUFFERSChristoph Bumiller2011-08-301-1/+1
* mesa: Remove all mention of MESA_FORMAT_CI8Ian Romanick2011-08-298-156/+5
* mesa: Convert texture debug dump function to using MapTextureImage().Brian Paul2011-08-292-44/+52
* mesa: Convert texstore.c to accessing textures using MapTextureImage.Brian Paul2011-08-291-107/+231
* mesa: Add driver hooks for texture image mapping/unmapping.Brian Paul2011-08-291-0/+19
* mesa: Don't check for image->Data when freeing an image's contents.Eric Anholt2011-08-292-10/+4
* mesa: Rename FreeTexImageData to FreeTextureImageBuffer.Eric Anholt2011-08-294-11/+11
* mapi: Commit generated files modified by previous commitIan Romanick2011-08-262-3638/+3643
* glsl: Implement the GL_ARB_conservative_depth extension.Kenneth Graunke2011-08-251-0/+1
* mesa: add gl_texture_image::Face, Level fieldsBrian Paul2011-08-242-0/+5
* mesa: Eliminate dd_function_table::MapBufferIan Romanick2011-08-237-54/+33
* mesa: Fix incorrect access parameter passed to MapBufferIan Romanick2011-08-231-3/+1
* mesa: Remove target parameter from dd_function_table::FlushMappedBufferRangeIan Romanick2011-08-232-4/+3
* mesa: Remove target parameter from dd_function_table::MapBufferRangeIan Romanick2011-08-232-5/+3
* mesa: Remove target parameter from dd_function_table::GetBufferSubDataIan Romanick2011-08-232-5/+4
* mesa: Remove target parameter from dd_function_table::BufferSubDataIan Romanick2011-08-232-4/+4
* mesa: Remove target parameter from dd_function_table::MapBufferIan Romanick2011-08-237-23/+14