scons: fix incorrect test for embedded build
[mesa.git] / src /
2011-09-16 Brian Paulscons: fix incorrect test for embedded build
2011-09-16 Marek Olšákwinsys/radeon: use the cache bufmgr for buffers with...
2011-09-16 Brian Paulsoftpipe: use pipe_get_tile_rgba_format()
2011-09-16 Brian Paulsoftpipe: use util_format_is_depth_or_stencil()
2011-09-16 Dave Airlier600g: fixup missing scaled r600 types.
2011-09-16 Dave Airlier600g: interpret integer texture types as ints.
2011-09-16 Dave Airlier600g: take constantly interpolated values into a/c
2011-09-16 Dave Airlier600g: add flat non-interpolation support.
2011-09-16 Dave Airlier600g: set number type correctly for color buffers.
2011-09-16 Dave Airlier600g: add missing formats to color buffer setup.
2011-09-15 Brian Paulsoftpipe: use consistent indentation in sp_quad_blend.c
2011-09-15 Tobias Drostegallivm: fix build with LLVM 3.0svn
2011-09-15 Eugeni DodonovChange strerror(ret) to strerror(-ret).
2011-09-15 Brian Paulsoftpipe: fix blending for luminance/intensity surfaces
2011-09-15 Brian Paulutil: add util_format_is_luminance/intensity/rgb()...
2011-09-15 Jørgen Lindwayland: Flush before blocking in swapbuffers.
2011-09-15 Brian Paulmesa: fix error handling for dlist image unpacking
2011-09-15 Brian Paulst/mesa: rewrap a long line
2011-09-15 Brian Paulmesa: add missing ')' in error message
2011-09-15 Dave Airlieuniforms: accept all int/unsigned int sampler types...
2011-09-14 Paul Berryglsl: Remove field array_lvalue from ir_variable.
2011-09-14 Michel Dänzerr600g: Initialize multi VGT related register on Cayman.
2011-09-14 Michel Dänzerglx/dri2: Don't call X server for SwapBuffers when...
2011-09-14 Andrew DeasonDRI: Log something if we don't support legacy DRI
2011-09-14 Andrew DeasonGLX: Say something if we cannot connect via DRI2
2011-09-14 Christoph Bumillernvc0: implement resource_resolve
2011-09-14 José Fonsecallvmpipe: Remove dead lp_tile_shuffle_mask.py script.
2011-09-14 Christoph Bumillernv50/ir: add missing license headers
2011-09-14 Brian Paulst/mesa: fix/update comment on st_translate_color()
2011-09-14 Christoph Bumillernvc0: emit tessellation mode and patch size in TCP...
2011-09-14 Christoph Bumillernv50,nvc0: handle PIPE_CAP_MIN/MAX_TEXEL_OFFSET
2011-09-14 Christoph Bumillernvc0: remove old shader backend files
2011-09-14 Christoph Bumillernvc0: hook up to new shader code generator
2011-09-14 Christoph Bumillernv50/ir: import new shader backend code
2011-09-14 Christoph Bumillernvc0: prevent interruption of m2mf push
2011-09-14 Christoph Bumillernouveau: make data argument of nouveau_context::push_da...
2011-09-14 Brian Paulsoftpipe: implement blend color clamping
2011-09-14 Brian Paulmesa: minor clean-up on _mesa_unclamped_float_rgba_to_u...
2011-09-14 Brian Paulmesa: white space, comment fixes in mtypes.h
2011-09-14 Emeric Grangest/vdpau: Preliminary support for timestamped output...
2011-09-14 Emeric Grangest/vdpau: Output surfaces that are too large to fit...
2011-09-14 Emeric Grangest/vdpau: Add get_clear_color capability
2011-09-14 Emeric Grangest/vdpau: Add documentation from the VDPAU API and...
2011-09-14 Emeric Grangest/vdpau: Various whitespace cleanups found while readi...
2011-09-14 Emeric Grangenouveau: Add max_references parameter to vl_create_deco...
2011-09-14 Emeric Grangeg3dvl: Add max_references parameter to vl_create_decoder()
2011-09-14 Emeric Grangeg3dvl: Add get_clear_color capability
2011-09-14 Emeric Grangeg3dvl: Various whitespace cleanups found while reading...
2011-09-14 Dave Airliemesa/colormac: introduce inline helper for 4 unclamped...
2011-09-14 Dave Airliemesa: introduce a clear color union to be used for...
2011-09-13 Brian Paulst/mesa: fix incorrect debug output
2011-09-13 Brian Paulgallivm: remove unused vars
2011-09-13 Brian Paulgallium: minor comments for util_format_channel_descrip...
2011-09-13 Marcin Slusarznv50/nvc0: add support for R4A4_UNORM and A4R4_UNORM...
2011-09-13 Marek Olšákr600g: fix typo in "r600g: simplify deducing chip family"
2011-09-13 Dave Airliemesa/pack: don't apply transfer operations to integer...
2011-09-12 Marek Olšákr600g: remove unused function r600_buffer_from_handle
2011-09-12 Marek Olšákr600g: remove an irrelevant XXX comment
2011-09-12 Marek Olšákr600g: remove r600_resource_buffer struct
2011-09-12 Marek Olšákr600g: set the return type of radeon_destroy to void
2011-09-12 Marek Olšákr600g: remove r600_drm_public.h
2011-09-12 Marek Olšákr600g: inline some of the winsys r600_get functions
2011-09-12 Marek Olšákr600g: simplify deducing chip family
2011-09-12 Marek Olšákr600g: compute tiling info in the pipe, not in the...
2011-09-12 Marek Olšákr600g: remove unused ioctl definitions
2011-09-12 Marek Olšákr600g: do not loop in radeon_family_from_device
2011-09-12 Marek Olšákr600g: cleanup build include dirs and dependencies
2011-09-12 Marek Olšákst/mesa: clamp Max program param limits
2011-09-11 Marek Olšákpb_buffer: inline 'base' sub-struct
2011-09-11 Marek Olšákr300g: handle the new CAPs
2011-09-10 Emil Velikovtgsi: fix typo in commit 324ac982d8e7
2011-09-10 Maarten Lankhorstnouveau: Add support for XvMC acceleration
2011-09-10 Bryan Cainglsl_to_tgsi: use UARL instead of I2F and ARL
2011-09-10 Bryan Caingallium: add TGSI opcodes UARL and UCMP
2011-09-10 Marek Olšákmesa: fix more valgrind warnings
2011-09-10 Brian Pauldraw/llvm: combine draw_llvm_generate() and draw_llvm_g...
2011-09-10 Tom Stellardr300/compiler: Implement ROUND
2011-09-10 Marek Olšákmesa: fix a valgrind warning
2011-09-10 Marek Olšákst/dri: remove the call to driInitExtensions
2011-09-10 Marek Olšákr600g: fix shadow rect samplers
2011-09-10 Marek Olšákr600g: use SAMPLE_LB for OPCODE_TXB
2011-09-10 Marek Olšákr600g: enable texture arrays
2011-09-10 Marek Olšákr600g: add support for shadow array samplers
2011-09-10 Marek Olšákr600g: implement texture arrays for evergreen
2011-09-10 Marek Olšákr600g: always decompress all mipmaps and layers, slices...
2011-09-10 Marek Olšákr600g: fix texture array filtering
2011-09-10 Marek Olšákglsl_to_tgsi: fix shadow2DArray comparison
2011-09-10 Marek Olšákir_to_mesa: fix shadow2DArray comparison
2011-09-10 Marek Olšáku_blitter: add texture array support
2011-09-10 Marek Olšákst/mesa: convert shadow array samplers to TGSI
2011-09-10 Marek Olšákgallium: add shadow 1D and 2D array samplers to TGSI
2011-09-10 Marek Olšákgallium: add PIPE_CAP_MAX_TEXTURE_ARRAY_LAYERS
2011-09-09 Ian Romanickdri: Remove all extension enabling utility functions
2011-09-09 Ian Romanickswrast-dri: Remove call to driInitExtensions
2011-09-09 Ian Romanickradeon: Enable extensions by just setting the flags
2011-09-09 Ian Romanickr600: Enable extensions by just setting the flags
2011-09-09 Ian Romanickr300: Enable extensions by just setting the flags
2011-09-09 Ian Romanickr200: Enable extensions by just setting the flags
2011-09-09 Ian Romanicknouveau: Enable extensions by just setting the flags
2011-09-09 Ian Romanickintel: Move S3TC extension enable bits to intel_extensi...
next