summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-10-16glapi: Add missing XML files to Makefile dependencies.Matt Turner1-0/+8
2013-10-16glsl: Optimize mul(a, -1) into neg(a).Matt Turner1-0/+23
2013-10-16i965/fs: Handle printing HW_REGS in dump_instruction().Matt Turner1-0/+16
2013-10-16i965: Print instructions' children during scheduling debugging.Matt Turner1-2/+6
2013-10-16Revert "scons: Fix build when rtti is disabled"José Fonseca2-7/+4
2013-10-16radeonsi: Use 'SI' as the LLVM processor for CIK on LLVM <= 3.3Tom Stellard1-0/+4
2013-10-16r600g/compute Improve debugging outputTom Stellard2-5/+7
2013-10-16clover: Link libclc before running any optimizationsTom Stellard1-27/+13
2013-10-16mesa: change glTexImage[23]DMultisample() internalformat to GLenumBrian Paul3-6/+6
2013-10-16svga: minor fix-ups in svga_get_shader_param()Brian Paul1-2/+3
2013-10-16cso: fix incorrect sampler view count in cso_restore_sampler_views()Brian Paul1-3/+6
2013-10-16vbo: access VBO memory more efficiently when building display listsBrian Paul1-8/+31
2013-10-16mesa: consolidate cube width=height error checkingBrian Paul1-38/+5
2013-10-15gbm: Add support for gbm bos and surfaces using GBM_FORMAT_ARGB2101010Kristian Høgsberg1-0/+6
2013-10-15dri: Add __DRIimage support for the ARGB2101010 formatKristian Høgsberg1-0/+10
2013-10-15i965: Create ARGB2101010 DRI configsKristian Høgsberg1-1/+4
2013-10-15dri/common: Add support for creating ARGB2101010 configsKristian Høgsberg1-0/+10
2013-10-15egl_dri2: Set NativeVisualID to the matching GBM config for the gbm platformKristian Høgsberg1-2/+21
2013-10-15egl_dri2: Remove depth argument from dri2_add_config()Kristian Høgsberg6-26/+14
2013-10-15egl_dri2: Match X11 visuals using rgba masks instead of depthKristian Høgsberg1-1/+20
2013-10-15i965: Add support for RGB565 __DRIimageSingh, Satyeshwar1-0/+3
2013-10-15egl-wayland: Add support for RGB565 pixel format for Wayland clientsSingh, Satyeshwar2-2/+14
2013-10-15scons: Fix build when rtti is disabledAlexander von Gluck IV2-4/+7
2013-10-15llvmpipe: Advertise PIPE_CAP_DEPTH_CLIP_DISABLE.José Fonseca1-1/+1
2013-10-15draw: make vs_slot signed.José Fonseca1-2/+4
2013-10-15configure.ac: drop obsolete variable HAVE_COMMON_DRIEmil Velikov1-2/+0
2013-10-15swrast: add correct include for out-of-tree buildsEmil Velikov2-0/+2
2013-10-15mesa: fix transform feedback when a geometry shader is active.Bryan Cain1-18/+35
2013-10-15i965/gs: Set the REORDER bit in 3DSTATE_GS.Paul Berry2-0/+29
2013-10-15i965/fs: Remove bogus field prog_data->dispatch_width.Paul Berry3-7/+2
2013-10-15glsl: Add new GLSL 1.50 constants.Paul Berry3-0/+51
2013-10-15i965: Move the common binding table offset code to brw_shader.cpp.Eric Anholt7-62/+58
2013-10-15i965/vec4: Dynamically assign the VS/GS binding table offsets.Eric Anholt3-57/+25
2013-10-15i965/fs: Dynamically set up the WM binding table offsets.Eric Anholt3-43/+35
2013-10-15i965: Make a brw_stage_prog_data for storing the SURF_INDEX information.Eric Anholt19-115/+161
2013-10-15i965: Always have the struct gl_program * in the backend visitor.Eric Anholt4-14/+15
2013-10-15i965: Drop a couple of unused defines.Eric Anholt1-3/+0
2013-10-15i965: Remove dead arguments from prog_data_compare.Eric Anholt8-17/+8
2013-10-14build: remove forced -fno-rttiAlexander von Gluck IV1-6/+0
2013-10-14i965: Don't copy prop source mods into instructions that can't take them.Matt Turner4-0/+26
2013-10-14mesa: Add missing switch break in invalidate_framebuffer_storage()Constantin Baranov1-0/+1
2013-10-13st/vdpau: add format conversions for GetBitsYCbCrGrigori Goronzy1-8/+117
2013-10-13radeon: use staging for mapping linear texturesGrigori Goronzy1-0/+6
2013-10-13radeon/uvd: use PIPE_BIND_LINEAR for video surfacesGrigori Goronzy2-7/+7
2013-10-13radeonsi: Allow Sinking pass to move preloaded const/res/samplVincent Lejeune2-5/+28
2013-10-13radeonsi: pass alpha_ref value to PS in the user sgprVadim Girlin3-25/+29
2013-10-13r600g: fix tgsi_op2_s with trans-only instructionsVadim Girlin1-5/+31
2013-10-13i965: Merge intel_context.h into brw_context.h.Kenneth Graunke2-172/+120
2013-10-13i965: Delete our copy of likely/unlikely macros.Kenneth Graunke1-10/+0
2013-10-13mesa: Move U_FIXED/S_FIXED macros from i965 to macros.h.Kenneth Graunke3-39/+22