summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-02-03swrast: add an interface createNewContextForAPIHaitao Feng
2011-02-03svga: Fix resource leak; undo temporary workaround.José Fonseca
2011-02-03svga: Temporarily disable buffer DMA upload coalescing.José Fonseca
2011-02-03svga/drm: Flushing preemptively on a 1/3 of the aperture.José Fonseca
2011-02-03util: Prevent transfer dangling pointer on map failure.José Fonseca
2011-02-03svga: Don't call swc->flush directly.José Fonseca
2011-02-03svga: Add an assert to catch reentrancy.José Fonseca
2011-02-03svga/drm: Update for pb_vtbl::map argument addition.José Fonseca
2011-02-03r300c: Unbreak after R4xx support was added to r300/compiler.Michel Dänzer
2011-02-03r600g: flush differences back to DB copy.Dave Airlie
2011-02-03r600g: fix depth hw resource copies.Dave Airlie
2011-02-03r600g: only set depth bit for hw accessible depth buffers.Dave Airlie
2011-02-03r600g: rework dirty / depth texture tracking.Dave Airlie
2011-02-03r600g: set correct pitch/offset for depth textures in flushed state.Dave Airlie
2011-02-02softpipe: rename sampler[] -> fragment_samplers[]Brian Paul
2011-02-02softpipe: rename fragment sampler/view fieldsBrian Paul
2011-02-02cso: refactor texture sampler and sampler view codeBrian Paul
2011-02-02cso: rename fragment sampler-related fieldsBrian Paul
2011-02-02cso: fix loop bound in cso_set_vertex_samplers()Brian Paul
2011-02-02glcpp: Raise error when modulus is zeroChad Versace
2011-02-02glsl: Avoid division-by-zero during constant-foldingChad Versace
2011-02-02glsl: Fix constant-folding for reciprocal expressionsChad Versace
2011-02-02svga: Flush upload buffers or we get assertsJosé Fonseca
2011-02-01glsl: Fix use of uninitialized values in _mesa_glsl_parse_state ctor.Kenneth Graunke
2011-02-01glsl: Fix invalid use of ralloc_asprintf in prototype_string.Kenneth Graunke
2011-02-02r600g: use burst exports in shadersChristian König
2011-02-01r200: remove 0x4243 pci idAlex Deucher
2011-02-01i915: Only mark a register as available if all components are writtenIan Romanick
2011-02-01mesa: glGetUniform only returns a single element of an arrayIan Romanick
2011-02-01glsl: Fix printf_length() on MSVC.José Fonseca
2011-02-01glsl: Fix memory error when creating the supported version string.Kenneth Graunke
2011-02-01r600g: just change tile type when buffer is set to depth.Dave Airlie
2011-02-01r600g: align the tiling modes with what the DDX and kernel expects.Dave Airlie
2011-02-01r600g: fix evergreen for depth decompress testDave Airlie
2011-02-01r600: only decompress depth when its tile type is wrong.Dave Airlie
2011-01-31texture_builtins.py: Fix a warning about mixed tabs/spaces.Kenneth Graunke
2011-02-01r600g: start looking at evergreen tiling.Dave Airlie
2011-02-01r600g: Actually use the info from the flushed depth texture when creating a s...Henri Verbeet
2011-01-31glsl: Refresh autogenerated lexer and parser files.Ian Romanick
2011-01-31glsl: Reject shader versions not supported by the implementationIan Romanick
2011-01-31glsl: Ensure that all GLSL versions are supported in the stand-alone compilerIan Romanick
2011-01-31glsl: Fix dependencies / linkage for glsl_compilerIan Romanick
2011-01-31mesa: Initial size for secondary color array is 3Ian Romanick
2011-01-31r600g: fix invalid ref count handling in r600_set_constant_bufferChristian König
2011-01-31llvmpipe: fix incorrect array index in image dump codeBrian Paul
2011-01-31glsl: regerated filesBrian Paul
2011-01-31glsl: make _token_list_is_empty_ignoring_space() staticBrian Paul
2011-01-31scons/glsl: add top-level 'include' dir to CPPPATHBrian Paul
2011-01-31glsl: add cast to silence signed/unsigned comparison warningBrian Paul
2011-01-31glsl: Define va_copy on MSVC.José Fonseca