summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* dri3, i915, i965: Add __DRI_IMAGE_FOURCC_SARGB8888Keith Packard2014-01-302-0/+6
* mesa: Add warning to _REV pack/unpack functions with incorrect behaviorMark Mueller2014-01-312-1/+18
* mesa: Return after ScissorArrayv or ScissorIndexed detect a parameter errorCourtney Goeltzenleuchter2014-01-291-0/+2
* mesa: GL_ARB_map_buffer_alignment is not optionalSiavash Eliasi2014-01-295-6/+2
* nouveau: Use gl_constants::MinMapBufferAlignment as the alignment in nouveau_...Siavash Eliasi2014-01-291-1/+2
* radeon / r200: Use gl_constants::MinMapBufferAlignment as the alignment in r...Siavash Eliasi2014-01-291-1/+1
* mesa: Use _mesa_align_malloc in _mesa_buffer_dataSiavash Eliasi2014-01-291-2/+5
* mesa: Set gl_constants::MinMapBufferAlignment to 64 by defaultSiavash Eliasi2014-01-291-1/+1
* mesa/st: Unconditionally enable ARB_map_buffer_alignment.Siavash Eliasi2014-01-291-3/+3
* i965/fs: Add a saturation propagation optimization pass.Matt Turner2014-01-284-0/+107
* i965: Add can_do_saturate() method to backend_instruction.Matt Turner2014-01-282-0/+45
* mesa: Generate correct error code in glDrawBuffers()Anuj Phogat2014-01-281-3/+5
* i965: Ignore 'centroid' interpolation qualifier in case of persample shadingAnuj Phogat2014-01-281-1/+2
* mesa: Allow depth = 0 parameter for TexImage3D.Kevin Rogovin2014-01-281-2/+2
* mesa: Fix Type A _INT formats to MESA_FORMAT naming standardMark Mueller2014-01-2714-368/+368
* mesa: Fix MESA_FORMAT names containg SIGNEDMark Mueller2014-01-2714-356/+356
* mesa: Fix MESA_FORMAT names with ALPH, INTENSITY, and LUMINANCEMark Mueller2014-01-2711-522/+522
* mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller2014-01-2772-1014/+1013
* mesa: Change many Type A MESA_FORMATs to meet naming standardMark Mueller2014-01-2762-737/+1070
* mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller2014-01-2769-431/+431
* mesa: change gl_format to mesa_formatMark Mueller2014-01-27115-414/+414
* glcpp: Make sure GL_AMD_shader_trinary_minmax is definedIan Romanick2014-01-271-1/+0
* mesa: Clean up bad code formatting left from previous commitIan Romanick2014-01-271-13/+10
* mesa: GL_EXT_framebuffer_blit is not optionalIan Romanick2014-01-2711-42/+5
* radeon: Enable GL_EXT_framebuffer_blitIan Romanick2014-01-271-0/+1
* r200: Enable GL_EXT_framebuffer_blitIan Romanick2014-01-271-0/+1
* radeon / r200: Pass the API into _mesa_initialize_contextIan Romanick2014-01-274-3/+5
* mesa: Validate internalFormat with target in glTexStorage pathsIan Romanick2014-01-272-1/+8
* mesa: Refactor internalFormat / target checks to a separate functionIan Romanick2014-01-272-40/+78
* mesa: Generate the correct error for a depth format with a 3D textureIan Romanick2014-01-271-3/+17
* mesa/st: expose ARB_texture_rgb10_a2ui if R10G10B10A2_UINT is supported v2Christoph Bumiller2014-01-272-2/+8
* st/mesa: fix GS varyings for PIPE_CAP_TGSI_TEXCOORDChristoph Bumiller2014-01-271-10/+9
* i965: Don't store qpitch / 4 as mt->qpitch for compressed surfaces.Kenneth Graunke2014-01-252-5/+8
* Update .gitignore for Catalan translations build artifactsPaul Berry2014-01-241-0/+1
* mesa: Increment the list pointer while freeing instruction dataIan Romanick2014-01-241-0/+1
* st/mesa: add a simple sanity check assertion in st_validate_attachment()Brian Paul2014-01-241-0/+6
* i965/gen7: Use to the correct program when uploading transform feedback state.Paul Berry2014-01-232-10/+6
* mesa: Ensure that transform feedback refers to the correct program.Paul Berry2014-01-232-15/+45
* i965: Remove *_generator::shader field; use prog field instead.Paul Berry2014-01-237-18/+8
* st/mesa: fix glReadBuffer(GL_NONE) segfaultBrian Paul2014-01-231-1/+2
* driconf: Add Catalan translationsAlex Henrie2014-01-232-1/+322
* driconf: Correct and update Spanish translationsAlex Henrie2014-01-231-31/+33
* driconf: Synchronize po filesAlex Henrie2014-01-235-357/+702
* mesa: Set gl_constants::MinMapBufferAlignmentIan Romanick2014-01-231-0/+1
* radeon / r200: Eliminate BEGIN_BATCH_NO_AUTOSTATEIan Romanick2014-01-2311-32/+27
* radeon / r200: Remove unused 'dostate' parameterIan Romanick2014-01-232-4/+2
* radeon / r200: Fix 'empty body' warningIan Romanick2014-01-231-2/+2
* radeon / r200: Fix incompatible pointer type warningIan Romanick2014-01-231-2/+1
* mesa: whitespace fixes in glformats.cBrian Paul2014-01-231-75/+51
* mesa: rename unbind_texobj_from_imgunits()Brian Paul2014-01-231-4/+4