summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* i965: Enable OpenGL 3.3 and GLSL 3.30.Kenneth Graunke2013-10-182-2/+2
* translate_sse: Fix generated code argument handling for msabi on x86_64Jon TURNEY2013-10-181-3/+11
* rtasm: Cygwin uses the msabi calling convention on x86_64Jon TURNEY2013-10-181-1/+1
* rtasm: The heap is NX on 64-bit Cygwin, so use the rtasm_exec_malloc() implem...Jon TURNEY2013-10-181-1/+1
* glsl: Fix MSVC build (missing strcasecmp())Paul Berry2013-10-171-1/+7
* i965: Fold brwInitVtbl() into brwCreateContext().Kenneth Graunke2013-10-173-72/+9
* i965: Merge brw_destroy_context() into intelDestroyContext().Kenneth Graunke2013-10-173-32/+19
* i965: Replace dri_bo_release with drm_intel_bo_unreference.Kenneth Graunke2013-10-171-11/+3
* i965: Unindent the body of intelDestroyContext.Kenneth Graunke2013-10-171-24/+25
* i965: Un-virtualize brw_new_batch().Kenneth Graunke2013-10-173-44/+42
* i965: Un-virtualize brw_finish_batch().Kenneth Graunke2013-10-173-25/+22
* glsl: In update_max_array_access, fix interface instance check.Paul Berry2013-10-171-3/+3
* glsl: Treat layout-qualifier-id's as case-insensitive in desktop GLSL.Paul Berry2013-10-171-15/+59
* st/mesa: add a few comments in st_create_context_priv()Brian Paul2013-10-171-1/+5
* st/mesa: handle layer and primitive id output and point size inputDave Airlie2013-10-171-0/+12
* st/mesa: add geometry shader ubo supportDave Airlie2013-10-173-0/+19
* mesa/st: Allow geometry shaders without gl_Position export.Fabian Bieler2013-10-171-2/+0
* st/mesa, glsl_to_tgsi: add support for geometry shadersBryan Cain2013-10-172-45/+163
* 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-162-7/+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
* 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-151-0/+10
* 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-152-4/+7
* 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-151-2/+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