summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* mesa: move software texel fetch code into swrastBrian Paul2011-09-174-3444/+0
* mesa: move _mesa_update_fetch_functions() calls into swrastBrian Paul2011-09-173-11/+1
* mesa: implement unpack_SIGNED_GR1616 in format_unpack.cBrian Paul2011-09-171-1/+5
* mesa: s/short/ushort/ in unpack_SIGNED_RGBA_16()Brian Paul2011-09-171-1/+1
* mesa: fix error handling for dlist image unpackingBrian Paul2011-09-151-1/+14
* mesa: add missing ')' in error messageBrian Paul2011-09-151-1/+1
* uniforms: accept all int/unsigned int sampler types in uniform checks.Dave Airlie2011-09-151-0/+22
* mesa: minor clean-up on _mesa_unclamped_float_rgba_to_ubyte()Brian Paul2011-09-141-1/+7
* mesa: white space, comment fixes in mtypes.hBrian Paul2011-09-141-7/+14
* mesa/colormac: introduce inline helper for 4 unclamped float to ubyte.Dave Airlie2011-09-142-7/+8
* mesa: introduce a clear color union to be used for int/unsigned buffersDave Airlie2011-09-146-68/+54
* mesa/pack: don't apply transfer operations to integer format buffers. (v3)Dave Airlie2011-09-131-0/+23
* mesa: fix more valgrind warningsMarek Olšák2011-09-101-2/+4
* mesa: fix a valgrind warningMarek Olšák2011-09-101-1/+1
* nvprogram: Silence "warning: unused parameter ‘ctx’"Ian Romanick2011-09-092-2/+2
* mesa: Silence "main/teximage.h:148:72: warning: unused parameter ‘texObj’"Ian Romanick2011-09-091-0/+1
* 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