summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mesa/st: Add VARYING_SLOT_TEX[1-7] to st_translate_geometry_program().Bryan Cain2013-10-171-0/+7
* Revert "i965: Create ARGB2101010 DRI configs"Kristian Høgsberg2013-10-161-4/+1
* r600g/sb: fix issue with DCE between GVN and GCM (v2)Vadim Girlin2013-10-174-12/+39
* glapi: Add missing XML files to Makefile dependencies.Matt Turner2013-10-161-0/+8
* glsl: Optimize mul(a, -1) into neg(a).Matt Turner2013-10-161-0/+23
* i965/fs: Handle printing HW_REGS in dump_instruction().Matt Turner2013-10-161-0/+16
* i965: Print instructions' children during scheduling debugging.Matt Turner2013-10-161-2/+6
* Revert "scons: Fix build when rtti is disabled"José Fonseca2013-10-163-10/+4
* radeonsi: Use 'SI' as the LLVM processor for CIK on LLVM <= 3.3Tom Stellard2013-10-161-0/+4
* r600g/compute Improve debugging outputTom Stellard2013-10-162-5/+7
* clover: Link libclc before running any optimizationsTom Stellard2013-10-161-27/+13
* mesa: change glTexImage[23]DMultisample() internalformat to GLenumBrian Paul2013-10-163-6/+6
* svga: minor fix-ups in svga_get_shader_param()Brian Paul2013-10-161-2/+3
* cso: fix incorrect sampler view count in cso_restore_sampler_views()Brian Paul2013-10-161-3/+6
* mesa: update glxext.h to version 20131008Brian Paul2013-10-161-800/+637
* mesa: update glext.h to version 20131008Brian Paul2013-10-161-502/+750
* vbo: access VBO memory more efficiently when building display listsBrian Paul2013-10-161-8/+31
* mesa: consolidate cube width=height error checkingBrian Paul2013-10-161-38/+5
* gbm: Add support for gbm bos and surfaces using GBM_FORMAT_ARGB2101010Kristian Høgsberg2013-10-151-0/+6
* dri: Add __DRIimage support for the ARGB2101010 formatKristian Høgsberg2013-10-152-0/+12
* i965: Create ARGB2101010 DRI configsKristian Høgsberg2013-10-151-1/+4
* dri/common: Add support for creating ARGB2101010 configsKristian Høgsberg2013-10-151-0/+10
* egl_dri2: Set NativeVisualID to the matching GBM config for the gbm platformKristian Høgsberg2013-10-151-2/+21
* egl_dri2: Remove depth argument from dri2_add_config()Kristian Høgsberg2013-10-156-26/+14
* egl_dri2: Match X11 visuals using rgba masks instead of depthKristian Høgsberg2013-10-151-1/+20
* i965: Add support for RGB565 __DRIimageSingh, Satyeshwar2013-10-151-0/+3
* egl-wayland: Add support for RGB565 pixel format for Wayland clientsSingh, Satyeshwar2013-10-152-2/+14
* scons: Fix build when rtti is disabledAlexander von Gluck IV2013-10-153-4/+10
* llvmpipe: Advertise PIPE_CAP_DEPTH_CLIP_DISABLE.José Fonseca2013-10-151-1/+1
* draw: make vs_slot signed.José Fonseca2013-10-151-2/+4
* configure.ac: drop obsolete variable HAVE_COMMON_DRIEmil Velikov2013-10-152-7/+0
* swrast: add correct include for out-of-tree buildsEmil Velikov2013-10-152-0/+2
* mesa: fix transform feedback when a geometry shader is active.Bryan Cain2013-10-151-18/+35
* i965/gs: Set the REORDER bit in 3DSTATE_GS.Paul Berry2013-10-152-0/+29
* i965/fs: Remove bogus field prog_data->dispatch_width.Paul Berry2013-10-153-7/+2
* glsl: Add new GLSL 1.50 constants.Paul Berry2013-10-153-0/+51
* i965: Move the common binding table offset code to brw_shader.cpp.Eric Anholt2013-10-157-62/+58
* i965/vec4: Dynamically assign the VS/GS binding table offsets.Eric Anholt2013-10-153-57/+25
* i965/fs: Dynamically set up the WM binding table offsets.Eric Anholt2013-10-153-43/+35
* i965: Make a brw_stage_prog_data for storing the SURF_INDEX information.Eric Anholt2013-10-1519-115/+161
* i965: Always have the struct gl_program * in the backend visitor.Eric Anholt2013-10-154-14/+15
* i965: Drop a couple of unused defines.Eric Anholt2013-10-151-3/+0
* i965: Remove dead arguments from prog_data_compare.Eric Anholt2013-10-158-17/+8
* build: remove forced -fno-rttiAlexander von Gluck IV2013-10-143-10/+0
* configure.ac: Don't check for awk, grep, nm.Matt Turner2013-10-141-12/+0
* configure.ac: Don't check for cross compiling.Matt Turner2013-10-141-2/+0
* i965: Don't copy prop source mods into instructions that can't take them.Matt Turner2013-10-144-0/+26
* mesa: Add missing switch break in invalidate_framebuffer_storage()Constantin Baranov2013-10-141-0/+1
* st/vdpau: add format conversions for GetBitsYCbCrGrigori Goronzy2013-10-131-8/+117
* radeon: use staging for mapping linear texturesGrigori Goronzy2013-10-131-0/+6