summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-02-03svga/drm: Update for pb_vtbl::map argument addition.José Fonseca1-1/+2
2011-02-03r300c: Unbreak after R4xx support was added to r300/compiler.Michel Dänzer2-0/+2
2011-02-03scons: Eliminate libgcc_s_sjlj-1.dll dependencyJosé Fonseca1-0/+3
2011-02-03r600g: flush differences back to DB copy.Dave Airlie3-0/+29
2011-02-03r600g: fix depth hw resource copies.Dave Airlie2-18/+2
2011-02-03r600g: only set depth bit for hw accessible depth buffers.Dave Airlie1-41/+41
2011-02-03r600g: rework dirty / depth texture tracking.Dave Airlie5-12/+10
2011-02-03r600g: set correct pitch/offset for depth textures in flushed state.Dave Airlie1-0/+3
2011-02-02softpipe: rename sampler[] -> fragment_samplers[]Brian Paul2-6/+6
2011-02-02softpipe: rename fragment sampler/view fieldsBrian Paul3-7/+7
2011-02-02cso: refactor texture sampler and sampler view codeBrian Paul1-326/+307
2011-02-02cso: rename fragment sampler-related fieldsBrian Paul1-21/+26
2011-02-02cso: fix loop bound in cso_set_vertex_samplers()Brian Paul1-1/+1
2011-02-02glcpp: Raise error when modulus is zeroChad Versace1-1/+6
2011-02-02glsl: Avoid division-by-zero during constant-foldingChad Versace1-1/+19
2011-02-02glsl: Fix constant-folding for reciprocal expressionsChad Versace1-6/+10
2011-02-02svga: Flush upload buffers or we get assertsJosé Fonseca2-5/+7
2011-02-01glsl: Fix use of uninitialized values in _mesa_glsl_parse_state ctor.Kenneth Graunke1-0/+2
2011-02-01glsl: Fix invalid use of ralloc_asprintf in prototype_string.Kenneth Graunke1-1/+1
2011-02-02r600g: use burst exports in shadersChristian König4-3/+40
2011-02-01r200: remove 0x4243 pci idAlex Deucher2-2/+0
2011-02-01i915: Only mark a register as available if all components are writtenIan Romanick1-3/+17
2011-02-01mesa: glGetUniform only returns a single element of an arrayIan Romanick1-14/+41
2011-02-01glsl: Fix printf_length() on MSVC.José Fonseca1-0/+8
2011-02-01glsl: Fix memory error when creating the supported version string.Kenneth Graunke1-1/+1
2011-02-01r600g: just change tile type when buffer is set to depth.Dave Airlie2-6/+2
2011-02-01r600g: align the tiling modes with what the DDX and kernel expects.Dave Airlie1-4/+3
2011-02-01r600g: fix evergreen for depth decompress testDave Airlie1-1/+1
2011-02-01r600: only decompress depth when its tile type is wrong.Dave Airlie3-3/+7
2011-01-31texture_builtins.py: Fix a warning about mixed tabs/spaces.Kenneth Graunke1-1/+1
2011-02-01r600g: start looking at evergreen tiling.Dave Airlie3-20/+79
2011-02-01r600g: Actually use the info from the flushed depth texture when creating a s...Henri Verbeet2-18/+11
2011-01-31glsl: Refresh autogenerated lexer and parser files.Ian Romanick1-256/+271
2011-01-31glsl: Reject shader versions not supported by the implementationIan Romanick3-9/+82
2011-01-31glsl: Ensure that all GLSL versions are supported in the stand-alone compilerIan Romanick1-0/+6
2011-01-31glsl: Fix dependencies / linkage for glsl_compilerIan Romanick1-2/+2
2011-01-31mesa: Initial size for secondary color array is 3Ian Romanick1-1/+1
2011-01-31r600g: fix invalid ref count handling in r600_set_constant_bufferChristian König1-1/+1
2011-01-31llvmpipe: fix incorrect array index in image dump codeBrian Paul1-1/+1
2011-01-31glsl: regerated filesBrian Paul2-125/+118
2011-01-31glsl: make _token_list_is_empty_ignoring_space() staticBrian Paul1-1/+1
2011-01-31scons/glsl: add top-level 'include' dir to CPPPATHBrian Paul1-0/+1
2011-01-31glsl: add cast to silence signed/unsigned comparison warningBrian Paul1-1/+1
2011-01-31glsl: Define va_copy on MSVC.José Fonseca1-0/+8
2011-01-31i965: Emit texel offsets in sampler messages.Kenneth Graunke2-4/+43
2011-01-31glsl/builtins: Uncomment prototypes for texture*Offset functions.Kenneth Graunke2-20/+0
2011-01-31texture_builtins.py: Generate texture*Offset functions.Kenneth Graunke1-5/+80
2011-01-31texture_builtins.py: Generalize the "use_proj" field to support offsets.Kenneth Graunke1-52/+57
2011-01-31texture_builtins.py: Refactor coordinate dimension calculations.Kenneth Graunke1-5/+9
2011-01-31glsl: Introduce a new "const_in" variable mode.Kenneth Graunke12-4/+36