mesa.git
2011-02-03 Kristian Høgsbergegl_dri2: Split out x11 platform code
2011-02-03 Haitao Fengswrast: add an interface createNewContextForAPI
2011-02-03 José Fonsecasvga: Fix resource leak; undo temporary workaround.
2011-02-03 José Fonsecasvga: Temporarily disable buffer DMA upload coalescing.
2011-02-03 José Fonsecasvga/drm: Flushing preemptively on a 1/3 of the aperture.
2011-02-03 José Fonsecautil: Prevent transfer dangling pointer on map failure.
2011-02-03 José Fonsecasvga: Don't call swc->flush directly.
2011-02-03 José Fonsecasvga: Add an assert to catch reentrancy.
2011-02-03 José Fonsecasvga/drm: Update for pb_vtbl::map argument addition.
2011-02-03 Michel Dänzerr300c: Unbreak after R4xx support was added to r300...
2011-02-03 José Fonsecascons: Eliminate libgcc_s_sjlj-1.dll dependency
2011-02-03 Dave Airlier600g: flush differences back to DB copy.
2011-02-03 Dave Airlier600g: fix depth hw resource copies.
2011-02-03 Dave Airlier600g: only set depth bit for hw accessible depth buffers.
2011-02-03 Dave Airlier600g: rework dirty / depth texture tracking.
2011-02-03 Dave Airlier600g: set correct pitch/offset for depth textures...
2011-02-03 Brian Paulsoftpipe: rename sampler[] -> fragment_samplers[]
2011-02-03 Brian Paulsoftpipe: rename fragment sampler/view fields
2011-02-03 Brian Paulcso: refactor texture sampler and sampler view code
2011-02-03 Brian Paulcso: rename fragment sampler-related fields
2011-02-03 Brian Paulcso: fix loop bound in cso_set_vertex_samplers()
2011-02-02 Chad Versaceglcpp: Raise error when modulus is zero
2011-02-02 Chad Versaceglsl: Avoid division-by-zero during constant-folding
2011-02-02 Chad Versaceglsl: Fix constant-folding for reciprocal expressions
2011-02-02 José Fonsecasvga: Flush upload buffers or we get asserts
2011-02-02 Kenneth Graunkeglsl: Fix use of uninitialized values in _mesa_glsl_par...
2011-02-02 Kenneth Graunkeglsl: Fix invalid use of ralloc_asprintf in prototype_s...
2011-02-02 Christian Königr600g: use burst exports in shaders
2011-02-02 Alex Deucherr200: remove 0x4243 pci id
2011-02-01 Ian Romanicki915: Only mark a register as available if all componen...
2011-02-01 Ian Romanickmesa: glGetUniform only returns a single element of...
2011-02-01 José Fonsecaglsl: Fix printf_length() on MSVC.
2011-02-01 Kenneth Graunkeglsl: Fix memory error when creating the supported...
2011-02-01 Dave Airlier600g: just change tile type when buffer is set to...
2011-02-01 Dave Airlier600g: align the tiling modes with what the DDX and...
2011-02-01 Dave Airlier600g: fix evergreen for depth decompress test
2011-02-01 Dave Airlier600: only decompress depth when its tile type is wrong.
2011-02-01 Kenneth Graunketexture_builtins.py: Fix a warning about mixed tabs...
2011-02-01 Dave Airlier600g: start looking at evergreen tiling.
2011-02-01 Henri Verbeetr600g: Actually use the info from the flushed depth...
2011-01-31 Ian Romanickglsl: Refresh autogenerated lexer and parser files.
2011-01-31 Ian Romanickglsl: Reject shader versions not supported by the imple...
2011-01-31 Ian Romanickglsl: Ensure that all GLSL versions are supported in...
2011-01-31 Ian Romanickglsl: Fix dependencies / linkage for glsl_compiler
2011-01-31 Ian Romanickmesa: Initial size for secondary color array is 3
2011-01-31 Christian Königr600g: fix invalid ref count handling in r600_set_const...
2011-01-31 Brian Paulllvmpipe: fix incorrect array index in image dump code
2011-01-31 Brian Paulglsl: regerated files
2011-01-31 Brian Paulglsl: make _token_list_is_empty_ignoring_space() static
2011-01-31 Brian Paulscons/glsl: add top-level 'include' dir to CPPPATH
2011-01-31 Brian Paulglsl: add cast to silence signed/unsigned comparison...
2011-01-31 José Fonsecaglsl: Define va_copy on MSVC.
2011-01-31 Kenneth Graunkei965: Emit texel offsets in sampler messages.
2011-01-31 Kenneth Graunkeglsl/builtins: Uncomment prototypes for texture*Offset...
2011-01-31 Kenneth Graunketexture_builtins.py: Generate texture*Offset functions.
2011-01-31 Kenneth Graunketexture_builtins.py: Generalize the "use_proj" field...
2011-01-31 Kenneth Graunketexture_builtins.py: Refactor coordinate dimension...
2011-01-31 Kenneth Graunkeglsl: Introduce a new "const_in" variable mode.
2011-01-31 Kenneth Graunkeglsl: Change texel offsets to a single vector rvalue.
2011-01-31 Kenneth Graunkeglsl: Re-synchronize ir_variable_mode and the printer...
2011-01-31 Vinson Leescons: Gracefully handle pkg-config errors with libdrm_...
2011-01-31 Kenneth GraunkeRemove the talloc sources from the Mesa repository.
2011-01-31 Kenneth GraunkeRemove talloc from the SCons build system.
2011-01-31 Kenneth GraunkeRemove talloc from the make and automake build systems.
2011-01-31 Kenneth Graunkeralloc: a new MIT-licensed recursive memory allocator.
2011-01-31 Kenneth GraunkeConvert everything from the talloc API to the ralloc...
2011-01-31 Kenneth Graunkeralloc: Add a fake implementation of ralloc based on...
2011-01-31 Henri Verbeetglx: Properly check for a valid fd in dri2CreateScreen().
2011-01-31 Michel Dänzersvga: Fix translation of TGSI SSG opcode.
2011-01-31 Michel Dänzersvga: TEXLDL opcode dst/src register information is...
2011-01-31 Michel Dänzersvga: Print the number and mnemonic of the opcode we...
2011-01-31 Henri Verbeetglx: Fix leaks in DRISW screen creation error paths.
2011-01-31 Henri Verbeetglx: Fix leaks in DRI screen creation error paths.
2011-01-31 Henri Verbeetglx: Fix leaks in DRI2 screen creation error paths.
2011-01-31 Julien Cristauglx: fix length of GLXGetFBConfigsSGIX
2011-01-31 Julien Cristauglx: fix GLXChangeDrawableAttributesSGIX request
2011-01-31 Dave Airlier600g: fix eg OQ properly.
2011-01-31 Alex Deucherr600g: fix OQ on evergreen
2011-01-31 Dave Airlier600g: fix occlusion query results.
2011-01-31 Alex Deucherr600g: remove some non-existent evergreen reg fields
2011-01-31 Dave Airlier600g: fix regression in cubemap tests since eea1d8199b...
2011-01-31 Dave Airlier600g: handle the write all cbufs property.
2011-01-30 Henri Verbeetutil: Call tables should be const.
2011-01-30 Henri Verbeetr600g: Update the flushed depth texture after drawing...
2011-01-30 Chia-I Wust/vega: Disable blending when the paint is opaque.
2011-01-30 Chia-I Wust/vega: Remove an invalid sanity check.
2011-01-30 Chia-I Wust/vega: s/vg[A-Z]/vega[A-Z]/.
2011-01-30 José Fonsecascons: We have C++ in several libraries, so always...
2011-01-30 Vinson Leer600g: Fix void pointer arithmetic.
2011-01-30 Dave Airlier600g: fixes a segfault in the piglit fbo-genmipmap...
2011-01-30 Tom Stellardr300/compiler: Standardize the number of bits used...
2011-01-30 Marek Olšákr300g: upload translated indices via the uploader
2011-01-30 Marek Olšákr300g: rework vertex format fallback
2011-01-30 Marek Olšákr600g: upload translated indices via the uploader
2011-01-30 Marek Olšákr600g: rework vertex format fallback
2011-01-30 Marek Olšákr600g: fix vertex format fallback
2011-01-30 Marek Olšákr600g: rework vertex buffer uploads
2011-01-30 Marek Olšákr600g: consolidate set_constant_buffer functions
2011-01-30 Marek Olšákr600g: consolidate vertex_buffer_update functions
2011-01-30 Marek Olšákr600g: consolidate draw_vbo functions (v2)
next