summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-10gallivm: handle explicit derivatives for cubemapsRoland Scheidegger3-56/+235
2013-10-10gallivm: ignore rho approximation for cube mapsRoland Scheidegger1-30/+20
2013-10-09glsl: Modify array_sizing_visitor to handle unnamed interface blocks.Paul Berry2-2/+88
2013-10-09glsl: Update call_link_visitor to update max_ifc_array_access.Paul Berry1-12/+25
2013-10-09glsl/linker: Modify array_sizing_visitor to handle named interface blocks.Paul Berry2-6/+87
2013-10-09glsl: Update ir_variable::max_ifc_array_access properly.Paul Berry1-0/+37
2013-10-09glsl: Sanity check max_ifc_array_access in ir_validate::visit(ir_variable *).Paul Berry1-0/+20
2013-10-09glsl: Add an ir_variable::max_ifc_array_access field.Paul Berry3-1/+25
2013-10-09glsl: Make accessor functions for ir_variable::interface_type.Paul Berry9-33/+51
2013-10-09glsl: Move update of max_array_access into a separate function.Paul Berry1-17/+30
2013-10-09glsl: Add parser support for unsized arrays in interface blocks.Paul Berry1-0/+6
2013-10-09glsl: Rename the fourth argument to get_interface_instance.Paul Berry2-5/+5
2013-10-09i965/blorp: Allow format conversions for CopyTexSubImage.Kenneth Graunke1-1/+14
2013-10-09i965/blorp: Rework sRGB override behavior.Kenneth Graunke2-9/+15
2013-10-09i965/blorp: Explain why Z24 can't use a sensible format.Kenneth Graunke1-1/+5
2013-10-09i965/blorp: Use R32_FLOAT for Z32F surfaces.Kenneth Graunke1-6/+8
2013-10-09i965/blorp: Use R16_UNORM for Z16 surfaces.Kenneth Graunke1-6/+1
2013-10-09i965/blorp: Add support for non-render-target formats.Kenneth Graunke1-7/+7
2013-10-09i965/blorp: Add an is_render_target parameter to surface_info::set.Kenneth Graunke4-6/+8
2013-10-10util/u_math: Fix C++ include of u_math.h on MSVC.José Fonseca1-1/+1
2013-10-09llvmpipe: abstract the code to set number of subpixel bitsZack Rusin3-10/+15
2013-10-09llvmpipe: implement 64 bit mul opcodes in llvmpipeZack Rusin1-0/+60
2013-10-09gallium: Add support for 32x32 muls with 64 bit resultsZack Rusin8-1/+103
2013-10-09gallivm: support printing of 64 bit integersZack Rusin1-1/+6
2013-10-09i965/blorp: Fix the register types on blorp's push constants.Eric Anholt1-16/+16
2013-10-09i965: Fix 3D texture layout by more literally copying from the spec.Eric Anholt1-55/+20
2013-10-09mesa: Fix compiler warnings when ALIGN's alignment is "1 << value".Eric Anholt1-1/+1
2013-10-09i965: Don't forget the cube map padding on gen5+.Eric Anholt1-7/+15
2013-10-09egl/main: remove undefined X11_LIBS automake variableGaetan Nadon1-1/+1
2013-10-09gallium/state_trackers/glx: X11/Xlib.h: No such file or directoryGaetan Nadon1-1/+1
2013-10-09gallium/targets/libgl-xlib: X11/Xlib.h: No such file or directoryGaetan Nadon1-1/+1
2013-10-09gallium/state_trackers/egl: use X11_INCLUDES rather than X11_CFLAGSGaetan Nadon1-1/+1
2013-10-09st/vdpau: really block until surface is idleGrigori Goronzy1-1/+2
2013-10-09st/vdpau: add new formats to OutputSurface renderingGrigori Goronzy2-1/+24
2013-10-09st/vdpau: fix GenerateCSCMatrix with NULL procampGrigori Goronzy1-9/+12
2013-10-09radeon/uvd: disable VC-1 simple/main profileGrigori Goronzy1-1/+3
2013-10-09radeon/uvd: try to fix VC-1 decodingGrigori Goronzy1-33/+38
2013-10-09radeon/uvd: fix video format reportingGrigori Goronzy1-2/+5
2013-10-09gallium/dri targets: use DRI_DRIVER_LDFLAGSMarek Olšák9-9/+9
2013-10-09radeonsi: fix occlusion queries for CIKMarek Olšák1-3/+12
2013-10-09radeonsi: draw register fixes for CIKMarek Olšák2-9/+27
2013-10-09i965: keep SecHalf flag after register coalescingChia-I Wu1-0/+1
2013-10-09i965: allow SIMD8 sampler messages in SIMD16 modeChia-I Wu1-1/+2
2013-10-09i965: make BRW_COMPRESSION_2NDHALF valid for brw_SAMPLEChia-I Wu1-1/+16
2013-10-08i965: Initialize brw_blorp_const_color_program::prog_data.Vinson Lee1-0/+2
2013-10-08i965: Fix a compiler warning about conservative depth enums.Eric Anholt1-0/+2
2013-10-08i965/gs: Fixup gl_PointSize on entry to geometry shaders.Paul Berry1-0/+17
2013-10-08glsl/gs: handle gl_ClipDistance geometry input in lower_clip_distance.Bryan Cain1-60/+193
2013-10-08glsl/gs: add gl_in support to builtin_variables.cpp.Paul Berry1-2/+31
2013-10-08glsl: Keep track of location for interface block fields.Paul Berry5-37/+50