summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* mesa: make _mesa_update_depth/stencil_buffer() staticBrian Paul2011-10-112-32/+10
* intel: Assert that no batch is emitted if a region is mappedChad Versace2011-10-113-1/+32
* i965: Fix computation of abs(-x) in FSPaul Berry2011-10-112-1/+5
* i965: Replace incorrect use of GLboolean with enum brw_compression.Kenneth Graunke2011-10-113-5/+9
* mesa: Only allow queries of window system FBO on desktop GL w/ARB_fboIan Romanick2011-10-111-0/+15
* mesa: Accept GL_DEPTH and GL_STENCIL for window system FBO onlyIan Romanick2011-10-111-12/+27
* gallium: rename ZS stencil type to UINT (v2)Dave Airlie2011-10-116-53/+53
* i965: Change type of brw_context.primitive from GLenum to hardware primitiveChad Versace2011-10-104-43/+41
* i965: Split brw_set_prim into brw/gen6 variantsChad Versace2011-10-102-2/+19
* mesa: Prevent repeated glDeleteProgram() from blowing away our refcounts.Eric Anholt2011-10-101-3/+5
* i965: Fix timer query on gen6+Zou Nan hai2011-10-101-5/+12
* hash_table: Make string_to_uint_map make a copy of the nameIan Romanick2011-10-101-1/+17
* mesa/st: Check for a NULL _LinkedShader[i] before using it.Stéphane Marchesin2011-10-101-1/+2
* st/mesa: add readpixel integer supportDave Airlie2011-10-081-2/+38
* st/mesa: add support for int type conversionDave Airlie2011-10-081-67/+386
* mesa/texformat: add integer fallbacks to other formatsDave Airlie2011-10-081-73/+131
* mesa: add packing for int/uintDave Airlie2011-10-082-0/+68
* i965: Fix inconsistent indentation in brw_eu_emit.c.Kenneth Graunke2011-10-071-197/+197
* mesa: Silence several 'warning: unused parameter' in _mesa_GetnUniformdvARBIan Romanick2011-10-071-0/+6
* mesa: Remove unused function _mesa_append_uniformIan Romanick2011-10-072-78/+0
* mesa: Simplify calling Driver.ProgramStringNotify after previous refactorsIan Romanick2011-10-072-55/+22
* mesa: Simplify destroy_shader_program_variants_cb after previous refactorsIan Romanick2011-10-071-6/+3
* mesa: Simplify validate_shader_program after previous refactorsIan Romanick2011-10-071-11/+6
* mesa: Use gl_shader_program::_LinkedShaders instead of FragmentProgramIan Romanick2011-10-0713-34/+36
* mesa: Use gl_shader_program::_LinkedShaders instead of GeometryProgramIan Romanick2011-10-079-22/+23
* mesa: Use gl_shader_program::_LinkedShaders instead of VertexProgramIan Romanick2011-10-0713-34/+39
* mesa: Close Doxygen groupChad Versace2011-10-071-0/+1
* i915,i830: Remove dead HiZ assertions in *update_draw_buffer()Chad Versace2011-10-072-4/+0
* tnl: fix result vector allocation regressionBrian Paul2011-10-071-4/+10
* i965: make swizzle_for_size() return unsignedBrian Paul2011-10-071-2/+2
* i965: make size_swizzles[] static constBrian Paul2011-10-071-1/+1
* i965: silence unused var warnings in non-debug buildsBrian Paul2011-10-072-0/+2
* intel: silence uninitialized var warningBrian Paul2011-10-071-1/+1
* mesa: fix software mipmap generation code for packed Z/stencil formatsBrian Paul2011-10-072-5/+41
* r300: fix incompatible pointer type warningsBrian Paul2011-10-072-2/+2
* mesa: update gl_texture_image commentsBrian Paul2011-10-071-2/+2
* swrast: s/FetchTexelf/FetchTexel/Brian Paul2011-10-075-68/+68
* swrast: silence unused var warnings in non-debug buildsBrian Paul2011-10-071-0/+2
* swrast: remove unused swrast_texture_image::FetchTexelc methodBrian Paul2011-10-072-69/+2
* mesa: fix image unpacking when storing compressed texturesBrian Paul2011-10-072-6/+19
* i965 Gen6+: De-compact clip planes.Paul Berry2011-10-067-68/+56
* i965 VS: Change nr_userclip to nr_userclip_planes.Paul Berry2011-10-064-13/+16
* i965: Make brw_compute_vue_map's userclip dependency a boolean.Paul Berry2011-10-0613-25/+32
* i965: Move ClipPlanesEnabled state to VS cache key.Paul Berry2011-10-063-1/+9
* i965: Rearrange VS cache key struct.Paul Berry2011-10-061-1/+11
* mesa: Create _mesa_bitcount_64() to replace i965's brw_count_bits()Paul Berry2011-10-0613-21/+30
* mesa/es: Allow GL_CLIP_PLANE0+6 and GL_CLIP_PLANE0+7.Kenneth Graunke2011-10-061-8/+6
* mesa/get: Move MAX_LIGHTS from GL/ES2 to GL/ES1.Kenneth Graunke2011-10-061-2/+1
* meta: Don't enable TEXTURE_RECTANGLE when it's unsupported.Kenneth Graunke2011-10-061-1/+2
* mesa: remove some unneeded forward struct declarationsBrian Paul2011-10-051-3/+0