summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-01-13i965: Fix bitcast operations with negate (ceil)Iago Toral Quiroga2-8/+14
2015-01-13mesa: Depth and stencil attachments must be the same in OpenGL ES3Iago Toral Quiroga1-0/+20
2015-01-13mesa: Initializes the stencil value masks to 0xFF instead of ~0uEduardo Lima Mitev1-6/+18
2015-01-13i965: Sets missing vertex shader constant values for HighInt formatEduardo Lima Mitev1-0/+6
2015-01-12r600g: fix build failure when building the driver without LLVMMarek Olšák1-0/+4
2015-01-12main: Remove comparison unsigned int >= 0.Laura Ekstrand1-1/+0
2015-01-12mesa/main: In _mesa_CompressedTextureSubImage3D() check found texObjJuha-Pekka Heikkila1-0/+2
2015-01-12mesa: Move declarations to to of block.José Fonseca1-3/+3
2015-01-12mesa: restrict use of GL_ABGR_EXT format to allowed data typesSamuel Iglesias Gonsalvez5-56/+46
2015-01-12mesa: Remove _mesa_rebase_rgba_uint and _mesa_rebase_rgba_floatIago Toral Quiroga2-133/+0
2015-01-12mesa: Remove _mesa_pack_int_rgba_row() and auxiliary functionsSamuel Iglesias Gonsalvez2-89/+0
2015-01-12mesa: Remove _mesa_(un)pack_index_spanIago Toral Quiroga2-234/+0
2015-01-12mesa: Remove _mesa_pack_rgba_span_float and tmp_pack.hIago Toral Quiroga3-607/+0
2015-01-12mesa: Remove _mesa_unpack_color_span_floatIago Toral Quiroga2-1042/+0
2015-01-12mesa: Remove (signed) integer pack and span functions.Iago Toral Quiroga2-237/+0
2015-01-12mesa: Remove _mesa_unpack_color_span_ubyteIago Toral Quiroga2-265/+0
2015-01-12mesa: Remove _mesa_make_temp_float_imageIago Toral Quiroga4-167/+42
2015-01-12mesa: Remove _mesa_make_temp_ubyte_imageIago Toral Quiroga6-202/+114
2015-01-12mesa: Remove _mesa_unpack_color_span_uintIago Toral Quiroga2-652/+0
2015-01-12mesa: Replace _mesa_unpack_bitmap with _mesa_unpack_image()Eduardo Lima Mitev3-117/+6
2015-01-12mesa: Let _mesa_swizzle_and_convert take array format types instead of GL typesIago Toral Quiroga2-131/+119
2015-01-12st/mesa: Use _mesa_format_convert to implement st_GetTexImage.Iago Toral Quiroga1-4/+13
2015-01-12swrast: Use _mesa_format_convert to implement draw_rgba_pixels.Iago Toral Quiroga1-4/+34
2015-01-12mesa: Use _mesa_format_convert to implement get_tex_rgba_compressed.Iago Toral Quiroga1-39/+34
2015-01-12mesa: use _mesa_format_convert to implement get_tex_rgba_uncompressed.Iago Toral Quiroga1-117/+133
2015-01-12mesa: use _mesa_format_convert to implement glReadPixels.Iago Toral Quiroga1-142/+184
2015-01-12mesa: Use _mesa_format_convert to implement texstore_rgba.Iago Toral Quiroga1-613/+70
2015-01-12mesa: Add helpers to extract GL_COLOR_INDEX to RGBA float/ubyteIago Toral Quiroga2-0/+99
2015-01-12mesa: Add RGBA to Luminance conversion helpersIago Toral Quiroga2-0/+224
2015-01-12mesa: Add _mesa_swap2_copy and _mesa_swap4_copyIago Toral Quiroga2-10/+32
2015-01-12mesa/pack: use _mesa_format_from_format_and_type in _mesa_pack_rgba_span_from_*Samuel Iglesias Gonsalvez1-256/+26
2015-01-12mesa: Add helper to convert a GL format and type to a mesa (array) format.Iago Toral Quiroga2-0/+279
2015-01-12mesa: Add a helper _mesa_compute_rgba2base2rgba_component_mappingIago Toral Quiroga2-0/+58
2015-01-12mesa: Add a rebase_swizzle parameter to _mesa_format_convertIago Toral Quiroga2-70/+171
2015-01-12mesa: Expose compute_component_mapping as _mesa_compute_component_mappingIago Toral Quiroga3-207/+209
2015-01-12mesa: Add an implementation of a master convert function.Jason Ekstrand2-0/+418
2015-01-12mesa/pack: refactor _mesa_pack_rgba_span_float()Samuel Iglesias Gonsalvez2-1166/+153
2015-01-12mesa/main/pack_tmp.h: Add float conversion supportSamuel Iglesias Gonsalvez1-1/+74
2015-01-12mesa/pack: use autogenerated format_pack functionsSamuel Iglesias Gonsalvez1-525/+138
2015-01-12mesa: use format conversion functions in swrastSamuel Iglesias Gonsalvez1-1237/+122
2015-01-12mesa/formats: add new mesa formats and their pack/unpack functions.Samuel Iglesias Gonsalvez5-1/+145
2015-01-12mesa/format_pack: Add _mesa_pack_int_rgba_row()Samuel Iglesias Gonsalvez2-0/+88
2015-01-12mesa: Add _mesa_pack_uint_rgba_row() format conversion functionSamuel Iglesias Gonsalvez2-0/+87
2015-01-12mesa: Autogenerate format_unpack.cJason Ekstrand6-4396/+915
2015-01-12mesa: Autogenerate most of format_pack.cJason Ekstrand7-2983/+985
2015-01-12mesa: Add a _mesa_is_format_color_format helperJason Ekstrand2-0/+22
2015-01-12mesa: Let _mesa_get_format_base_format also handle mesa_array_format.Iago Toral Quiroga2-4/+74
2015-01-12main: Add a concept of an array formatJason Ekstrand3-1/+209
2015-01-12swrast: Remove unused variable.Iago Toral Quiroga1-3/+0
2015-01-12mesa: Fix _mesa_swizzle_and_convert integer conversions to clamp properlySamuel Iglesias Gonsalvez2-53/+94