summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* r600: include version.h for _mesa_override_glsl_version() prototypeBrian Paul2011-10-011-0/+1
* mesa: use !! to simplify some _mesa_set_enable() calls in attrib.cBrian Paul2011-10-011-43/+25
* mesa: use loop in pop_texture_group() to restore 4 combiner termsBrian Paul2011-10-011-24/+13
* mesa: Refactor hash_table_{find,remove} to share some codeIan Romanick2011-09-301-16/+16
* mesa: Document an odd side-effect of hash_table_insertIan Romanick2011-09-301-0/+5
* mesa: Remove unused field gl_program::VaryingIan Romanick2011-09-304-12/+0
* mesa: Use Add linker_error instead of fail_linkIan Romanick2011-09-301-14/+3
* r600g: fix a compiler warningMarek Olšák2011-09-301-0/+1
* gallium/docs: update the documentation of capabilitiesMarek Olšák2011-09-301-73/+84
* r600g: move all files from winsys/r600 into drivers/r600Marek Olšák2011-09-3019-91/+11
* winsys/radeon: move GEM domains out of the drivers into winsysMarek Olšák2011-09-3015-111/+82
* winsys/radeon: remove a redundant parameter 'size' from buffer_from_handleMarek Olšák2011-09-304-10/+5
* r600g: remove struct radeon (or what's left of it)Marek Olšák2011-09-308-96/+18
* r600g: move family and chip_class from struct radeon to r600_screenMarek Olšák2011-09-308-70/+57
* r600g: merge r600_bo with r600_resourceMarek Olšák2011-09-3018-382/+243
* gallium: add PIPE_CAP_TEXTURE_BARRIERMarek Olšák2011-09-306-2/+7
* gallium: add PIPE_CAP_CONDITIONAL_RENDERMarek Olšák2011-09-308-3/+10
* gallium: add and use PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERSMarek Olšák2011-09-3015-56/+64
* gallium: remove PIPE_CAP_TEXTURE_MIRROR_REPEATMarek Olšák2011-09-3011-17/+0
* i915: out-of-bounds write in calc_live_regs()Chris Wilson2011-09-301-4/+4
* i965: Assign instead of compare inside assertChris Wilson2011-09-301-1/+1
* i965/gen6: Fix assign instead of compare in assertChris Wilson2011-09-301-1/+1
* glcpp: Add a test for #elif with an undefined macro.Carl Worth2011-09-302-0/+8
* glcpp: Raise error if defining any macro containing two consecutive underscoresCarl Worth2011-09-303-3/+7
* glcpp: Implement token pasting for non-function-like macrosCarl Worth2011-09-301-36/+47
* glcpp: Test a non-function-like macro using the token paste operatorCarl Worth2011-09-302-0/+7
* glcpp: Fix two (or more) successive applications of token pastingCarl Worth2011-09-301-2/+0
* glcpp: Add a test for a macro that implements token pasting twice.Carl Worth2011-09-302-0/+7
* mesa: Remove unused tnl items from dd_functionsChad Versace2011-09-302-21/+0
* meta: fix GetTexImage() for luminance, l/a, intensity formatsBrian Paul2011-09-303-3/+32
* mesa: add _NEW_CURRENT_ATTRIB in _mesa_program_state_flags()Brian Paul2011-09-301-2/+5
* st/mesa: implement AllocTextureImageBuffer() driver hookBrian Paul2011-09-301-0/+86
* mesa: simplify parameters to GetTexImage() driver hookBrian Paul2011-09-308-37/+26
* xorg/vmwgfx: Kill this target. It's not used anymore.Thomas Hellstrom2011-09-3013-2783/+0
* intel: include version.h to get _mesa_override_glsl_version() prototypeBrian Paul2011-09-291-0/+1
* gallium: Set renderbuffer's InternalFormat when rendering to textureSimon Farnsworth2011-09-291-0/+1
* winsys/svga: Update to vmwgfx kernel module 2.1Thomas Hellstrom2011-09-2911-263/+668
* st/xa: Don't call fence_reference with an unitialized fence handle as dstThomas Hellstrom2011-09-291-1/+1
* st/xa: surfaces and sampler views are per contextThomas Hellstrom2011-09-295-63/+65
* mesa: Remove ARB_texture_mirrored_repeat extension enable flagIan Romanick2011-09-2914-24/+5
* mesa: Remove EXT_blend_subtract extension enable flagIan Romanick2011-09-2913-19/+4
* mesa: Remove EXT_stencil_wrap extension enable flagIan Romanick2011-09-2913-23/+5
* mesa: Remove EXT_texture_lod_bias extension enable flagIan Romanick2011-09-2914-45/+9
* mesa: Remove EXT_texture_env_combine extension enable flagIan Romanick2011-09-2911-145/+54
* mesa: Remove EXT_texture_env_add extension enable flagIan Romanick2011-09-2911-18/+4
* mesa: Remove ARB_multitexture extension enable flagIan Romanick2011-09-2913-29/+7
* llvmpipe: Convert some of the null checks back to asserts.José Fonseca2011-09-291-26/+12
* llvmpipe: Also reset the state in lp_scene_bin_resetJosé Fonseca2011-09-291-0/+1
* llvmpipe: Prevent segfault during fs variant cache shrinking.José Fonseca2011-09-291-4/+15
* tools/trace: Dump NULL literally.José Fonseca2011-09-291-0/+4