mesa.git
2014-02-20 Jordan Justeni965: support instanced GS on gen7
2014-02-20 Jordan Justeni965: support gl_InvocationID for gen7
2014-02-20 Jordan Justenglsl: add gl_InvocationID variable for ARB_gpu_shader5
2014-02-20 Jordan Justenmain/shaderapi: GL_GEOMETRY_SHADER_INVOCATIONS GetProgr...
2014-02-20 Jordan Justenmesa: initialize gl_geometry_program Invocations field
2014-02-20 Jordan Justenglsl/linker: produce gl_shader_program Geom.Invocations
2014-02-20 Jordan Justenglsl: parse invocations layout qualifier for ARB_gpu_sh...
2014-02-20 Jordan Justenglsl: Generate error for invalid input layout declarations
2014-02-20 Jordan Justenglsl: convert GS input primitive to use ast_type_qualifier
2014-02-20 Eric Anholti965: Fix extra return value after winsys rb update...
2014-02-20 Eric Anholti965/vs: Use samplers for UBOs in the VS like we do...
2014-02-20 Eric Anholti965/fs: Add an optimization pass to remove redundant...
2014-02-20 Roland Scheideggergallivm: add smallfloat to float conversion not relying...
2014-02-20 Leo Liust/omx/enc: add multi scaling buffers for performance...
2014-02-20 Christian Königst/omx/dec/h264: fix prevFrameNumOffset handling
2014-02-19 Kenneth Graunkei965: Actually claim to support MSAA on Broadwell.
2014-02-19 Kenneth Graunkei965: Update physical width/height munging for 2x IMS...
2014-02-19 Kenneth Graunkei965: Enable smooth points when multisampling without...
2014-02-19 Kenneth Graunkei965: Thwack multisample enable bit in 3DSTATE_RASTER.
2014-02-19 Kenneth Graunkei965: Only use the SIMD16 program for per-sample shadin...
2014-02-19 Kenneth Graunkei965: Set "Position XY Offset Select" bits in 3DSTATE_P...
2014-02-19 Kenneth Graunkei965: Add missing sample shading bits to Gen8's 3DSTATE...
2014-02-19 Kenneth Graunkei965/fs: Implement FS_OPCODE_SET_OMASK on Broadwell.
2014-02-19 Kenneth Graunkei965/fs: Implement FS_OPCODE_SET_SAMPLE_ID on Broadwell.
2014-02-19 Kenneth Graunkei965: Disable MCS on Broadwell for now.
2014-02-19 Kenneth Graunkei965: Use gen7_surface_msaa_bits in Broadwell SURFACE_S...
2014-02-19 Kenneth Graunkei965: Use ffs() for sample counting in gen7_surface_msa...
2014-02-19 Kenneth Graunkei965: Simplify Broadwell's 3DSTATE_MULTISAMPLE sample...
2014-02-19 Ian Romanickglsl: Silence "type qualifiers ignored on function...
2014-02-19 Ian Romanickglsl: Only warn for macro names containing __
2014-02-19 Ian Romanickglcpp: Only warn for macro names containing __
2014-02-19 Tom Stellardconfigure: Use LLVM shared libraries by default
2014-02-19 Francisco Jerezi965/fs: Allocate the param_size array dynamically.
2014-02-19 Francisco Jerezi965/fs: Use a separate variable to keep track of the...
2014-02-19 Rob Clarkfreedreno: tweak ringbuffer sizes/count
2014-02-19 Rob Clarkfreedreno/a3xx/compiler: scheduling/legalize fixes
2014-02-19 Francisco Jerezi965: Have brw_imm_vf4() take the vector components...
2014-02-19 Francisco Jerezi965: Add helper function to find out the signedness...
2014-02-19 Francisco Jerezi965/vec4: Use swizzle() in the ARB_vertex_program...
2014-02-19 Francisco Jerezi965/fs: Use offset() in the ARB_fragment_program code.
2014-02-19 Francisco Jerezi965/fs: Remove fs_reg::retype.
2014-02-19 Francisco Jerezi965/vec4: Trivial improvements to the with_writemask...
2014-02-19 Francisco Jerezi965: Make sure that backend_reg::type and brw_reg...
2014-02-19 Francisco Jerezi965/vec4: Add non-mutating helper functions to modify...
2014-02-19 Francisco Jerezi965: Add non-mutating helper functions to modify the...
2014-02-19 Francisco Jerezi965/vec4: Fix off-by-one register class overallocation.
2014-02-19 Francisco Jerezi965: Unify fs_generator:: and vec4_generator::mark_sur...
2014-02-19 Francisco Jerezi965: Move up duplicated fields from stage-specific...
2014-02-19 Francisco Jerezi965/vec4: Add constructor of src_reg from a fixed...
2014-02-19 Kenneth Graunkei965: Enable fast depth clears.
2014-02-19 Kenneth Graunkei965: Enable HiZ on Broadwell.
2014-02-19 Kenneth Graunkei965: Implement HiZ resolves on Broadwell.
2014-02-19 Kenneth Graunkei965: Refactor Gen8 depth packet emission.
2014-02-19 Kenneth Graunkei965: Add #defines for the 3DSTATE_WM_HZ_OP packet...
2014-02-19 Kenneth Graunkei965: Bump generation check in code to disable HiZ...
2014-02-19 Kenneth Graunkei965: Program 3DSTATE_HIER_DEPTH_BUFFER properly on...
2014-02-19 Kenneth Graunkei965: Pull format conversion logic out of brw_depthbuff...
2014-02-19 Chia-I Wuegl: clarify what _eglInitResource does
2014-02-19 Chia-I WuRevert "egl: Unhide functionality in _eglInitContext()"
2014-02-19 Chia-I WuRevert "egl: Unhide functionality in _eglInitSurface()"
2014-02-19 Kenneth Graunkei965: Bump MaxTexMbytes from 1GB to 1.5GB.
2014-02-19 Kenneth Graunkei965: Bump GL_MAX_CUBE_MAP_TEXTURE_SIZE to 8192.
2014-02-19 Kenneth Graunkei965: Bump MAX_3D_TEXTURE_SIZE to 2048.
2014-02-18 Ian Romanickdocs: Trivial updates to MESA_query_renderer.spec
2014-02-18 Sinclair YehPrevent zero sized wl_egl_window
2014-02-18 Anuj Phogatglsl: Fix condition to generate shader link error
2014-02-18 Anuj Phogatmesa: Add GL_TEXTURE_CUBE_MAP_ARRAY to legal_get_tex_le...
2014-02-18 Eric Anholti965/fs: Use conditional sends to do FB writes on HSW+.
2014-02-18 Eric Anholti965/fs: Drop dead comment about the old proj_attrib_ma...
2014-02-18 Eric Anholti965: Drop mt->levels[].width/height.
2014-02-18 Eric Anholti965: Move singlesample_mt to the renderbuffer.
2014-02-18 Eric Anholti965: Drop some duplicated code in DRI winsys BO updates.
2014-02-18 Eric Anholti965: Simplify intel_miptree_updownsample.
2014-02-18 Eric Anholti965: Don't try to use the ctx->ReadBuffer when asked...
2014-02-18 Eric Anholti965: Make the mt->target of multisample renderbuffers...
2014-02-18 Eric Anholtmeta: Push into desktop GL mode when doing meta operations.
2014-02-18 Eric Anholtmeta: Fix blit shader compile on non-glsl-130 drivers.
2014-02-18 Rob Clarkconfigure: fix build error with XA
2014-02-18 Michel Dänzerr600g,radeonsi: Consolidate logic for short-circuiting...
2014-02-18 Emil Velikovst/dri: remove #ifdef DRM_CAP_PRIME guard
2014-02-18 Emil Velikovautomake: remove leftover XORG and LIBKMS variables
2014-02-18 Emil Velikovscons: sync package requirements
2014-02-18 Emil Velikovconfigure: bump up libdrm requirement to 2.4.38
2014-02-18 Emil Velikovconfigure: use test -n whenever possible
2014-02-18 Emil Velikovconfigure: use test -z whenever possible
2014-02-18 Emil Velikovconfigure: cleanup classic dri drivers handling
2014-02-18 Emil Velikovconfigure: compact ppc/sparc DRI_DIRS handling
2014-02-18 Emil Velikovconfigure: drop explicit DRI_DIRS assignment on some...
2014-02-17 Emil Velikovconfigure: cleanup switch statement
2014-02-17 Kusanagi Kouichitargets/vdpau: Don't link unused libraries
2014-02-17 Kusanagi Kouichiconfigure: Try pkg-config first for libselinux
2014-02-17 Kusanagi Kouichitargets/vdpau: Always use c++ to link
2014-02-17 Ilia Mirkinst/xvmc: fix tests so that they pass
2014-02-16 Rob Clarkpipe-loader: add pipe loader for freedreno/msm
2014-02-16 Rob Clarkst/xa: missing handle type
2014-02-16 Rob Clarkst/xa: use pipe-loader to get screen
2014-02-16 Rob Clarkpipe-loader: split out "client" version
2014-02-16 Rob Clarkfreedreno/a3xx/compiler: use (ss) for WAR hazards
2014-02-16 Rob Clarkfreedreno/a3xx/compiler: fix RA typo
2014-02-16 Rob Clarkfreedreno/a3xx/compiler: handle kill properly (new...
next