summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-02-04r600g: add a flag to just create flushed texture without flushing.Dave Airlie
2011-02-04r600g: also check CB bindings for textures to depth flush.Dave Airlie
2011-02-04r600g: flush depth texture before a blit from it.Dave Airlie
2011-02-03svga: rename a couple sampler, sampler view functionsBrian Paul
2011-02-03gallium/svga: added debug code for dumping framebuffer images (disabled)Brian Paul
2011-02-03gallium/docs: more info about setting samplers and sampler viewsBrian Paul
2011-02-03cso: don't tell drivers to bind null samplers, sampler viewsBrian Paul
2011-02-03r600g: Make some more things static.Henri Verbeet
2011-02-03r600g: Get rid of the unused r600_cf_vtx_tc() function.Henri Verbeet
2011-02-03r300g: Make the buffer and texture vbtls static const.Henri Verbeet
2011-02-03r600g: Make the buffer and texture vbtls static const.Henri Verbeet
2011-02-03egl_dri2: Add new radeon pci idsAlex Deucher
2011-02-03egl_dri2: Split out drm platform implementation to a separate fileKristian Høgsberg
2011-02-03egl_dri2: Split out x11 platform codeKristian Høgsberg
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-03scons: Eliminate libgcc_s_sjlj-1.dll dependencyJosé Fonseca
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