summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mesa: use _mesa_pack_ubyte_rgba_rect() in texstore codeBrian Paul2012-01-301-219/+64
* mesa: added _mesa_pack_ubyte_rgba_rect()Brian Paul2012-01-302-0/+46
* dri: Add a default drirc to be installed to provide application workarounds.Eric Anholt2012-01-302-0/+9
* i965: Add a driconf option to force GLSL extension behavior to "warn".Eric Anholt2012-01-303-1/+14
* mesa: Add a flag for forcing all GLSL extensions to "warn".Eric Anholt2012-01-302-0/+9
* intel: Use libdrm's decode functionality instead of the gpu-tools copy.Eric Anholt2012-01-305-2795/+41
* i965: Fix segfault with INTEL_DEBUG=batch on gen7 with samplers present.Eric Anholt2012-01-301-1/+0
* i965/vs: Avoid allocating registers in to the gen7 MRF hack region.Eric Anholt2012-01-303-3/+6
* i965/fs: Fix rendering corruption in unigine tropics.Eric Anholt2012-01-304-4/+17
* autoconf: Enable missing-prototypes errors when available.Eric Anholt2012-01-301-1/+14
* Rename R300_NO_TCL envvar to RADEON_NO_TCLMatt Turner2012-01-302-3/+3
* gallivm: Don't use C99 member initializers.José Fonseca2012-01-301-26/+26
* gallivm: Move declaration before code.José Fonseca2012-01-301-2/+2
* Use only native engine & bitwriter LLVM libraries for linking.ojab2012-01-302-2/+2
* gallivm: Add a new interface for doing TGSI->LLVM conversionsTom Stellard2012-01-307-1652/+2954
* gallium: Move duplicated helper macros to tgsi_exec.hTom Stellard2012-01-303-162/+148
* gallium: Prefix #defines in tgsi_exec.h with TGSI_Tom Stellard2012-01-3016-393/+393
* gallium: Unify defines of CHAN_[XYZW] in tgsi_exec.hTom Stellard2012-01-304-395/+385
* gallivm: Add function lp_bld_gather_values()Tom Stellard2012-01-302-0/+21
* tgsi: Add output_mode to struct tgsi_opcode_info v2Tom Stellard2012-01-302-162/+201
* st/dri: Support 24bit formats in dri2_allocate_bufferBenjamin Franzke2012-01-301-0/+3
* mesa/format_unpack: add LUMINANCE 8/16 UINT/INTDave Airlie2012-01-301-0/+58
* r600g: fix udiv/idiv/umod/imod on caymanDave Airlie2012-01-301-91/+280
* r600g: enable blend_bypass for uint/sintDave Airlie2012-01-301-1/+12
* r600g: fix fragcoord.w test on caymanDave Airlie2012-01-301-11/+28
* r600g: remove unused streamout codeMarek Olšák2012-01-301-29/+0
* r600g: disable printing debug info for streamoutMarek Olšák2012-01-301-1/+2
* gallium: remove trailing comma to silence warningBrian Paul2012-01-291-1/+1
* add wayland cflags when building wayland-eglJuan Zhao2012-01-291-1/+2
* nvfx,nv50,nvc0: handle PIPE_CAP_GLSL_FEATURE_LEVELChristoph Bumiller2012-01-293-0/+6
* dri: don't link with DRICORE_LIB_DEPSMatt Turner2012-01-286-7/+1
* scons: don't add -Wmissing-field-initializersMarek Olšák2012-01-291-4/+0
* st/mesa: use table-driven approach to exposing extensions for formats (v3)Marek Olšák2012-01-291-207/+167
* st/mesa: use table-driven approach to exposing extensions based on CAPsMarek Olšák2012-01-291-108/+58
* st/mesa: add PIPE_CAP_GLSL_FEATURE_LEVEL, cleanup st_extensions.cMarek Olšák2012-01-296-22/+41
* state_stracker: Fix access to uninitialized memory.Mathias Fröhlich2012-01-291-1/+1
* draw: Remove unused variables.Vinson Lee2012-01-281-4/+0
* r600g: fix linear and flat interpolationVadim Girlin2012-01-284-17/+27
* i965: fix inverted point sprite origin when rendering to FBOYuanhan Liu2012-01-283-5/+27
* mesa: remove byteswap check in fast_read_rgba_pixels_memcpy()Brian Paul2012-01-271-5/+0
* mesa: more use of _mesa_format_matches_format_and_type() in texstore codeBrian Paul2012-01-271-12/+7
* mesa: more use of _mesa_format_matches_format_and_type() in texstore codeBrian Paul2012-01-271-19/+4
* mesa: more use of _mesa_format_matches_format_and_type() in texstore codeBrian Paul2012-01-271-13/+7
* mesa: more use of _mesa_format_matches_format_and_type() in texstore codeBrian Paul2012-01-271-18/+8
* mesa: use _mesa_format_matches_format_and_type() in texstore codeBrian Paul2012-01-271-44/+4
* mesa: implement more cases in _mesa_format_matches_format_and_type()Brian Paul2012-01-271-2/+22
* mesa: use swapBytes parameter in _mesa_format_matches_format_and_type()Brian Paul2012-01-271-38/+93
* mesa: added swapBytes parameter to _mesa_format_matches_format_and_type()Brian Paul2012-01-274-7/+12
* mesa: rewrite, simplify some of the logic in _mesa_format_matches_format_and_...Brian Paul2012-01-271-9/+28
* mesa: add BGR888 code in _mesa_format_matches_format_and_type()Brian Paul2012-01-271-1/+1