summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-01-30Rename R300_NO_TCL envvar to RADEON_NO_TCLMatt Turner2-3/+3
2012-01-30gallivm: Don't use C99 member initializers.José Fonseca1-26/+26
2012-01-30gallivm: Move declaration before code.José Fonseca1-2/+2
2012-01-30Use only native engine & bitwriter LLVM libraries for linking.ojab2-2/+2
2012-01-30gallivm: Add a new interface for doing TGSI->LLVM conversionsTom Stellard7-1652/+2954
2012-01-30gallium: Move duplicated helper macros to tgsi_exec.hTom Stellard3-162/+148
2012-01-30gallium: Prefix #defines in tgsi_exec.h with TGSI_Tom Stellard16-393/+393
2012-01-30gallium: Unify defines of CHAN_[XYZW] in tgsi_exec.hTom Stellard4-395/+385
2012-01-30gallivm: Add function lp_bld_gather_values()Tom Stellard2-0/+21
2012-01-30tgsi: Add output_mode to struct tgsi_opcode_info v2Tom Stellard2-162/+201
2012-01-30st/dri: Support 24bit formats in dri2_allocate_bufferBenjamin Franzke1-0/+3
2012-01-30mesa/format_unpack: add LUMINANCE 8/16 UINT/INTDave Airlie1-0/+58
2012-01-30r600g: fix udiv/idiv/umod/imod on caymanDave Airlie1-91/+280
2012-01-30r600g: enable blend_bypass for uint/sintDave Airlie1-1/+12
2012-01-30r600g: fix fragcoord.w test on caymanDave Airlie1-11/+28
2012-01-30r600g: remove unused streamout codeMarek Olšák1-29/+0
2012-01-30r600g: disable printing debug info for streamoutMarek Olšák1-1/+2
2012-01-29gallium: remove trailing comma to silence warningBrian Paul1-1/+1
2012-01-29add wayland cflags when building wayland-eglJuan Zhao1-1/+2
2012-01-29nvfx,nv50,nvc0: handle PIPE_CAP_GLSL_FEATURE_LEVELChristoph Bumiller3-0/+6
2012-01-28dri: don't link with DRICORE_LIB_DEPSMatt Turner6-7/+1
2012-01-29scons: don't add -Wmissing-field-initializersMarek Olšák1-4/+0
2012-01-29st/mesa: use table-driven approach to exposing extensions for formats (v3)Marek Olšák1-207/+167
2012-01-29st/mesa: use table-driven approach to exposing extensions based on CAPsMarek Olšák1-108/+58
2012-01-29st/mesa: add PIPE_CAP_GLSL_FEATURE_LEVEL, cleanup st_extensions.cMarek Olšák6-22/+41
2012-01-29state_stracker: Fix access to uninitialized memory.Mathias Fröhlich1-1/+1
2012-01-28draw: Remove unused variables.Vinson Lee1-4/+0
2012-01-28r600g: fix linear and flat interpolationVadim Girlin4-17/+27
2012-01-28i965: fix inverted point sprite origin when rendering to FBOYuanhan Liu3-5/+27
2012-01-27mesa: remove byteswap check in fast_read_rgba_pixels_memcpy()Brian Paul1-5/+0
2012-01-27mesa: more use of _mesa_format_matches_format_and_type() in texstore codeBrian Paul1-12/+7
2012-01-27mesa: more use of _mesa_format_matches_format_and_type() in texstore codeBrian Paul1-19/+4
2012-01-27mesa: more use of _mesa_format_matches_format_and_type() in texstore codeBrian Paul1-13/+7
2012-01-27mesa: more use of _mesa_format_matches_format_and_type() in texstore codeBrian Paul1-18/+8
2012-01-27mesa: use _mesa_format_matches_format_and_type() in texstore codeBrian Paul1-44/+4
2012-01-27mesa: implement more cases in _mesa_format_matches_format_and_type()Brian Paul1-2/+22
2012-01-27mesa: use swapBytes parameter in _mesa_format_matches_format_and_type()Brian Paul1-38/+93
2012-01-27mesa: added swapBytes parameter to _mesa_format_matches_format_and_type()Brian Paul4-7/+12
2012-01-27mesa: rewrite, simplify some of the logic in _mesa_format_matches_format_and_...Brian Paul1-9/+28
2012-01-27mesa: add BGR888 code in _mesa_format_matches_format_and_type()Brian Paul1-1/+1
2012-01-27mesa: fix error in _mesa_format_matches_format_and_type() for RGB888Brian Paul1-1/+1
2012-01-27mesa: remove redundant byte swap checkBrian Paul1-6/+2
2012-01-27mesa: remove LSB-first pixel packing check in glReadPixelsBrian Paul1-2/+1
2012-01-27swrast: Fix implicit declaration warningsChad Versace1-0/+1
2012-01-27r600g: remove unsupported evergreen CB formatsAlex Deucher1-7/+0
2012-01-27mesa: Avoid void * arithmetic.José Fonseca1-1/+1
2012-01-27swrast: Fix fixed-function fragment processingChad Versace9-44/+45
2012-01-27mesa: set clamp bit in glGetTexImage for GL_UNSIGNED_NORMALIZEDAnuj Phogat1-0/+9
2012-01-27mesa: Don't round-trip integer texture data through a floating point temp.Eric Anholt1-21/+24
2012-01-27mesa: When unpacking signed integer pixel data, don't clamp to 0.Eric Anholt1-33/+12