mesa.git
2016-10-11 Tim Rowleyswr: [rasterizer scripts] add ENABLE_ASSERT_DIALOGS...
2016-10-11 Tim Rowleyswr: [rasterizer archrast] add mako template
2016-10-11 Tim Rowleyswr: [rasterizer core] disable cull for rect_list
2016-10-11 Tim Rowleyswr: [rasterizer core] add support for "RAW" surface...
2016-10-11 Tim Rowleyswr: [rasterizer core] align Macrotile FIFO memory...
2016-10-11 Tim Rowleyswr: [rasterizer common] remove threadviz code
2016-10-11 Tim Rowleyswr: [rasterizer memory] split load/store for compile...
2016-10-11 Eric Engestromegl: add eglSwapBuffersWithDamageKHR
2016-10-11 Mauro Rossiintel/genxml: fix building rules for aubinator required...
2016-10-11 Emil Velikovradv: automake: move libamdgpu_addrlib.la to VULKAN_LIB...
2016-10-11 Emil Velikovradv: automake: remove unused variables
2016-10-11 Emil Velikovradv: automake: include the python scripts/formats...
2016-10-11 Tapani Pällimesa: fix error handling in _mesa_TransformFeedbackVaryings
2016-10-11 Xu,Randyi965: solve cubemap negative x/y/z faces buffer offset...
2016-10-11 Nicholas Bishopi915g: fix incorrect gl_FragCoord value
2016-10-10 Vinson LeeRevert "mesa_glinterop: remove inclusion of GLX header"
2016-10-10 Axel Davyst/nine: More checks for GetRenderTargetData
2016-10-10 Patrick Rudolphst/nine: Add debug output for lost devices
2016-10-10 Patrick Rudolphst/nine: Prevent crash in GetRenderTargetData
2016-10-10 Patrick Rudolphst/nine: Set CLAMP_TO_EDGE on cubetextures
2016-10-10 Patrick Rudolphst/nine: handle possible failure of D3DWindowBuffer_create
2016-10-10 Patrick Rudolphst/nine: Assert on buffer creation failure
2016-10-10 Patrick Rudolphst/nine: Use NineDevice9_CreateDepthStencilSurface...
2016-10-10 Axel Davyst/nine: Fix check and remove useless code in swapchain9
2016-10-10 Patrick Rudolphst/nine: Implement MSAA quality levels
2016-10-10 Patrick Rudolphst/nine: Prepare update_framebuffer for MS quality...
2016-10-10 Patrick Rudolphst/nine: Add additional error handling in CheckDeviceMu...
2016-10-10 Patrick Rudolphst/nine: Fix compiler warning
2016-10-10 Patrick Rudolphst/nine: Remove resource9 {Set/Get/Free}PrivateData...
2016-10-10 Patrick Rudolphst/nine: Remove volume9 {Set/Get/Free}PrivateData functions
2016-10-10 Patrick Rudolphst/nine: Switch {Set/Get/Free}PrivateData functions
2016-10-10 Patrick Rudolphst/nine: Implement {Set/Get/Free}PrivateData in iunknown
2016-10-10 Patrick Rudolphst/nine: Return device in NineSurface9_GetContainer
2016-10-10 Patrick Rudolphst/nine: Allocate surface resources in surface ctor
2016-10-10 Axel Davyst/nine: Fix D3DFMT_NULL size
2016-10-10 Patrick Rudolphst/nine: Add debugging output
2016-10-10 Patrick Rudolphst/nine: Fix assert in NineUnknown_QueryInterface
2016-10-10 Patrick Rudolphst/nine: Print interface id in NineVolume9_GetContainer
2016-10-10 Patrick Rudolphst/nine: Print interface id in NineSurface9_GetContainer
2016-10-10 Patrick Rudolphst/nine: Print interface id in NineUnknown_QueryInterface
2016-10-10 Patrick Rudolphst/nine: Move assert in NineSurface9_ctor
2016-10-10 Axel Davyst/nine: Properly declare sampler states for ff
2016-10-10 Axel Davyst/nine: Handle user clipping planes properly for ff
2016-10-10 Axel Davyst/nine: Fix the calculation of the number of vs inputs
2016-10-10 Axel Davyst/nine: Fix specular w coordinate
2016-10-10 Axel Davyst/nine: Disable parts of lighting calculation if no...
2016-10-10 Axel Davyst/nine: Fix condition for specular lightning
2016-10-10 Axel Davyst/nine: Do always accumulate diffuse
2016-10-10 Axel Davyst/nine: Initialize ps ff registers
2016-10-10 Axel Davyst/nine: Do not pollute rTmp in ff ps
2016-10-10 Axel Davyst/nine: Allocate temporaries on demand for ps ff
2016-10-10 Axel Davyst/nine: Fix texbem
2016-10-10 Axel Davyst/nine: Fix ff computation for inverse
2016-10-10 Axel Davyst/nine: Used normed Vtx for reflectionvector
2016-10-10 Axel Davyst/nine: Implement SPHEREMAP
2016-10-10 Axel Davyst/nine: Enable passthrough only if positiont is used
2016-10-10 Axel Davyst/nine: Fix wrong mask in ff vs
2016-10-10 Axel Davyst/nine: Fix tweening factor computation
2016-10-10 Axel Davyst/nine: Disable ff vertex blending if required inputs...
2016-10-10 Axel Davyst/nine: Use materials if source is not given.
2016-10-10 Axel Davyst/nine: Fix ff SPECULARENABLE
2016-10-10 Axel Davyst/nine: Undefined specular should be full of zeros
2016-10-10 Axel Davyst/nine: Implement normal transformation with vertex...
2016-10-10 Axel Davyst/nine: Increase MaxVertexBlendMatrixIndex
2016-10-10 Axel Davyst/nine: Compact ff vs constants a bit
2016-10-10 Axel Davyst/nine: Fix vertex blending aVtx computation
2016-10-10 Axel Davyst/nine: Reorganize ff vtx processing
2016-10-10 Axel Davyst/nine: Small simplification for position_t and fog
2016-10-10 Axel Davyst/nine: Cleaning code for vs temporaries
2016-10-10 Axel Davyst/nine: No need for the local flag for temporaries...
2016-10-10 Axel Davyst/nine: Handle D3DRS_NORMALIZENORMALS
2016-10-10 Axel Davyst/nine: Initial ProcessVertices support
2016-10-10 Axel Davyst/nine: Partial software vertex processing support
2016-10-10 Axel Davyst/nine: Rework vs int and bool constants buffer
2016-10-10 Axel Davyst/nine: Change dirty tracking for vs int and bool...
2016-10-10 Axel Davyst/nine: Drop unused constant upload path
2016-10-10 Axel Davyst/nine: Add support for swvp constants in shaders
2016-10-10 Axel Davyst/nine: Initial mixed vertex processing support
2016-10-10 Axel Davyst/nine: Implement SetNPatchMode
2016-10-10 Axel Davyst/nine: Implement D3DUSAGE_SOFTWAREPROCESSING
2016-10-10 Patrick Rudolphst/nine: Allocate more space for ATI1
2016-10-10 Patrick Rudolphst/nine: Add missing break
2016-10-10 Axel Davyst/nine: Implement relative addressing for ps inputs
2016-10-10 Axel Davyst/nine: Wait for pending tasks to execute in swapchain
2016-10-10 Axel Davyst/nine: Use fixed size arrays for swapchain buffers
2016-10-10 Patrick Rudolphst/nine: Fix buffer count check for Ex devices
2016-10-10 Axel Davyst/nine: Disable seamless cubemap for d3d
2016-10-10 Axel Davyst/nine: Fix some check flags
2016-10-10 Axel Davyst/nine: Unify some check flags
2016-10-10 Axel Davygallium/util: Really allow aliasing of dst for u_box_un...
2016-10-10 Axel Davysoftpipe: Cap to 2 GB on 32 bits
2016-10-10 Axel Davyllvmpipe: Cap to 2 GB on 32 bits
2016-10-10 Axel Davygallium/os: Fix overflow on 32 bits
2016-10-10 Axel Davyst/nine: Memset pipe_resource templates
2016-10-10 Samuel Pitoisetnvc0: fix valid range for shader buffers
2016-10-10 Ilia Mirkinnvc0/ir: fix overwriting of value backing non-constant...
2016-10-10 Vinson Leeglsl: Add missing cache_destroy stub function.
2016-10-10 Anuj Phogatdocs: Mark GL_OES_viewport_array done on i965
2016-10-10 Chad Versaceegl: Unify the EGLint/EGLAttrib paths in eglCreateSync...
2016-10-10 Eric Anholtintel: Fix bash-specific redirection.
next