summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)AuthorFilesLines
2010-10-01rgtc: Detect RGTC formats as color formats and as compressed formatsIan Romanick1-0/+9
2010-10-01mesa: Trivial correction to commentIan Romanick1-1/+1
2010-10-01mesa: Fix misplaced #endifIan Romanick1-1/+1
2010-10-01ARB_texture_rg: Add GL_COMPRESSED_{RED,RG} cases in _mesa_is_color_formatIan Romanick1-0/+2
2010-10-01mesa: Add ARB_texture_compression_rgtc as an alias for EXT_texture_compressio...Ian Romanick4-8/+9
2010-10-01mesa: Enable GL_ARB_texture_rg in software pathsIan Romanick1-0/+1
2010-10-01ARB_texture_rg: Allow RED and RG textures as FBO color buffer attachmentsIan Romanick1-2/+8
2010-10-01ARB_texture_rg: Add R8, R16, RG88, and RG1616 internal formatsIan Romanick8-30/+515
2010-10-01ARB_texture_rg: Handle RED and RG the same as RGB for tex envIan Romanick1-0/+6
2010-10-01ARB_texture_rg: Add GL_RED as a valid GL_DEPTH_TEXTURE_MODEIan Romanick1-1/+2
2010-10-01ARB_texture_rg: Add GL_TEXTURE_{RED,GREEN}_SIZE query supportIan Romanick1-0/+10
2010-10-01ARB_texture_rg: Correct some errors in RED / RG internal format handlingIan Romanick1-9/+32
2010-09-30mesa: Don't reference a W component in setting up a vec3 uniform component.Eric Anholt1-1/+5
2010-09-30main: remove duplicated includesNicolas Kaiser3-6/+1
2010-09-28mesa: Move the list of builtin uniform info from ir_to_mesa to shared code.Eric Anholt2-1/+245
2010-09-27Remove GL_EXT_cull_vertexIan Romanick7-1782/+1719
2010-09-27Remove GL_MESA_packed_depth_stencilIan Romanick2-2/+0
2010-09-27mesa: Force GL_SGIS_generate_mipmap to always be enabledIan Romanick3-29/+9
2010-09-27mesa: Force GL_ARB_copy_buffer to always be enabledIan Romanick2-10/+4
2010-09-25mesa/mipmap: fix warning since 1acadebd6270d3604b026842b8a21360968618a0Dave Airlie1-1/+1
2010-09-24mesa: Remove unnecessary headers.Vinson Lee3-6/+0
2010-09-24mesa: Fix type typo in glGenerateMipmap handling of GL_UNSIGNED_INT data.Eric Anholt1-1/+1
2010-09-24mesa: fix assertions to handle srgb formatsBrian Paul1-4/+8
2010-09-23mesa: Remove EXT_convolution.Eric Anholt15-1855/+44
2010-09-23mesa: Remove SGI_color_matrix.Eric Anholt11-172/+3
2010-09-23mesa: Remove SGI_color_table.Eric Anholt10-316/+4
2010-09-23mesa: Remove EXT_histogram.Eric Anholt11-1124/+10
2010-09-23mesa: Remove the non-required ARB_imaging extension.Eric Anholt5-21/+15
2010-09-21mesa: don't advertise bogus GL_ARB_shading_language_120 extensionBrian Paul5-18/+43
2010-09-20mesa: don't call valid_texture_object() in non-debug buildsBrian Paul1-5/+2
2010-09-17mesa: Silence "'valid_texture_object' defined but not used" warning.Vinson Lee1-1/+5
2010-09-17mesa: bump version to 7.10Vinson Lee1-3/+3
2010-09-17glsl2: Add flags to enable variable index loweringIan Romanick1-0/+10
2010-09-16mesa: include mfeatures.h in formats.cBrian Paul1-0/+1
2010-09-16mesa: Update ES APIspec.xml.Chia-I Wu1-9/+5
2010-09-14mesa: update to version 64 of GL/glext.hBrian Paul4-9/+9
2010-09-14mesa: move, redefine MESA_GEOMETRY_PROGRAMBrian Paul2-9/+15
2010-09-14mesa: Less FEATURE_ARB_sync tests.Chia-I Wu5-25/+60
2010-09-14mesa: Remove unused _MESA_INIT_*_FUNCTIONS.Chia-I Wu11-90/+0
2010-09-10mesa: Remove unused Emit flags from gl_shader_compiler_optionsIan Romanick1-2/+0
2010-09-10gallium: Add context profile support to st_api.Chia-I Wu1-1/+5
2010-09-09Revert "glapi: Implement optional dispatch logging"Kristian Høgsberg5-47/+8
2010-09-09glsl2: Add EmitNoNoise flag, use it to remove noise opcodesIan Romanick2-11/+3
2010-09-09mesa: Only reference logging symbols in debug buildsKristian Høgsberg1-0/+11
2010-09-09mesa: Don't reuse DummyFramebuffer as the incomplete framebufferKristian Høgsberg2-1/+10
2010-09-09glapi: Implement optional dispatch loggingKristian Høgsberg5-8/+36
2010-09-08glsl: add several EmitNo* options, and MaxUnrollIterationsLuca Barbieri2-2/+11
2010-09-08glsl: make compiler options per-targetLuca Barbieri3-15/+35
2010-09-08mesa: add PIPE_SHADER_* like constants and conversions to/from enums (v2)Luca Barbieri2-0/+40
2010-09-08mesa: Refactor parameter processing in set_combiner_(operand|source)Ian Romanick1-68/+22