summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-10-09i965: track number of basic blocks and cfg calculationstag/oct-18-2013Matt Turner11-15/+27
2014-10-02fixup! print instruction countsMatt Turner1-2/+2
2014-10-02don't print annotationsMatt Turner2-65/+0
2014-10-02allow macros with double underscoresMatt Turner1-3/+0
2014-10-02fixup! print instruction countsMatt Turner2-2/+2
2014-10-02i965: Support the allow_glsl_extension_directive_midshader option.Kenneth Graunke2-0/+4
2014-10-02st/mesa,gallium: add a workaround for Unigine Heaven 4.0 and Valley 1.0Marek Olšák6-3/+29
2014-10-02glsl: add a mechanism to allow #extension directives in the middle of shadersMarek Olšák4-0/+17
2014-10-02i965/fs: Guess nr_color_regions better in precompileChris Forbes1-1/+2
2014-10-02print instruction countsMatt Turner3-3/+31
2013-10-18i965: Enable OpenGL 3.3 and GLSL 3.30.Kenneth Graunke2-2/+2
2013-10-18translate_sse: Fix generated code argument handling for msabi on x86_64Jon TURNEY1-3/+11
2013-10-18rtasm: Cygwin uses the msabi calling convention on x86_64Jon TURNEY1-1/+1
2013-10-18rtasm: The heap is NX on 64-bit Cygwin, so use the rtasm_exec_malloc() implem...Jon TURNEY1-1/+1
2013-10-17scons: Simplified fix of llvm cxxflags for rttiAlexander von Gluck IV1-0/+5
2013-10-17glsl: Fix MSVC build (missing strcasecmp())Paul Berry1-1/+7
2013-10-17i965: Fold brwInitVtbl() into brwCreateContext().Kenneth Graunke3-72/+9
2013-10-17i965: Merge brw_destroy_context() into intelDestroyContext().Kenneth Graunke3-32/+19
2013-10-17i965: Replace dri_bo_release with drm_intel_bo_unreference.Kenneth Graunke1-11/+3
2013-10-17i965: Unindent the body of intelDestroyContext.Kenneth Graunke1-24/+25
2013-10-17i965: Un-virtualize brw_new_batch().Kenneth Graunke3-44/+42
2013-10-17i965: Un-virtualize brw_finish_batch().Kenneth Graunke3-25/+22
2013-10-17glsl: In update_max_array_access, fix interface instance check.Paul Berry1-3/+3
2013-10-17glsl: Treat layout-qualifier-id's as case-insensitive in desktop GLSL.Paul Berry1-15/+59
2013-10-17mesa: remove PFNGLBLENDCOLORPROC, PFNGLBLENDEQUATIONPROC typedefs in gl.hBrian Paul1-2/+0
2013-10-17st/mesa: add a few comments in st_create_context_priv()Brian Paul1-1/+5
2013-10-17st/mesa: handle layer and primitive id output and point size inputDave Airlie1-0/+12
2013-10-17st/mesa: add geometry shader ubo supportDave Airlie3-0/+19
2013-10-17mesa/st: Allow geometry shaders without gl_Position export.Fabian Bieler1-2/+0
2013-10-17st/mesa, glsl_to_tgsi: add support for geometry shadersBryan Cain2-45/+163
2013-10-17mesa/st: Add VARYING_SLOT_TEX[1-7] to st_translate_geometry_program().Bryan Cain1-0/+7
2013-10-16Revert "i965: Create ARGB2101010 DRI configs"Kristian Høgsberg1-4/+1
2013-10-17r600g/sb: fix issue with DCE between GVN and GCM (v2)Vadim Girlin4-12/+39
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é Fonseca3-10/+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-16mesa: update glxext.h to version 20131008Brian Paul1-800/+637
2013-10-16mesa: update glext.h to version 20131008Brian Paul1-502/+750
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øgsberg2-0/+12