summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-03-20Add .deps/, .libs/, and *.la to toplevel .gitignorePaul Berry14-40/+0
2012-03-20mesa: only test cube face widths in _mesa_test_texobj_completeness()Brian Paul1-5/+8
2012-03-20softpipe: set max cube texture size to 4Kx4KBrian Paul2-1/+2
2012-03-20mesa: add integer texture completeness checkBrian Paul3-0/+15
2012-03-20mesa: rework texture completeness testingBrian Paul10-38/+79
2012-03-20mesa: add _mesa_is_mipmap_filter() helperBrian Paul1-0/+9
2012-03-20mesa: use _mesa_dirty_texobj() in glTexParameter codeBrian Paul1-1/+2
2012-03-20mesa: use _mesa_dirty_texobj() functionBrian Paul1-12/+5
2012-03-20mesa: rewrite/consolidate code in _mesa_test_texobj_completeness()Brian Paul1-138/+45
2012-03-20mesa: use new baseImage var to simplify _mesa_test_texobj_completeness()Brian Paul1-24/+27
2012-03-20mesa: add comments in _mesa_test_texobj_completeness() related to the specBrian Paul1-2/+2
2012-03-20mesa: better debug message in _mesa_test_texobj_completeness()Brian Paul1-1/+1
2012-03-20mesa: move some code in _mesa_test_texobj_completeness()Brian Paul1-7/+7
2012-03-20mesa: use switch(target) in _mesa_test_texobj_completeness()Brian Paul1-15/+19
2012-03-20mesa: use MAX3() macro for 3D texture in _mesa_test_texobj_completeness()Brian Paul1-3/+3
2012-03-20mesa: make _mesa_reference_sampler_object() an inline functionBrian Paul2-6/+15
2012-03-19glsl: Don't include the deprecated structure types in GLSL 1.40.Eric Anholt2-15/+17
2012-03-19mesa: Validate the drawing primitive against the transform feedback mode.Eric Anholt3-32/+43
2012-03-19mesa: Fold error generation into _mesa_valid_prim_mode().Eric Anholt4-20/+19
2012-03-19shared-glapi: Convert to automakeKristian Høgsberg10-100/+59
2012-03-19r600g: fix r600_get_backend_mask() for virtual addressesAlex Deucher1-2/+5
2012-03-19i915: fallback for NPOT cubemap textureYuanhan Liu1-0/+22
2012-03-19r600g: fix point renderingMarek Olšák1-1/+1
2012-03-17st/mesa: add null pointer check in st_texture_image_map()Brian Paul1-0/+3
2012-03-17dri_util: add copyright/license blurbBrian Paul1-0/+24
2012-03-16darwin: Build create_context.cJeremy Huddleston2-1/+7
2012-03-16i965/fs: Jump from discard statements to the end of the program when done.Eric Anholt4-5/+126
2012-03-16i965: Add disasm for gen6+ UIP/JIP on BREAK/CONT/HALT.Eric Anholt1-0/+4
2012-03-15glsl: Add GLSL 1.40 textureSize() implementations for sampler2DRect.Eric Anholt3-2/+19
2012-03-15glsl: Set up generated builtin functions handling for GLSL 1.40.Eric Anholt1-3/+3
2012-03-15glsl: Add support for integer sampler2DRect variants in GLSL 1.40.Eric Anholt3-2/+27
2012-03-15glsl: Drop ftransform() from GLSL 1.40 profile.Eric Anholt1-2/+0
2012-03-15glsl: Copy GLSL 1.30 builtin profile to GLSL 1.40.Eric Anholt2-0/+1946
2012-03-15glsl: When failing to compile some builtins, print the error.Eric Anholt1-0/+8
2012-03-15glsl: Let the builtin compiler process GLSL 1.40 shaders.Eric Anholt1-3/+3
2012-03-15glsl: Update builtin variables for GLSL 1.40.Eric Anholt1-109/+150
2012-03-15glsl: Hook up the current GLSL 1.30 types and builtins for 1.40.Eric Anholt3-1/+10
2012-03-15glsl: Add support for parsing #version 140.Eric Anholt4-0/+8
2012-03-14i965: Enable SIMD16 mode for shaders with loops on Gen6+.Kenneth Graunke1-1/+1
2012-03-14gallivm: Fix createOProfileJITEventListener namespace with llvm-3.1.Vinson Lee1-0/+4
2012-03-14noop: Use non-recursive automakeTom Stellard2-16/+14
2012-03-14identity: Use non-recursive automakeTom Stellard2-14/+14
2012-03-14galahad: Use non-recursive automakeTom Stellard2-15/+28
2012-03-14gallium/drivers: Use automake to generate makefileTom Stellard18-16/+49
2012-03-13glsl: Avoid extra if statements for logic and/or with no side effects.Eric Anholt1-17/+6
2012-03-13mesa: add back glGetnUniform*v() overflow error reportingDylan Noblesmith2-5/+13
2012-03-12mesa: Fix the cause of piglit test fbo-array failureAnuj Phogat1-1/+3
2012-03-12mesa: fix _mesa_DebugMessageCallbackARB() to silence warningsBrian Paul1-2/+2
2012-03-12radeon: remove use of DD_FLATSHADEBrian Paul1-1/+1
2012-03-12mesa: add more comments about textarget in framebuffer_texture()Brian Paul1-2/+10